From e80e6c4dbb1cf2ca6630e377ab985dbd8fdcba87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Tue, 16 Dec 2014 10:59:12 -0500 Subject: [PATCH] better titles --- docs/internals.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/internals.rst b/docs/internals.rst index 9d6d8b7ac..cefa8968a 100644 --- a/docs/internals.rst +++ b/docs/internals.rst @@ -33,8 +33,8 @@ index.%d cache of the file indexes. those files can be regenerated with ``check --repair`` -Repository config file ----------------------- +Config file +----------- Each repository has a ``config`` file which which is a ``INI`` formatted file which looks like this:: @@ -53,8 +53,8 @@ the repository in another (even remote) location at a later time. |project_name| will do a POSIX read lock on that file when operating on the repository. -Repository structure --------------------- +Segments and archives +--------------------- |project_name| is a "filesystem based transactional key value store". It makes extensive use of msgpack_ to store data and, unless