From ff4120184c5a586c3dd6efc54e8fde4b07054646 Mon Sep 17 00:00:00 2001 From: Steve Groesz Date: Wed, 26 Apr 2017 22:25:15 -0500 Subject: [PATCH] Fix formatting in pre-installation section Some documentation was improperly formatted with #2392. This corrects those errors. --- docs/installation.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index ef5762c70..1cb715562 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -27,14 +27,14 @@ Pre-Installation Considerations Repository File System ~~~~~~~~~~~~~~~~~~~~~~ -:ref:data-structures-and-file-formats +:ref:`data-structures-and-file-formats` - |project_name| stores data only 3 directory levels deep and uses short file and directory names. - |project_name| requires read and write permissions on the repository file system. - |project_name| stores backup metadata and data into so-called segment files. The target size of these files and also the count of these files per directory is set - in the :ref:config-file. -- |project_name| uses a generic and very portable mkdir-based `locking