summaryrefslogtreecommitdiff
path: root/docutils/docs/peps
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-09-25 15:49:54 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-09-25 15:49:54 +0000
commitd17bbfa8b110b145522f3581fe92a84d87d289b5 (patch)
tree10ad5e1d44e11a27d01081d34f3e64b046740b52 /docutils/docs/peps
parentfc1ee9198296a06c019a24e8cbe030fabd485f29 (diff)
downloaddocutils-d17bbfa8b110b145522f3581fe92a84d87d289b5.tar.gz
added docutils/writers/support/ directory and removed tools/stylesheets/; updated defaults; removed docutils/transforms/html.py (no longer needed); removed ``_stylesheet_required`` internal setting; updated setup.py
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3901 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/peps')
-rw-r--r--docutils/docs/peps/pep-0258.txt21
1 files changed, 19 insertions, 2 deletions
diff --git a/docutils/docs/peps/pep-0258.txt b/docutils/docs/peps/pep-0258.txt
index 7779411a6..47ede6c21 100644
--- a/docutils/docs/peps/pep-0258.txt
+++ b/docutils/docs/peps/pep-0258.txt
@@ -402,6 +402,9 @@ Docutils Package Structure
- Module "docutils.readers.pep" reads PEPs (Python Enhancement
Proposals).
+ - Module "docutils.readers.doctree" is used to re-read a
+ previously stored document tree for reprocessing.
+
- Readers to be added for: Python source code (structure &
docstrings), email, FAQ, and perhaps Wiki and others.
@@ -416,18 +419,32 @@ Docutils Package Structure
- Module "docutils.writers.html4css1" is a simple HyperText Markup
Language document tree writer for HTML 4.01 and CSS1.
+ - Module "docutils.writers.latex2e" writes LaTeX.
+
+ - Module "docutils.writers.newlatex2e" also writes LaTeX; it is a
+ new implementation.
+
- Module "docutils.writers.docutils_xml" writes the internal
document tree in XML form.
- Module "docutils.writers.pseudoxml" is a simple internal
document tree writer; it writes indented pseudo-XML.
+ - Module "docutils.writers.null" is a do-nothing writer; it is
+ used for specialized purposes such as storing the internal
+ document tree.
+
- Writers to be added: HTML 3.2 or 4.01-loose, XML (various forms,
- such as DocBook), PDF, TeX, plaintext, reStructuredText, and
- perhaps others.
+ such as DocBook), PDF, plaintext, reStructuredText, and perhaps
+ others.
See `Writers`_ above.
+ - Package "docutils.writers.support": modules and data files that
+ support the various writers. The names of subdirectories and
+ basenames of files immediately within the support/ directory must
+ match the corresponding writer module names.
+
- Package "docutils.transforms": tree transform classes.
- Class "Transformer" stores transforms and applies them to