28 lines
448 B
ReStructuredText
28 lines
448 B
ReStructuredText
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
------------------------------------------------------------------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
module.a
|
|
module.b
|
|
module.c
|
|
|
|
------------------------------------------------------------------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:glob:
|
|
|
|
module.*
|
|
|
|
------------------------------------------------------------------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
The A module <module.a>
|
|
|