diff --git a/doc/devel/document.rst b/doc/devel/document.rst index 095b42d689ce..476a40c320b8 100644 --- a/doc/devel/document.rst +++ b/doc/devel/document.rst @@ -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 `_ | `grid table `_ | +| short entry | `simple or grid table`_ | `grid table`_ | +-------------+-------------------------------+--------------------+ -| long entry | `list table `_ | `csv table `_ | +| long entry | `list table`_ | `csv table`_ | +-------------+-------------------------------+--------------------+ For more information, see `rst 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 ^^^^^^^^^^^^^^^^^^