File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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
178178For 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
184185Function arguments
185186^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments