Files
sphinx/tests/roots/test-latex-labels-before-module/index.rst
2023-04-17 12:07:32 +02:00

49 lines
464 B
ReStructuredText

latex-labels-before-module
==========================
.. _label_1a:
.. _label_1b:
.. module:: module1
text
.. _label_2:
.. module:: module2a
text
.. module:: module2b
text
.. _label_3:
.. module:: module3
text
.. _label_auto_1a:
.. _label_auto_1b:
.. automodule:: automodule1
text
.. _label_auto_2:
.. automodule:: automodule2a
text
.. automodule:: automodule2b
text
.. _label_auto_3:
.. automodule:: automodule3
text