summaryrefslogtreecommitdiff
path: root/docutils/docs
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-02-13 11:59:41 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-02-13 11:59:41 +0000
commitedee71fcc90d3f8b081c1c88b814afbe9b53f8ee (patch)
treefe54fcd06f6bfe952ea8f3363d16cbc0a57be8a5 /docutils/docs
parent9ee8162f9e64878ab58bb9d94efedfaad1f4a765 (diff)
downloaddocutils-edee71fcc90d3f8b081c1c88b814afbe9b53f8ee.tar.gz
Small documentation update.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8618 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs')
-rw-r--r--docutils/docs/ref/rst/restructuredtext.txt17
1 files changed, 11 insertions, 6 deletions
diff --git a/docutils/docs/ref/rst/restructuredtext.txt b/docutils/docs/ref/rst/restructuredtext.txt
index bca2e9532..806f7b017 100644
--- a/docutils/docs/ref/rst/restructuredtext.txt
+++ b/docutils/docs/ref/rst/restructuredtext.txt
@@ -1347,8 +1347,10 @@ Tables
Doctree elements: table_, tgroup_, colspec_, thead_, tbody_, row_, entry_.
-ReStructuredText provides two syntaxes for delineating table cells:
-`Grid Tables`_ and `Simple Tables`_.
+ReStructuredText provides two syntax variants for delineating table
+cells: `Grid Tables`_ and `Simple Tables`_. Tables are also generated by
+the `CSV Table`_ and `List Table`_ directives. The `table
+directive`_ is used to add a table title or specify options.
As with other body elements, blank lines are required before and after
tables. Tables' left edges should align with the left edge of
@@ -3115,13 +3117,16 @@ Markup errors are handled according to the specification in `PEP
.. _World Wide Web Consortium: http://www.w3.org/
.. _HTML Techniques for Web Content Accessibility Guidelines:
http://www.w3.org/TR/WCAG10-HTML-TECHS/#link-text
+.. _reStructuredText Directives: directives.html
+.. _admonition: directives.html#admonitions
+.. _figure: directives.html#figure
.. _image: directives.html#image
-.. _replace: directives.html#replace
.. _meta: directives.html#metadata
-.. _figure: directives.html#figure
-.. _admonition: directives.html#admonitions
+.. _replace: directives.html#replace
.. _role: directives.html#custom-interpreted-text-roles
-.. _reStructuredText Directives: directives.html
+.. _table directive: directives.html#table
+.. _list table: directives.html#list-table
+.. _CSV table: directives.html#csv-table
.. _reStructuredText Interpreted Text Roles: roles.html
.. _RFC2396: http://www.rfc-editor.org/rfc/rfc2396.txt
.. _RFC2732: http://www.rfc-editor.org/rfc/rfc2732.txt