Mercurial > evolve
changeset 1284:e33990a4c27a stable
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.
author | Greg Ward <greg@gerg.ca> |
---|---|
date | Thu, 23 Apr 2015 08:35:38 -0400 |
parents | 2da7b531879a |
children | cbc370d6ec30 |
files | docs/index.rst |
diffstat | 1 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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