summaryrefslogtreecommitdiff
path: root/docutils/readers/standalone.py
Commit message (Expand)AuthorAgeFilesLines
* Use `super()` for calls to `get_transforms()` from parent class.milde2022-11-211-1/+1
* Remove unused importsmilde2022-01-261-1/+0
* Review settings_spec.milde2021-05-171-1/+1
* correct faulty setting definitions & add test; 0.4 backport candidategoodger2006-11-121-2/+1
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* Merged "transforms" branch into trunk.wiemann2005-09-201-13/+15
* renamed universal.FinalChecks to references.DanglingReferences;wiemann2005-07-051-0/+1
* moved transition transform logic from universal.FinalChecks towiemann2005-07-051-2/+4
* added "document = None" again; it serves documentation purposeswiemann2005-06-271-0/+3
* removed unused "document" class variable of standalone and dummy readerwiemann2005-06-261-3/+0
* renamed command-line options for SectSubTitle transform (plural reads better)...goodger2005-05-191-4/+4
* added SectSubTitle transformwiemann2005-05-181-1/+12
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-261-2/+1
* relocate internal targets only in front of sections, doctitles and subtitleswiemann2005-03-051-0/+1
* removed unused importgoodger2004-02-251-1/+0
* updated for setting validatorsgoodger2003-09-011-3/+5
* Updated for configuration file reorganization.goodger2003-08-271-0/+3
* revised new --no-doc-title & --no-doc-info optionsgoodger2003-05-291-13/+11
* Option --no-doc-info and --no-doc-title to standalone reader.grubert2003-05-271-0/+15
* Split ``references.Hyperlinks`` into multiple transforms.goodger2002-10-241-5/+9
* changed docstring field lists into commentsgoodger2002-10-091-7/+5
* - Added support for the ``docutils.io.IO`` class & subclasses.goodger2002-06-281-3/+0
* refactored; improved compound namesgoodger2002-05-051-2/+5
* Initial revisiongoodger2002-04-201-0/+34