docs: internals: move toctree to after the introduction text

this only changes the location on the page, nothing about how the TOC
is arranged.
This commit is contained in:
Marian Beermann 2017-02-22 15:53:15 +01:00
parent 1652525858
commit 19d50cff76
1 changed files with 6 additions and 5 deletions

View File

@ -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