summaryrefslogtreecommitdiff
path: root/docutils/writers
Commit message (Expand)AuthorAgeFilesLines
* removed redundant get_children();wiemann2005-03-141-1/+1
* use "span" instead of "a" tags for targets,wiemann2005-02-271-2/+2
* Fixed unencoded stylesheet reference bug (characters like "&" in stylesheet r...goodger2005-02-261-1/+2
* added class="option-group" to option_group <td>swiemann2005-02-111-1/+1
* made span.option contain option variable as wellwiemann2005-02-111-2/+4
* Fixed use_latex_docinfo to always show the titlepage.cben2005-01-151-16/+19
* Implemented support for multiple author,organization,address,contact fields w...cben2005-01-141-20/+28
* made HTMLTranslator.named_keys a listwiemann2005-01-051-3/+2
* applied David Goodger's patch fromwiemann2004-12-231-11/+20
* do not surround block-level `raw`s with <span> tags; use <div> insteadwiemann2004-11-261-5/+6
* 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
* 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
* use \glqq and \grqq for German quotation markswiemann2004-11-061-2/+2
* fixed label-printing function;wiemann2004-11-051-5/+7
* Enabled multiple format names for "raw" directive.goodger2004-11-032-2/+2
* Do not create empty href's in HTML. Do not crash when encountering awiemann2004-10-231-6/+9
* 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 support for ``compound`` elements.goodger2004-10-202-2/+16
* 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
* changed default footnote reference styles:wiemann2004-10-012-4/+4
* setting footnote_references to "superscript" or "brackets" now causeswiemann2004-09-302-2/+4
* 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
* improved utf-8 recognitionwiemann2004-09-281-3/+4