summaryrefslogtreecommitdiff
path: root/docutils/parsers/rst/directives/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix [ 3606028 ] ``assert`` is skipped with ``python -O``.milde2013-03-041-3/+6
* Fix [3541369] Relative __import__ also with Python 3.3.milde2012-07-111-1/+5
* reStructuredText "code" role and directivemilde2011-09-021-1/+2
* Rename the ``.. math-block::`` directive to ``.. math::``.milde2010-10-291-1/+1
* Support mathematics with a "math" role and "math-block" directive.milde2010-10-251-0/+1
* Allow legth and percentage values in "figwidth" argument and percent sign inmilde2009-05-191-2/+30
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-1/+1
* merged directives branch to trunk (r4375:4666);wiemann2006-07-121-141/+61
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* added "date" directive, tests, & translationsgoodger2005-12-221-0/+1
* added the "container" element & directive, a generic containergoodger2005-10-281-0/+1
* removed superfluous error messagewiemann2005-08-171-3/+1
* added support for units in image widths and heights;wiemann2005-06-161-0/+26
* added "title" directivegoodger2005-06-091-0/+1
* added "default-role" directivegoodger2005-06-041-0/+1
* added "header" & "footer" directives, tests, docs, support, and some tweaksgoodger2005-04-071-0/+2
* removed nodes.Element.set_class() method;wiemann2005-04-021-2/+2
* Added "uri" directive option conversion function. Added docstrings & documen...goodger2005-03-151-2/+42
* Allowed whitespace in paths and URLs (targets; "image", "figure", & "include"...goodger2005-03-051-4/+1
* Added "list-table" directive.goodger2005-02-111-0/+1
* Allow multiple class names in class_option conversion functiongoodger2004-11-061-6/+8
* Added ``compound`` directive.goodger2004-10-201-0/+1
* Added ``encoding`` directive option conversion function.goodger2004-09-121-3/+11
* docstringsgoodger2004-06-231-3/+4
* added several directive option conversion functionsgoodger2004-06-181-2/+33
* extracted unicode code conversiongoodger2004-06-171-0/+25
* docstringsgoodger2004-06-171-2/+6
* updatedwiemann2004-06-051-1/+1
* added "role" directivegoodger2004-04-171-1/+5
* docstringgoodger2004-04-161-1/+4
* added "table" directivegoodger2004-01-121-0/+1
* beefed up directive error reportinggoodger2003-12-211-1/+12
* Renamed ``unchanged()`` directive option conversion function to ``unchanged_r...goodger2003-07-091-8/+46
* Added "pull-quote" directive.goodger2003-06-031-0/+1
* Added ``class_option()`` directive option helper function.goodger2003-05-241-0/+11
* Added ``register_directive()``, thanks to William Dode and Paul Mooregoodger2003-04-231-0/+4
* Added sidebar directive.pobrien2003-02-201-0/+1
* Improved ``directive()`` function: Return ``None`` for missing directives.goodger2002-11-141-11/+19
* updatedgoodger2002-11-081-9/+8
* Added warnings for unknown directives.goodger2002-10-171-6/+18
* Added ``path()`` and ``nonnegative_int()`` directive option helper functions....goodger2002-10-021-30/+110
* fixgoodger2002-09-101-2/+2
* Added ``flag()``, ``unchanged()``, and ``choice()`` directive option helper f...goodger2002-09-101-0/+25
* Changed "attribute" to "option" for directives/extensions.goodger2002-08-271-3/+4
* updatedgoodger2002-08-171-3/+3
* Added the "line-block" and "parsed-literal" directives.goodger2002-08-161-0/+2
* Added the "target-notes" directive.goodger2002-08-141-0/+1
* Second version of the .. sectnum:: directive implementation. Also, theyole2002-08-111-0/+1
* updatedgoodger2002-08-071-2/+2
* docstring updategoodger2002-08-041-0/+6