mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
25 lines
259 B
ReStructuredText
25 lines
259 B
ReStructuredText
.. _baz_a:
|
|
|
|
Baz A
|
|
-----
|
|
|
|
.. _fig22:
|
|
|
|
.. figure:: rimg.png
|
|
|
|
should be Fig.2.2
|
|
|
|
.. _table22:
|
|
|
|
.. csv-table:: should be Table 2.2
|
|
:header-rows: 0
|
|
|
|
hello,world
|
|
|
|
.. _CODE22:
|
|
|
|
.. code-block:: python
|
|
:caption: should be List 2.2
|
|
|
|
print('hello world')
|