diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-04-05 02:55:06 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-04-05 02:55:06 +0000 |
| commit | c1b06c883eb471187a1725f2f2e646bb266adad8 (patch) | |
| tree | 6a6278b3f41ea8bfdf1eaa0607d3ba8ddb78d4a1 /docutils/test/functional/input/data | |
| parent | b4d89cccc3f3901bb15b38b1b2dd65224f23b44b (diff) | |
| download | docutils-c1b06c883eb471187a1725f2f2e646bb266adad8.tar.gz | |
added "stub-columns" options to "csv-table" and "list-table" directives, plus support, docs, and tests
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3165 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input/data')
| -rw-r--r-- | docutils/test/functional/input/data/list_table.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docutils/test/functional/input/data/list_table.txt b/docutils/test/functional/input/data/list_table.txt new file mode 100644 index 000000000..632285e36 --- /dev/null +++ b/docutils/test/functional/input/data/list_table.txt @@ -0,0 +1,24 @@ +List Tables +----------- + +Here's a list table exercising all features: + +.. list-table:: list table with integral header + :class: test + :widths: 10 20 30 + :header-rows: 1 + :stub-columns: 1 + + * - Treat + - Quantity + - Description + * - Albatross + - 2.99 + - On a stick! + * - Crunchy Frog + - 1.49 + - If we took the bones out, it wouldn't be + crunchy, now would it? + * - Gannet Ripple + - 1.99 + - On a stick! |
