Files
sphinx/tests/roots/test-numfig/baz.rst
2016-09-17 15:51:18 +09:00

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')