From b9010535ce4f4158d7f22b43a4215f72768fff00 Mon Sep 17 00:00:00 2001 From: hannah Date: Wed, 25 Oct 2023 17:37:52 -0400 Subject: [PATCH 1/2] DOC: clean up links under table formatting docs I guess I forgot a space and nobody checked the final build - currently all the urls in the table are batched underneath and they should be hidden --- doc/devel/document.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/devel/document.rst b/doc/devel/document.rst index 095b42d689ce..261929d0298d 100644 --- a/doc/devel/document.rst +++ b/doc/devel/document.rst @@ -176,6 +176,7 @@ Given the size of the table and length of each entry, use: +-------------+-------------------------------+--------------------+ 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 From 3987f401b9f1f060110b0fa23417c1f2aa595d07 Mon Sep 17 00:00:00 2001 From: hannah Date: Wed, 25 Oct 2023 18:32:43 -0400 Subject: [PATCH 2/2] fixed links to table docs --- doc/devel/document.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/devel/document.rst b/doc/devel/document.rst index 261929d0298d..476a40c320b8 100644 --- a/doc/devel/document.rst +++ b/doc/devel/document.rst @@ -170,16 +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 ^^^^^^^^^^^^^^^^^^