Files
sphinx/tests/roots/test-numfig/index.rst

51 lines
702 B
ReStructuredText
Raw Normal View History

test-tocdepth
=============
.. toctree::
:numbered:
foo
bar
2014-10-02 11:17:34 +09:00
.. _fig1:
.. figure:: rimg.png
should be Fig.1
.. figure:: rimg.png
should be Fig.2
.. _table-1:
2014-10-02 11:17:34 +09:00
.. csv-table:: should be Table 1
:header-rows: 0
hello,world
.. csv-table:: should be Table 2
:header-rows: 0
hello,world
.. _CODE_1:
2014-10-02 11:17:34 +09:00
.. code-block:: python
:caption: should be List 1
print('hello world')
.. code-block:: python
:caption: should be List 2
print('hello world')
2014-10-02 11:17:34 +09:00
* Fig.1 is :numref:`fig1`
* Fig.2.2 is :numref:`Figure%s <fig22>`
* Table.1 is :numref:`table-1`
* Table.2.2 is :numref:`Table:%s <table22>`
* List.1 is :numref:`CODE_1`
* List.2.2 is :numref:`Code-%s <CODE22>`