summaryrefslogtreecommitdiff
path: root/sandbox/ianb/wiki/Wiki.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged "transforms" branch into trunk.wiemann2005-09-201-3/+2
| | | | | | | | | | | | | | | | - Replaced ``default_transforms`` attribute of TransformSpec with ``get_transforms()`` method. - Added universal.Decorations and universal.ExposeInternals transforms as default transforms for all readers. - Added universal.Messages and universal.FilterMessages transforms as default transforms for all writers. - Added ``ReReader`` base class for readers that reread an existing document tree. - Added ``UnfilteredWriter`` base class for writers that pass the document tree on unchanged. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3892 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Changed extractor.py to include all methods and functions implicitly,ianbicking2003-01-201-17/+19
| | | | | | | | | and to use all top-level strings as commentary. Also changed Wiki.py to be documented in kind. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1150 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Renamed Wiki.py to WikiPage.py.ianbicking2003-01-191-0/+249
Module has been reworked a bit. Docstrings now included, and formatted for use with ``extractor`` module. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1145 929543f6-e4f2-0310-98a6-ba3bd3dd1d04