summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-toctree-glob/index.rst
blob: 4ed6bb4097d399d56ad20ffc0afaa26dfcffce96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
test-toctree-glob
=================

normal order
------------

.. toctree::
   :glob:

   foo
   bar/index
   bar/*
   baz
   qux/index
   hyperref <https://sphinx-doc.org/?q=sphinx>

reversed order
--------------

.. toctree::
   :glob:
   :reversed:

   foo
   bar/index
   bar/*
   baz
   qux/index