diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2016-07-28 21:52:14 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2016-07-28 21:52:14 +0000 |
| commit | 73fe6e8d434dcc7f26c5e7430b7a6ef1c5d55d64 (patch) | |
| tree | d063a73391b77eb05365bf59ad01d537660e2267 /docutils/test/functional/input | |
| parent | 6984390d7c3a4049fcb49f6e50e9544d6317e81c (diff) | |
| download | docutils-73fe6e8d434dcc7f26c5e7430b7a6ef1c5d55d64.tar.gz | |
Clear up and document patch [ 120 ].
The colwidths argument for <tgroup> violates the docutils.dtd.
As the "auto"/"given" tags may be ignored by the writers, they may be
stored as classes instead.
The default case (grid for tables, equal widths for ListTable and CSVTable
does not need/get a tag. This way, writers can decide whether to leave
column width determination to the backend when the class "colwidths-auto" is
set (opt-in) or by default (opt-out with "colwidths-given").
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7958 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/data/math.txt | 1 | ||||
| -rw-r--r-- | docutils/test/functional/input/standalone_rst_html_plain.txt | 13 |
2 files changed, 1 insertions, 13 deletions
diff --git a/docutils/test/functional/input/data/math.txt b/docutils/test/functional/input/data/math.txt index c296fddec..6966dab5e 100644 --- a/docutils/test/functional/input/data/math.txt +++ b/docutils/test/functional/input/data/math.txt @@ -49,6 +49,7 @@ physical system changes in time. Math-Accents: .. list-table:: :class: borderless + :widths: 26 26 26 * - :math:`\acute{a}` ``\acute{a}`` - :math:`\dot{t}` ``\dot{t}`` diff --git a/docutils/test/functional/input/standalone_rst_html_plain.txt b/docutils/test/functional/input/standalone_rst_html_plain.txt index 067406f95..a12a5bb14 100644 --- a/docutils/test/functional/input/standalone_rst_html_plain.txt +++ b/docutils/test/functional/input/standalone_rst_html_plain.txt @@ -167,18 +167,6 @@ from the booktabs_ LaTeX package. .. class:: booktabs -===== ===== ====== -False False False -True False True -False True True -True True True -===== ===== ====== - -This table also uses the "align-right" class argument, to right-align -the table: - -.. class:: booktabs align-right - ===== ===== ======= A B A or B ===== ===== ======= @@ -188,7 +176,6 @@ False True True True True True ===== ===== ======= - "Booktabs" style table, numbered and centre-aligned: .. table:: I/O values |
