From d17bbfa8b110b145522f3581fe92a84d87d289b5 Mon Sep 17 00:00:00 2001 From: goodger Date: Sun, 25 Sep 2005 15:49:54 +0000 Subject: 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 --- docutils/docs/peps/pep-0258.txt | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'docutils/docs/peps') 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 -- cgit v1.2.1