# HG changeset patch # User Greg Ward # Date 1429792538 14400 # Node ID e33990a4c27af9955d10981ce4daacd61c9aa2d8 # Parent 2da7b531879afb7cfa67a6b1c8b6f3ede6896bd7 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. diff -r 2da7b531879a -r e33990a4c27a 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