diff options
Diffstat (limited to 'docutils/test/data')
| -rw-r--r-- | docutils/test/data/config_1.txt | 26 | ||||
| -rw-r--r-- | docutils/test/data/config_2.txt | 11 | ||||
| -rw-r--r-- | docutils/test/data/config_error_handler.txt | 2 | ||||
| -rw-r--r-- | docutils/test/data/config_list.txt | 8 | ||||
| -rw-r--r-- | docutils/test/data/config_list_2.txt | 2 | ||||
| -rw-r--r-- | docutils/test/data/config_old.txt | 14 | ||||
| -rw-r--r-- | docutils/test/data/csv_data.txt | 1 | ||||
| -rw-r--r-- | docutils/test/data/csv_dep.txt | 2 | ||||
| -rw-r--r-- | docutils/test/data/dependencies.txt | 8 | ||||
| -rw-r--r-- | docutils/test/data/include.txt | 1 | ||||
| -rw-r--r-- | docutils/test/data/raw.txt | 0 | ||||
| -rw-r--r-- | docutils/test/data/stylesheet.txt | 0 |
12 files changed, 0 insertions, 75 deletions
diff --git a/docutils/test/data/config_1.txt b/docutils/test/data/config_1.txt deleted file mode 100644 index b19a213b3..000000000 --- a/docutils/test/data/config_1.txt +++ /dev/null @@ -1,26 +0,0 @@ -# Test config file (new format) - -[general] - -source-link: on -datestamp: %Y-%m-%d %H:%M UTC -generator: true - - -[restructuredtext parser] - -trim-footnote-reference-space: 1 -tab-width = 8 - - -[html4css1 writer] - -stylesheet-path: stylesheets/default.css - - -[pep_html writer] - -template: pep-html-template -stylesheet-path: stylesheets/pep.css -python-home: http://www.python.org -no-random: yes diff --git a/docutils/test/data/config_2.txt b/docutils/test/data/config_2.txt deleted file mode 100644 index 35c307c6c..000000000 --- a/docutils/test/data/config_2.txt +++ /dev/null @@ -1,11 +0,0 @@ -# Test config file (new format) - -[general] - -generator: no - - -[html4css1 writer] - -footnote-references: superscript -stylesheet-path: test.css diff --git a/docutils/test/data/config_error_handler.txt b/docutils/test/data/config_error_handler.txt deleted file mode 100644 index 82e341649..000000000 --- a/docutils/test/data/config_error_handler.txt +++ /dev/null @@ -1,2 +0,0 @@ -[general] -error_encoding: ascii:strict diff --git a/docutils/test/data/config_list.txt b/docutils/test/data/config_list.txt deleted file mode 100644 index fde6793c9..000000000 --- a/docutils/test/data/config_list.txt +++ /dev/null @@ -1,8 +0,0 @@ -[general] -expose_internals: a - -[html4css1 writer] -expose_internals: b:c:d - -[pep_html writer] -expose_internals: e diff --git a/docutils/test/data/config_list_2.txt b/docutils/test/data/config_list_2.txt deleted file mode 100644 index 6f8d69f07..000000000 --- a/docutils/test/data/config_list_2.txt +++ /dev/null @@ -1,2 +0,0 @@ -[general] -expose_internals: f diff --git a/docutils/test/data/config_old.txt b/docutils/test/data/config_old.txt deleted file mode 100644 index fa07d6dab..000000000 --- a/docutils/test/data/config_old.txt +++ /dev/null @@ -1,14 +0,0 @@ -# Test config file (old format) - -[options] - -source-link: 1 -datestamp: %Y-%m-%d %H:%M UTC -generator: 1 - -stylesheet-path: stylesheets/default.css - -pep-template: pep-html-template -pep-stylesheet-path: stylesheets/pep.css -python-home: http://www.python.org -no-random: 1 diff --git a/docutils/test/data/csv_data.txt b/docutils/test/data/csv_data.txt deleted file mode 100644 index f33f47f7f..000000000 --- a/docutils/test/data/csv_data.txt +++ /dev/null @@ -1 +0,0 @@ -foo, bar diff --git a/docutils/test/data/csv_dep.txt b/docutils/test/data/csv_dep.txt deleted file mode 100644 index 14620a926..000000000 --- a/docutils/test/data/csv_dep.txt +++ /dev/null @@ -1,2 +0,0 @@ -.. csv-table:: - :file: csv_data.txt diff --git a/docutils/test/data/dependencies.txt b/docutils/test/data/dependencies.txt deleted file mode 100644 index cc18c8f0c..000000000 --- a/docutils/test/data/dependencies.txt +++ /dev/null @@ -1,8 +0,0 @@ -.. image:: some_image.png - -.. include:: include.txt - -.. raw:: HTML - :file: raw.txt - -.. include:: include.txt diff --git a/docutils/test/data/include.txt b/docutils/test/data/include.txt deleted file mode 100644 index ae2a894bb..000000000 --- a/docutils/test/data/include.txt +++ /dev/null @@ -1 +0,0 @@ -Some include text. diff --git a/docutils/test/data/raw.txt b/docutils/test/data/raw.txt deleted file mode 100644 index e69de29bb..000000000 --- a/docutils/test/data/raw.txt +++ /dev/null diff --git a/docutils/test/data/stylesheet.txt b/docutils/test/data/stylesheet.txt deleted file mode 100644 index e69de29bb..000000000 --- a/docutils/test/data/stylesheet.txt +++ /dev/null |
