Browse Source

docs: internals: move toctree to after the introduction text

this only changes the location on the page, nothing about how the TOC
is arranged.
Marian Beermann 8 years ago
parent
commit
19d50cff76
1 changed files with 6 additions and 5 deletions
  1. 6 5
      docs/internals.rst

+ 6 - 5
docs/internals.rst

@@ -4,11 +4,6 @@
 Internals
 =========
 
-.. toctree::
-
-    internals/security
-    internals/data-structures
-
 This page documents the internal data structures and storage
 mechanisms of |project_name|. It is partly based on `mailing list
 discussion about internals`_ and also on static code analysis.
@@ -30,3 +25,9 @@ Buzhash_ algorithm.
 To actually perform the repository-wide deduplication, a hash of each
 chunk is checked against the :ref:`chunks cache <cache>`, which is a
 hash-table of all chunks that already exist.
+
+.. toctree::
+    :caption: Contents
+
+    internals/security
+    internals/data-structures