summaryrefslogtreecommitdiff
path: root/docutils/transforms/parts.py
Commit message (Expand)AuthorAgeFilesLines
* cleaned up build_contents code (not worth a test case or history entry though...wiemann2007-01-221-6/+1
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* renamed Element.substitute to Element.replace_selfwiemann2005-09-261-1/+1
* replaced node.parent.replace(node, new) constructs with node.substitute(new)wiemann2005-09-111-1/+1
* removed "from __future__ import" statements and lambda expressionsgoodger2005-06-081-2/+2
* 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
* removed nodes.Element.set_class() method;wiemann2005-04-021-1/+1
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-261-3/+3
* removed Node.flattened(); added Node.traverse();wiemann2005-03-151-3/+2
* removed redundant get_children();wiemann2005-03-141-1/+1
* renamed docutils.nodes.Node.tree to docutils.nodes.Node.flattened, and added ...goodger2005-03-131-2/+2
* do not add a TOC-backlink if title contains a referencewiemann2005-03-051-4/+7
* 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
* restored sectnum disabling code accidentally clobbered by another checkin; ch...goodger2004-04-021-1/+2
* 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 "class" attribute support to ``Contents``.goodger2003-05-241-4/+7
* beginnings of substitution case-sensitizinggoodger2003-03-271-1/+1
* Completed transform reform; updated.goodger2002-10-241-9/+11
* Refactored names (options -> settings; .transform() -> .apply(); etc.); updated.goodger2002-10-181-3/+3
* updatedgoodger2002-10-081-7/+6
* * Reworked the ``docutils.transforms.parts.SectNum`` transform'sgoodger2002-08-131-40/+30
* Second version of the .. sectnum:: directive implementation. Also, theyole2002-08-111-8/+58
* - Moved the "id" attribute from TOC list items to the referencesgoodger2002-08-031-2/+2
* Support for optional TOC backlinks.goodger2002-07-241-10/+18
* Fixed TOC "name" attribute.goodger2002-07-131-2/+5
* Added "name" attribute to TOC topic depending on its title.goodger2002-07-111-3/+6
* Cleaned up importsgoodger2002-05-301-1/+2
* name improvementsgoodger2002-05-071-2/+2
* renamed parts.py from old components.pygoodger2002-05-051-0/+117