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