summaryrefslogtreecommitdiff
path: root/tests/roots/test-numfig/baz.rst
blob: 9e2ccfebb84fa2a81cfa4145ffa11508426f68b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Baz A
-----

.. figure:: rimg.png

   should be Fig.2.2

.. csv-table:: should be Table 2.2
   :header-rows: 0

   hello,world

.. code-block:: python
   :caption: should be List 2.2

   print('hello world')