Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions doc/devel/document.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,17 @@ Given the size of the table and length of each entry, use:
+-------------+-------------------------------+--------------------+
| | small table | large table |
+-------------+-------------------------------+--------------------+
| short entry | `simple or grid table <sg>`_ | `grid table <sg>`_ |
| short entry | `simple or grid table`_ | `grid table`_ |
+-------------+-------------------------------+--------------------+
| long entry | `list table <lt>`_ | `csv table <csv>`_ |
| long entry | `list table`_ | `csv table`_ |
+-------------+-------------------------------+--------------------+

For more information, see `rst tables <https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#tables>`_.
.. _sg: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#tables
.. _lt: https://docutils.sourceforge.io/docs/ref/rst/directives.html#list-table
.. _csv: https://docutils.sourceforge.io/docs/ref/rst/directives.html#toc-entry-22

.. _`simple or grid table`: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#tables
.. _`grid table`: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#grid-tables
.. _`list table`: https://docutils.sourceforge.io/docs/ref/rst/directives.html#list-table
.. _`csv table`: https://docutils.sourceforge.io/docs/ref/rst/directives.html#csv-table-1

Function arguments
^^^^^^^^^^^^^^^^^^
Expand Down