Merge branch '2527_reversed_toctree'

This commit is contained in:
Takeshi KOMIYA
2016-10-13 00:13:04 +09:00
5 changed files with 49 additions and 4 deletions
+10
View File
@@ -123,6 +123,16 @@ tables of contents. The ``toctree`` directive is the central element.
toctree directive. This is useful if you want to generate a "sitemap" from
the toctree.
You can use the ``reversed`` flag option to reverse the order of the entries
in the list. This can be useful when using the ``glob`` flag option to
reverse the ordering of the files. Example::
.. toctree::
:glob:
:reversed:
recipe/*
You can also give a "hidden" option to the directive, like this::
.. toctree::