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