summaryrefslogtreecommitdiff
path: root/docutils/docs/user
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-04-18 23:50:48 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-04-18 23:50:48 +0000
commit6db572ed7d197072e08e6441ac1bb5a95c426d06 (patch)
tree0f8122179e6f35a672d8efae5d06868554335601 /docutils/docs/user
parentc47135d41d82d18bc0fab7cf2e0406778697d0ad (diff)
downloaddocutils-6db572ed7d197072e08e6441ac1bb5a95c426d06.tar.gz
Update documentation for the "csv-table" directive.
Document current behaviour and the roadmap to bring it in line with the specification. Add deprecation warnings for to-be-removed objects. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9356 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/user')
-rw-r--r--docutils/docs/user/config.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docutils/docs/user/config.txt b/docutils/docs/user/config.txt
index e6e7716e4..a6d5ed398 100644
--- a/docutils/docs/user/config.txt
+++ b/docutils/docs/user/config.txt
@@ -828,10 +828,12 @@ New in Docutils 0.9.
tab_width
~~~~~~~~~
-Number of spaces for hard tab expansion.
+Number of spaces for `hard tab expansion`_.
Default: 8. Option: ``--tab-width``.
+.. _hard tab expansion: ../ref/rst/restructuredtext.html#whitespace
+
trim_footnote_reference_space
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~