summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-numfig/baz.rst
blob: 3ac684b43ba47a359b0c51077331ff85c3cc61b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.. _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')