mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
49 lines
464 B
ReStructuredText
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
|