summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
* added __future__ statement to avoid warnings about nested scopes with Python ...docutils-0.3.9@3377wiemann2005-05-261-0/+2
* Release 0.3.9: set version number to 0.3.9wiemann2005-05-261-1/+1
* added support and test for section subtitleswiemann2005-05-262-4/+17
* Fix tables starting with more than one multirow.grubert2005-05-251-1/+4
* added --id-prefix and --auto-id-prefix optionswiemann2005-05-212-2/+6
* renamed command-line options for SectSubTitle transform (plural reads better)...goodger2005-05-191-4/+4
* added SectSubTitle transformwiemann2005-05-182-48/+147
* Fixed bug with uppercase image targets. Closingwiemann2005-05-181-2/+2
* Fixed bug with ":width: image" option of figure directive. Closingwiemann2005-05-181-1/+1
* reverting revision 3322: addition of ":border:" option to "image" directivegoodger2005-05-141-1/+0
* some clean-upwiemann2005-05-121-4/+2
* added deletion of \Dcurrent... macros to avoid left-over attributeswiemann2005-05-091-6/+12
* Added "border" option to "image" directive (& attribute to doctree element); ...goodger2005-05-091-0/+1
* added support for image alignment; this currently breaks figurewiemann2005-05-071-1/+3
* added DcurrentN...A... definitions to allow attribute access in DN... macroswiemann2005-05-071-0/+6
* added protection for quotation mark in attribute valueswiemann2005-05-071-1/+4
* added raw node to list of invisible nodeswiemann2005-05-041-1/+5
* made curly-bracket-grouping in raw nodes workwiemann2005-05-041-1/+4
* changed config file sectionwiemann2005-05-031-1/+1
* added thin space to unicode translation tablewiemann2005-05-031-0/+1
* do not enclose document and sections in macro calls, so that TeXwiemann2005-05-031-6/+24
* added commentwiemann2005-05-031-0/+1
* simplification & added testgoodger2005-05-031-2/+2
* corrected ``line`` superclassgoodger2005-05-021-1/+1
* added assertion; simplified code (there is always a href)wiemann2005-04-301-6/+3
* added Catalan language mappings; thanks to Ivan Vilata i Balaguerwiemann2005-04-302-0/+181
* added --user-stylesheet;wiemann2005-04-301-6/+21
* checking in my intermediate results, trying to fix spacing problems in field ...wiemann2005-04-291-2/+11
* fixed encoding/charset values in "html_prolog" & "html_head" parts, which sho...goodger2005-04-271-5/+7
* more sophisticated spacing; image support; node-specific attribute handlerswiemann2005-04-271-20/+38
* do not add first/last class to invisible elementswiemann2005-04-271-3/+4
* removed unnecessary commentwiemann2005-04-262-3/+673
* Added ``html_prolog`` & ``html_head`` to HTML writer parts dictionary exposed...goodger2005-04-261-10/+15
* str(Exception) doesn't work for anything but ASCII Exception texts, sowiemann2005-04-252-5/+7
* Added ``html_body``, ``html_title``, & ``html_subtitle`` to HTML writer parts...goodger2005-04-241-1/+10
* added examples.internals function for exploringgoodger2005-04-231-4/+25
* added to project; a do-nothing Writergoodger2005-04-231-0/+23
* Added "cloak_email_addresses" setting & support; updated test & docs. Thanks...goodger2005-04-221-2/+30
* fixed bug in LaTeX writer with --use-latex-tocwiemann2005-04-211-1/+1
* typowiemann2005-04-211-1/+1
* removed reference to Element.attributes; let's access attributes consistentlywiemann2005-04-211-2/+2
* "image" directive: added checks for valid values of "align" option, depending...goodger2005-04-212-1/+31
* clarified warninggoodger2005-04-171-1/+2
* added deprecation warning for obsolete Element.set_class methodgoodger2005-04-171-0/+4
* added assert to make sure we aren't accidentally adding two classeswiemann2005-04-161-0/+1
* restored utils.Reporter.set_conditions (with deprecation warning) for compati...goodger2005-04-161-0/+12
* Element.attr_defaults needs to be deepcopiedgoodger2005-04-161-1/+2
* restored Element.set_class method for compatibilitygoodger2005-04-161-2/+5
* removed unnecessary support for "refname" attributewiemann2005-04-151-18/+8
* added checks for recursive sidebarsgoodger2005-04-111-0/+5