summaryrefslogtreecommitdiff
path: root/docutils/transforms
Commit message (Expand)AuthorAgeFilesLines
...
* merged reporter-categories branch into trunk: removed docutils.utils.Reporter...goodger2005-04-051-2/+2
* removed nodes.Element.set_class() method;wiemann2005-04-022-3/+2
* removed non-deterministic behavior; thanks, David!wiemann2005-03-301-5/+8
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-265-255/+234
* whitespacegoodger2005-03-211-2/+1
* removed unneeded global variablewiemann2005-03-201-3/+0
* removed Node.flattened(); added Node.traverse();wiemann2005-03-152-4/+3
* removed redundant get_children();wiemann2005-03-143-6/+6
* renamed SectionTargets.condition() to possible_relocation_target();wiemann2005-03-131-4/+6
* renamed docutils.nodes.Node.tree to docutils.nodes.Node.flattened, and added ...goodger2005-03-132-11/+10
* fixed bug with chained targets in front of a sectionwiemann2005-03-051-2/+5
* made relocated targets before sections zero-lengthwiemann2005-03-051-3/+1
* changed "cond" to "condition" in next_node callwiemann2005-03-051-1/+2
* do not add a TOC-backlink if title contains a referencewiemann2005-03-051-4/+7
* relocate internal targets only in front of sections, doctitles and subtitleswiemann2005-03-051-49/+27
* removed direct references to Element.children attribute outside nodes.pywiemann2005-03-042-5/+5
* when relocating a target, it now acquires the children of its new parent;wiemann2005-02-271-1/+4
* Fixed duplicate footnote label bug.goodger2005-02-261-8/+10
* Fixed mislocated internal targets bug, by relocating targets into the next te...goodger2005-02-251-37/+85
* Added support for trimming whitespace from beside substitution references.goodger2004-11-021-1/+16
* moved transition transformation code to universal.FinalCheckVisitorwiemann2004-10-302-86/+68
* added structural.py for structural transforms, with Transition transformwiemann2004-10-301-0/+85
* class directive now skips system_messageswiemann2004-10-241-1/+2
* setting footnote_references to "superscript" or "brackets" now causeswiemann2004-09-301-1/+1
* fixed bug when multiple "class" directives are appliedgoodger2004-09-081-1/+8
* added "suffix" option to "sectnum" directive; require separating punctuationgoodger2004-08-241-12/+6
* The directive now accepts a prefix option, a string thatlele2004-08-201-2/+16
* updatedgoodger2004-06-161-3/+6
* Added specific error message for duplicate targets.goodger2004-05-042-10/+17
* Updated for ToC changes (topic now inserted by directive, so follow suit here...goodger2004-04-231-5/+14
* simplified codegoodger2004-04-021-6/+5
* restored sectnum disabling code accidentally clobbered by another checkin; ch...goodger2004-04-021-1/+2
* - allow RCS/CVS $keywords$ to be handled even if there is other text in thefdrake2004-03-301-3/+3
* Added unknown_reference_resolvers list for each transformer. This list holdsmmgilbe2004-03-253-8/+25
* Verifying that external targets are truly targets and not indirectmmgilbe2004-03-231-1/+2
* Added hook (via docutils.TransformSpec.unknown_reference_resolvers)mmgilbe2004-03-221-10/+27
* The "contents" directive does more work up-front, creating thereggie2004-03-221-27/+11
* added option to disable section numberingorutherfurd2004-03-211-1/+2
* Added FilterMessages transform (removes system messages below the verbosity t...goodger2004-01-232-1/+25
* updatedgoodger2003-06-091-1/+3
* revised new --no-doc-title & --no-doc-info optionsgoodger2003-05-291-2/+2
* Option --no-doc-info and --no-doc-title to standalone reader.grubert2003-05-271-0/+4
* Added "class" attribute support to ``Contents``.goodger2003-05-241-4/+7
* Added ``ClassAttribute`` to support the "class" directive.goodger2003-05-241-0/+29
* Don't use len(L) > 0 to test for non-emptiness of L; lists are true iffdrake2003-04-101-1/+1
* substitutions made case-sensitive but forgiving (case-insensitive fallback)goodger2003-03-271-1/+9
* beginnings of substitution case-sensitizinggoodger2003-03-271-1/+1
* fixed bibliographic field language lookupsgoodger2003-03-271-17/+32
* Added check for circular indirect references.goodger2003-01-171-3/+16
* fixed multiply-indirect reference bug (bug report: Bruce Smith)goodger2003-01-171-1/+1