summaryrefslogtreecommitdiff
path: root/docutils/parsers/rst/directives/body.py
Commit message (Expand)AuthorAgeFilesLines
* docutils.utils is now a package (providing a place for sub-modules)milde2011-12-201-1/+1
* "code" option of the "include" directive, testsmilde2011-09-171-2/+4
* reStructuredText "code" role and directivemilde2011-09-021-1/+61
* Common directive options:milde2011-07-061-7/+2
* New "name" directive option attaching a reference name.milde2011-06-301-10/+22
* Math directive and documentation update:milde2011-06-171-6/+21
* Support mathematics with a "math" role and "math-block" directive.milde2010-10-251-0/+13
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-1/+1
* merged directives branch to trunk (r4375:4666);wiemann2006-07-121-182/+174
* fixed calls to docutils.parsers.rst.states.Body.block_quote (see r4522), and ...goodger2006-06-011-9/+15
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* added the "container" element & directive, a generic containergoodger2005-10-281-0/+27
* added checks for recursive sidebarsgoodger2005-04-111-0/+5
* allow topics within sidebars; no topics within body elementsgoodger2005-04-091-2/+3
* removed nodes.Element.set_class() method;wiemann2005-04-021-8/+8
* Added ``compound`` directive.goodger2004-10-201-0/+17
* Converted the line-block directive to use the new structure. Extracted the ol...goodger2004-10-051-10/+30
* docstringsgoodger2004-06-231-0/+2
* line number == (line offset + 1); check module docstring of directives/__init...goodger2004-06-231-19/+1
* Fix the line numbering of nodes produced by line_block directives.david_abrahams2004-06-231-1/+20
* moved "table" directive to tables.pygoodger2004-06-181-37/+1
* fixed omissiongoodger2004-06-171-1/+2
* updatedreggie2004-03-221-0/+1
* added "table" directivegoodger2004-01-121-0/+35
* updatedgoodger2003-07-091-1/+1
* Added "pull-quote" directive.goodger2003-06-031-0/+8
* Added "rubric", "epigraph", and "highlights" directives. Added "class" optio...goodger2003-05-241-2/+34
* sidebar improvementsgoodger2003-02-201-25/+16
* Added sidebar directive.pobrien2003-02-201-0/+27
* Updated (Reporter API).goodger2002-10-081-2/+2
* Updated all directive functions to new API, including better reporting.goodger2002-10-021-49/+40
* Converted system messages to use the new "line" attribute.goodger2002-09-041-8/+8
* Changed "attribute" to "option" for directives/extensions.goodger2002-08-271-4/+5
* Simplified and improved the "line-block" and "parsed-literal" code.goodger2002-08-171-7/+9
* simplifiedgoodger2002-08-161-19/+6
* Added the "line-block" and "parsed-literal" directives.goodger2002-08-161-0/+36
* Added to project. Contains the "topic" directive.goodger2002-08-071-0/+47