Files
Mastering-Python-2e-code_2/CH_09_documentation/T_09_toctree.rst
T
2022-05-05 18:25:55 +02:00

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>