Skip to content

DOC: clean up links under table formatting docs #27199

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 26, 2023
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