XML objects#

This section describes common objects handled by the converter. It is not an exhaustive list. For more information, see API reference.

Images#

Images are copied from the given image path to package/doc/source/images/. The images are then included in the ReStructured Text (RST) files with this command:

.. image:: image_path

Note

Images present in the Parameters section do not render correctly. This is due to an incompatibility with Python docstrings.

Tables#

Tables are rendered correctly in the documentation. They do not need to have a specific format because the converter uses flat-tables.

../_images/tables_doc.png

Table example#