Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbb0a61

Browse files
authored
Merge pull request #27199 from story645/format-table-urls
DOC: clean up links under table formatting docs
2 parents 652d44a + 3987f40 commit bbb0a61

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

doc/devel/document.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,17 @@ Given the size of the table and length of each entry, use:
170170
+-------------+-------------------------------+--------------------+
171171
| | small table | large table |
172172
+-------------+-------------------------------+--------------------+
173-
| short entry | `simple or grid table <sg>`_ | `grid table <sg>`_ |
173+
| short entry | `simple or grid table`_ | `grid table`_ |
174174
+-------------+-------------------------------+--------------------+
175-
| long entry | `list table <lt>`_ | `csv table <csv>`_ |
175+
| long entry | `list table`_ | `csv table`_ |
176176
+-------------+-------------------------------+--------------------+
177177

178178
For more information, see `rst tables <https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#tables>`_.
179-
.. _sg: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#tables
180-
.. _lt: https://docutils.sourceforge.io/docs/ref/rst/directives.html#list-table
181-
.. _csv: https://docutils.sourceforge.io/docs/ref/rst/directives.html#toc-entry-22
179+
180+
.. _`simple or grid table`: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#tables
181+
.. _`grid table`: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#grid-tables
182+
.. _`list table`: https://docutils.sourceforge.io/docs/ref/rst/directives.html#list-table
183+
.. _`csv table`: https://docutils.sourceforge.io/docs/ref/rst/directives.html#csv-table-1
182184

183185
Function arguments
184186
^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)