@@ -170,15 +170,17 @@ Given the size of the table and length of each entry, use:
170
170
+-------------+-------------------------------+--------------------+
171
171
| | small table| large table|
172
172
+-------------+-------------------------------+--------------------+
173
- | short entry| `simple or grid table < sg > `_| `grid table < sg >`_ |
173
+ | short entry| `simple or grid table `_| `grid table `_ |
174
174
+-------------+-------------------------------+--------------------+
175
- | long entry| `list table < lt > `_| `csv table < csv >`_ |
175
+ | long entry| `list table `_| `csv table `_ |
176
176
+-------------+-------------------------------+--------------------+
177
177
178
178
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
182
184
183
185
Function arguments
184
186
^^^^^^^^^^^^^^^^^^