2014-09-27 16:49:28 +09:00
|
|
|
test-tocdepth
|
|
|
|
|
=============
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:numbered:
|
|
|
|
|
|
|
|
|
|
foo
|
|
|
|
|
bar
|
|
|
|
|
|
2014-10-02 11:17:34 +09:00
|
|
|
.. _fig1:
|
|
|
|
|
|
2014-09-27 16:49:28 +09:00
|
|
|
.. figure:: rimg.png
|
|
|
|
|
|
|
|
|
|
should be Fig.1
|
|
|
|
|
|
|
|
|
|
.. figure:: rimg.png
|
|
|
|
|
|
|
|
|
|
should be Fig.2
|
|
|
|
|
|
2014-10-27 11:02:54 +09:00
|
|
|
.. _table-1:
|
2014-10-02 11:17:34 +09:00
|
|
|
|
2014-09-27 16:49:28 +09:00
|
|
|
.. csv-table:: should be Table 1
|
|
|
|
|
:header-rows: 0
|
|
|
|
|
|
|
|
|
|
hello,world
|
|
|
|
|
|
|
|
|
|
.. csv-table:: should be Table 2
|
|
|
|
|
:header-rows: 0
|
|
|
|
|
|
|
|
|
|
hello,world
|
|
|
|
|
|
2015-02-22 11:28:21 +09:00
|
|
|
.. _CODE_1:
|
2014-10-02 11:17:34 +09:00
|
|
|
|
2014-09-27 16:49:28 +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`
|
2015-03-08 07:57:05 +09:00
|
|
|
* Fig.2.2 is :numref:`Figure%s <fig22>`
|
2014-10-27 11:02:54 +09:00
|
|
|
* Table.1 is :numref:`table-1`
|
2015-03-08 07:57:05 +09:00
|
|
|
* Table.2.2 is :numref:`Table:%s <table22>`
|
2015-02-22 11:28:21 +09:00
|
|
|
* List.1 is :numref:`CODE_1`
|
2015-03-08 07:57:05 +09:00
|
|
|
* List.2.2 is :numref:`Code-%s <CODE22>`
|