Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Sphinx / tests / roots / test-numfig / baz.rst
Size: Mime:
.. _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')