summaryrefslogtreecommitdiff
path: root/docutils/test/data
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-01-09 20:44:25 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-01-09 20:44:25 +0000
commitd77fdfef70e08114f57cbef5d91707df8717ea9f (patch)
tree49444e3486c0c333cb7b33dfa721296c08ee4ece /docutils/test/data
parent53cd16ca6ca5f638cbe5956988e88f9339e355cf (diff)
parent3993c4097756e9885bcfbd07cb1cc1e4e95e50e4 (diff)
downloaddocutils-0.4.tar.gz
Release 0.4: tagging released revisiondocutils-0.4
git-svn-id: http://svn.code.sf.net/p/docutils/code/tags/docutils-0.4@4268 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/data')
-rw-r--r--docutils/test/data/config_1.txt26
-rw-r--r--docutils/test/data/config_2.txt11
-rw-r--r--docutils/test/data/config_error_handler.txt2
-rw-r--r--docutils/test/data/config_list.txt8
-rw-r--r--docutils/test/data/config_list_2.txt2
-rw-r--r--docutils/test/data/config_old.txt14
-rw-r--r--docutils/test/data/csv_data.txt1
-rw-r--r--docutils/test/data/csv_dep.txt2
-rw-r--r--docutils/test/data/dependencies.txt8
-rw-r--r--docutils/test/data/include.txt1
-rw-r--r--docutils/test/data/raw.txt0
-rw-r--r--docutils/test/data/stylesheet.txt0
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