summaryrefslogtreecommitdiff
path: root/docutils/parsers/rst/directives/body.py
Commit message (Expand)AuthorAgeFilesLines
* Delete old 0.4 maintenance branch.docutils-0.4milde2017-06-221-196/+0
* 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