Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3987f40

Browse filesBrowse files
authored
fixed links to table docs
1 parent b901053 commit 3987f40
Copy full SHA for 3987f40

File tree

Expand file treeCollapse file tree

1 file changed

+6
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-5
lines changed

‎doc/devel/document.rst

Copy file name to clipboardExpand all lines: doc/devel/document.rst
+6-5Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,16 +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>`_.
179179

180-
.. _sg: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#tables
181-
.. _lt: https://docutils.sourceforge.io/docs/ref/rst/directives.html#list-table
182-
.. _csv: https://docutils.sourceforge.io/docs/ref/rst/directives.html#toc-entry-22
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
183184

184185
Function arguments
185186
^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.