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

View File

@@ -1,6 +1,9 @@
test-toctree-glob
=================
normal order
------------
.. toctree::
:glob:
@@ -9,3 +12,16 @@ test-toctree-glob
bar/*
baz
qux/index
reversed order
-------------
.. toctree::
:glob:
:reversed:
foo
bar/index
bar/*
baz
qux/index