summaryrefslogtreecommitdiff
path: root/docutils/docs/peps
Commit message (Collapse)AuthorAgeFilesLines
* incorporated David's suggestions for the transforms branchwiemann2005-09-171-15/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/transforms@3884 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Turned components.Filter into components.WriterFilter. When thewiemann2005-08-201-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Filter transform is run, the only type of component which has not yet been used *and* has the notion of a "format" is the writer. I (Felix) cannot imagine a use case where components.Filter would filter, say, parser-specific nodes. Thus, it's possible to make components.Filter specific to writers without loss of functionality. Added FormatSpecific node. Made "meta" and "raw" subclasses of nodes.FormatSpecific. nodes.Node.traverse: When a class is passed as first argument, do not check if it is a subclass of nodes.Node. This is necessary because some node classes (like nodes.FormatSpecific) aren't subclasses of nodes.Node. directives.meta: Do not insert pending nodes but rather the meta node directly. components.WriterFilter does no longer work on pending nodes but traverses the document tree looking for FormatSpecific nodes. Removed format-handling code for raw node from writers. This is now done by the WriterFilter transform. Removed test/test_transforms/test_filter.py; that test isn't usable for testing the WriterFilter transform. components.WriterFilter is automatically tested in the functional tests; that's enough for now. Updated docs/ref/transforms.txt. Partially updated docs/peps/pep-0258.txt. git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/transforms@3825 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed linkswiemann2005-05-283-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3398 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* minor updategoodger2005-03-241-3/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3105 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2004-06-051-6/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2219 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedwiemann2004-06-041-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2216 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedwiemann2004-06-031-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2206 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedwiemann2004-06-031-4/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2204 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedwiemann2004-06-031-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2203 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedwiemann2004-06-032-11/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2202 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* update; text from Edward Lopergoodger2004-04-231-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1985 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2003-06-161-9/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1470 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2003-01-101-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1090 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-12-051-1/+20
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@994 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added "Handling Docstring Indentation" section.goodger2002-11-301-9/+73
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@984 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Clarified algorithm for stripping indentation from docstrings.goodger2002-11-281-5/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@982 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-11-131-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@944 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* typo caught by GvRgoodger2002-11-092-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@926 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-11-081-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@917 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-10-311-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@871 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* minor updates & fixesgoodger2002-10-243-7/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@859 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Brought up to date. Many changes.goodger2002-10-241-211/+254
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@854 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-10-181-5/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@834 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Refactored names (options -> settings; .transform() -> .apply(); etc.); updated.goodger2002-10-181-3/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@825 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-10-111-2/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@792 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* *** empty log message ***goodger2002-09-201-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@699 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-09-071-4/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@653 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-09-051-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@631 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* minor fixesgoodger2002-08-301-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@615 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Converted to reStructuredText & updated.goodger2002-08-301-209/+216
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@613 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* crossrefsgoodger2002-08-231-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@579 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-08-171-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@553 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* minor editsgoodger2002-08-142-12/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@522 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-08-091-5/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@492 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-08-071-14/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@474 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Converted to reStructuredText & updated.goodger2002-08-072-841/+860
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@467 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-08-061-1/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@461 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-08-051-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@458 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-08-011-11/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@433 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-07-311-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@425 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-07-271-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@390 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-07-271-12/+13
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@388 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-07-251-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@371 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* minimize HTML whitespacegoodger2002-07-231-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@349 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* minor editsgoodger2002-07-181-9/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@306 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Converted to reStructuredText.goodger2002-07-141-659/+649
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@289 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Renamed to "reStructuredText Docstring Format" and updated.goodger2002-07-141-25/+29
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@284 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-07-141-13/+21
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@283 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Updated. Added "Roadmap to the Doctring PEPs" section.goodger2002-07-141-13/+51
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@282 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-06-291-8/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@230 929543f6-e4f2-0310-98a6-ba3bd3dd1d04