docs: add a table of contents stable
authorGreg Ward <greg@gerg.ca>
Thu, 23 Apr 2015 08:35:38 -0400
branchstable
changeset 1284 e33990a4c27a
parent 1282 2da7b531879a
child 1285 cbc370d6ec30
docs: add a table of contents This silences many sphinx warnings about documents not included in any toctree. Still need to delete obsolete .rst files to silence the rest of the warnings.
docs/index.rst
--- a/docs/index.rst	Thu Apr 23 03:15:38 2015 +0200
+++ b/docs/index.rst	Thu Apr 23 08:35:38 2015 -0400
@@ -4,6 +4,14 @@
 Changeset Evolution with Mercurial
 ==================================
 
+.. toctree::
+   :maxdepth: 2
+
+   user-guide
+   sharing
+   concepts
+   from-mq
+
 `evolve`_ is an experimental Mercurial extension for safe mutable history.
 
 .. _`evolve`: http://mercurial.selenic.com/wiki/EvolveExtension
@@ -134,6 +142,6 @@
   * If you're coming from MQ, see the `MQ migration guide`_ (incomplete).
 
 .. _`user guide`: user-guide.html
+.. _`sharing mutable history`: sharing.html
 .. _`concepts`: concepts.html
-.. _`sharing mutable history`: sharing.html
 .. _`MQ migration guide`: from-mq.html