diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-08-11 14:34:57 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-08-11 14:34:57 +0000 |
| commit | 2f631fedb5d433f30bb5ea277bf96def35aae764 (patch) | |
| tree | 5b3a681676cb1f08d5fc66d13b59754b3c2aad6d /docutils/docs/ref | |
| parent | c616e1e6be5aa0e0c3b9b2b11474ffe63a86804f (diff) | |
| download | docutils-2f631fedb5d433f30bb5ea277bf96def35aae764.tar.gz | |
Small documentation update.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8809 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/ref')
| -rw-r--r-- | docutils/docs/ref/rst/directives.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docutils/docs/ref/rst/directives.txt b/docutils/docs/ref/rst/directives.txt index b7fd865c4..203a9d345 100644 --- a/docutils/docs/ref/rst/directives.txt +++ b/docutils/docs/ref/rst/directives.txt @@ -777,13 +777,12 @@ The following options are recognized: ``widths`` : "auto", "grid", or a list of integers A comma- or space-separated list of column widths. - Defaults to the widths of the input columns in characters. + Default is "grid", the widths of the input columns in characters. - The special value "auto" directs writers to delegate the - determination of column widths to the backend (LaTeX, the HTML - browser, ...), if possible. "grid" forces the default behaviour - (overwriting a `table_style`_ configuration setting value - "colwidths-auto"). + The value "auto" directs writers to delegate the determination of + column widths to the backend (LaTeX, the HTML browser, ...), if possible. + The value "grid" overrules a `table_style`_ configuration setting + value "colwidths-auto". ``width`` : `length`_ or `percentage`_ Forces the width of the table to the specified length or percentage |
