summaryrefslogtreecommitdiff
path: root/docutils/transforms
Commit message (Expand)AuthorAgeFilesLines
* removed more internal state (`document.anonymous_refs` andwiemann2005-10-111-19/+25
* added Node.deepcopy(); fixed bug with doubly-indirect substitutionswiemann2005-10-111-39/+40
* renamed Element.substitute to Element.replace_selfwiemann2005-09-266-15/+15
* added docutils/writers/support/ directory and removed tools/stylesheets/; upd...goodger2005-09-251-30/+0
* changed DanglingReferences priority back to 850wiemann2005-09-221-1/+1
* Merged "transforms" branch into trunk.wiemann2005-09-201-18/+1
* fixed bug with expose_internals setting and Text nodes (exposed by the "rawso...goodger2005-09-151-1/+4
* added writer_aux module containing Compound transform,wiemann2005-09-111-0/+52
* replaced node.parent.replace(node, new) constructs with node.substitute(new)wiemann2005-09-115-14/+14
* replaced hack with clean handling of unreferenced anonymous targetswiemann2005-08-281-5/+6
* simplified FilterMessages transformwiemann2005-07-071-12/+3
* separated default (universal) transforms into two stages so that nowiemann2005-07-071-9/+12
* sorted transform declarations by prioritywiemann2005-07-061-17/+17
* fixed TestMessages priority to conform to docswiemann2005-07-061-1/+3
* renamed universal.FinalChecks to references.DanglingReferences;wiemann2005-07-053-79/+75
* moved expose_internals logic out of FinalChecks into awiemann2005-07-053-28/+41
* moved transition transform logic from universal.FinalChecks towiemann2005-07-052-81/+80
* improved cloaking mechanismwiemann2005-07-011-2/+2
* do not complain when the user specifies --stylesheet=""wiemann2005-06-301-2/+2
* removed document.internal_targets and document.external_targets;wiemann2005-06-291-23/+17
* Added ``docutils.TransformSpec.reprocess_transforms`` and ``docutils.transfor...goodger2005-06-291-0/+6
* move metadata title into document['title']wiemann2005-06-291-7/+32
* Added ``_stylesheet_required`` internal setting, docutils.transforms.html.Sty...goodger2005-06-281-0/+30
* clarified docstrings; simplified codewiemann2005-06-271-4/+4
* Pythonicized kwargs; further beautified --dump-transformsgoodger2005-06-271-4/+3
* 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