summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
* Release 0.3.7: set version number to 0.3.7wiemann2004-12-231-1/+1
* applied David Goodger's patch fromwiemann2004-12-231-11/+20
* Release 0.4.0: set version number to 0.4.0wiemann2004-12-231-1/+1
* removed compound node from list of optional nodeswiemann2004-12-231-1/+3
* reverted accidentally committed files; sorrywiemann2004-12-231-1/+1
* added text about using the unicode directive for en and em dasheswiemann2004-12-231-1/+1
* fixed ("added") encoding support for raw and include directivewiemann2004-11-301-2/+4
* do not surround block-level `raw`s with <span> tags; use <div> insteadwiemann2004-11-261-5/+6
* allow empty sections and documentswiemann2004-11-261-24/+0
* disable automatic dash-transformation ("--" to en-dash) in LaTeXwiemann2004-11-251-10/+11
* removed no_random option; SF's Python doesn't seem to be broken anymorewiemann2004-11-251-12/+4
* Added class="docutils header" to horizontal-rules of headers.wiemann2004-11-151-1/+1
* add classes "first" and "last" to sidebar childrenwiemann2004-11-131-1/+2
* Re-fixed rendering of admonitions in HTML to unify generated HTML ofwiemann2004-11-131-7/+4
* added "last" attribute to last element in admonition in HTMLwiemann2004-11-131-0/+3
* added class="docutils" to elements which need stylesheet tweaking andwiemann2004-11-131-11/+16
* corrected docgoodger2004-11-101-1/+1
* removed error-handling comment for block-level rawwiemann2004-11-091-5/+0
* add <span class="..."> tags for inline-level raw nodes in HTMLwiemann2004-11-091-0/+10
* removed unused node class ``info``wiemann2004-11-091-2/+1
* really disregard invisible nodes when checking for compactable listswiemann2004-11-081-1/+1
* moved paragraph-compacting logic to a separate method (thanks to Jason Diamond)wiemann2004-11-081-5/+14
* do not strip <p></p> from a paragraph which is the only child of a documentwiemann2004-11-081-1/+2
* typo; wrapped long lineswiemann2004-11-081-4/+4
* inserted translation of raw directive as translation for raw rolewiemann2004-11-086-6/+7
* added (translation required)wiemann2004-11-081-2/+2
* added (translation required)wiemann2004-11-081-18/+18
* added German translations for "raw" and "literal"wiemann2004-11-071-1/+2
* removed newline at end of raw text, because sometimes (when there arewiemann2004-11-071-1/+1
* translation for the "raw" rolerichieadler2004-11-072-5/+9
* Added "raw" role. Changed role function API: the "text" parameter now takes n...goodger2004-11-061-6/+25
* Changed role function API: the "text" parameter now takes null-escaped interp...goodger2004-11-061-29/+3
* moved ``escape2null`` and ``unescape`` functions from docutils/parsers/rst/st...goodger2004-11-061-0/+25
* Added "raw" rolegoodger2004-11-0614-44/+57
* use \glqq and \grqq for German quotation markswiemann2004-11-061-2/+2
* Allow multiple class names in class_option conversion functiongoodger2004-11-061-6/+8
* Allow multiple class names in the "class" directive.goodger2004-11-061-9/+9
* fixed label-printing function;wiemann2004-11-051-5/+7
* Added support for multiple classifiers in definition list items.goodger2004-11-031-9/+11
* Enabled multiple format names for "raw" directive.goodger2004-11-033-4/+4
* Added support for trimming whitespace from beside substitution references.goodger2004-11-021-1/+16
* Added "trim", "ltrim", and "rtrim" options to "unicode" directive.goodger2004-11-021-1/+12
* made PreBibliographic nodes Invisiblewiemann2004-10-311-3/+3
* moved transition transformation code to universal.FinalCheckVisitorwiemann2004-10-302-86/+68
* insert real transitionswiemann2004-10-301-6/+2
* insert pending transition instead of real transition;wiemann2004-10-301-27/+6
* added structural.py for structural transforms, with Transition transformwiemann2004-10-301-0/+85
* improved documentation of Node.pformatwiemann2004-10-271-1/+5
* typogoodger2004-10-261-1/+1
* fixed documentation of RSTStateMachine.run()wiemann2004-10-251-5/+4