From 19d50cff767e733b0cd3680468e9f78667d3d1d1 Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Wed, 22 Feb 2017 15:53:15 +0100 Subject: [PATCH] docs: internals: move toctree to after the introduction text this only changes the location on the page, nothing about how the TOC is arranged. --- docs/internals.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/internals.rst b/docs/internals.rst index cfbc679e8..658f10ba8 100644 --- a/docs/internals.rst +++ b/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 `, which is a hash-table of all chunks that already exist. + +.. toctree:: + :caption: Contents + + internals/security + internals/data-structures