summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
...
* class directive now skips system_messageswiemann2004-10-241-1/+2
* Do not create empty href's in HTML. Do not crash when encountering awiemann2004-10-231-6/+9
* small simplificationgoodger2004-10-221-5/+4
* fixed unwanted interaction of "class" directive and enumerated lists (start !...goodger2004-10-221-2/+2
* reduced vertical space in compound blocks in HTMLwiemann2004-10-211-0/+5
* moved first/last class-setting logic to method;wiemann2004-10-211-13/+11
* made line block indentation parametrizable;wiemann2004-10-201-1/+4
* made outermost line block unindented for LaTeX writerwiemann2004-10-201-4/+5
* improved line-block support for LaTeX writerwiemann2004-10-201-33/+19
* removed doubly declared methodwiemann2004-10-201-2/+0
* added handling for nested compoundswiemann2004-10-201-4/+5
* added logic to avoid merging of consecutive simplewiemann2004-10-201-1/+3
* added German translation for "compound"wiemann2004-10-201-1/+2
* Added support for ``compound`` elements.goodger2004-10-202-2/+16
* Added ``compound`` directive.goodger2004-10-202-0/+18
* Added ``compound`` node class. Added a mechanism for Visitors to transitional...goodger2004-10-201-5/+20
* translation for the new "compound" directiverichieadler2004-10-202-2/+4
* added "compound" directivegoodger2004-10-1913-0/+13
* Fixed directive parsing bug: argument-less directives didn't notice that argu...goodger2004-10-191-0/+3
* marked untranslated entries (all!)goodger2004-10-191-68/+69
* added --strict-visitor optiongoodger2004-10-191-1/+3
* added "first" and "last" class attributes for footnotes to fix marginswiemann2004-10-181-1/+8
* made footnote label style match footnote reference stylewiemann2004-10-181-9/+13
* only strip <p>aragraphs in HTML if we don't lose relevant attributeswiemann2004-10-161-4/+6
* fixed a NameErrorcben2004-10-091-1/+1
* moved local dict (char translation) to class attributegoodger2004-10-071-20/+22
* Chg: support new line block in some way.grubert2004-10-051-2/+14
* Added support for the new line_block/line structure.goodger2004-10-051-2/+10
* Converted the line-block directive to use the new structure. Extracted the ol...goodger2004-10-051-10/+30
* Changed structure of ``line_block``; added ``line``.goodger2004-10-051-2/+9
* Added support for line block syntax.goodger2004-10-051-4/+86
* updated documentation to match newly added ``dispatch`` methodswiemann2004-10-011-21/+33
* changed default footnote reference styles:wiemann2004-10-012-4/+4
* setting footnote_references to "superscript" or "brackets" now causeswiemann2004-09-305-4/+21
* added --leave-footnote-reference-spacewiemann2004-09-301-1/+5
* fixed last fixgoodger2004-09-301-1/+2
* fixed "record_dependencies" defaultgoodger2004-09-301-4/+5
* improved DependencyList.__repr__; whitespacegoodger2004-09-301-8/+9
* added close() method for DependencyListwiemann2004-09-291-0/+10
* removed \PreloadUnicodePagewiemann2004-09-291-4/+0
* latex writer now adds the stylesheet to the list of dependencieswiemann2004-09-281-0/+1
* added relative_path_settings; use utils.get_stylesheet_reference()wiemann2004-09-281-12/+3
* use utils.get_stylesheet_reference();wiemann2004-09-281-13/+3
* added get_stylesheet_reference(); added documentation for DependencyList;wiemann2004-09-281-1/+38
* improved utf-8 recognitionwiemann2004-09-281-3/+4
* added some more unicode translations for the latex writerwiemann2004-09-271-1/+6
* removed OptionParser.validator and OptionParser.overrides dictionaries;wiemann2004-09-271-24/+12
* added function to get option by destinationwiemann2004-09-271-0/+13
* Fixed bug where a "role" directive in a nested parse would crash the parser; ...goodger2004-09-271-0/+1
* No newline after depart_term.grubert2004-09-271-1/+1