summaryrefslogtreecommitdiff
path: root/docutils/transforms
Commit message (Expand)AuthorAgeFilesLines
...
* beautified --dump-transforms outputwiemann2005-06-271-1/+2
* pass kwargs as single parameter to add_transform;wiemann2005-06-271-12/+8
* replaced data argument to Transform constructor with **kwargs;wiemann2005-06-271-13/+12
* merge trunk/docutils@3525 branches/blais_interrupt_render/docutils@HEAD trunk...wiemann2005-06-261-7/+17
* removed "from __future__ import" statements and lambda expressionsgoodger2005-06-082-4/+3
* fixed target bug <http://mid.gmane.org/200505291251.j4TCpZP0022378@sheep.berl...wiemann2005-06-051-1/+2
* added SectSubTitle transformwiemann2005-05-181-47/+135
* allow topics within sidebars; no topics within body elementsgoodger2005-04-091-3/+1
* fixed part of the "contents" directive context problemgoodger2005-04-081-1/+2
* fixed bugs: don't access a node's children attribute directly\!goodger2005-04-071-2/+2
* added "header" & "footer" directives, tests, docs, support, and some tweaksgoodger2005-04-072-18/+12
* 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