summaryrefslogtreecommitdiff
path: root/docutils/test
Commit message (Expand)AuthorAgeFilesLines
* Release 0.3.9: set version number to 0.3.9wiemann2005-05-265-5/+5
* added support and test for section subtitleswiemann2005-05-264-11/+18
* added defaults file for standalone_rst_... testswiemann2005-05-254-7/+13
* added test for rowspanning tables with the LaTeX writerwiemann2005-05-255-19/+59
* added --id-prefix and --auto-id-prefix optionswiemann2005-05-211-0/+27
* more thorough figure testingwiemann2005-05-204-7/+113
* renamed command-line options for SectSubTitle transform (plural reads better)...goodger2005-05-191-2/+2
* removed test for ":figwidth: image" because it has different outputwiemann2005-05-181-13/+0
* added SectSubTitle transformwiemann2005-05-181-2/+35
* Fixed bug with uppercase image targets. Closingwiemann2005-05-181-0/+12
* Fixed bug with ":width: image" option of figure directive. Closingwiemann2005-05-181-0/+13
* reverting revision 3322: addition of ":border:" option to "image" directivegoodger2005-05-143-3/+2
* added field list in table cellwiemann2005-05-101-0/+5
* added test for imageswiemann2005-05-091-0/+13
* this was stupid;wiemann2005-05-092-0/+0
* added images for conveniencewiemann2005-05-092-0/+0
* Added "border" option to "image" directive (& attribute to doctree element); ...goodger2005-05-093-2/+3
* reverted r3279wiemann2005-05-033-8/+8
* renamed "dangerous" functional test to "restricted"wiemann2005-04-303-8/+8
* changed the LaTeX sidebar-test a bitwiemann2005-04-301-6/+4
* added test file for new LaTeX writer includingwiemann2005-04-291-0/+12
* added some tests for the new latex writerwiemann2005-04-291-0/+104
* fixed encoding/charset values in "html_prolog" & "html_head" parts, which sho...goodger2005-04-271-8/+13
* Yes, it works.wiemann2005-04-271-1/+0
* testingwiemann2005-04-271-0/+1
* do not add first/last class to invisible elementswiemann2005-04-271-1/+1
* added target at end of admonitionwiemann2005-04-273-1/+4
* Added ``html_prolog`` & ``html_head`` to HTML writer parts dictionary exposed...goodger2005-04-262-15/+40
* str(Exception) doesn't work for anything but ASCII Exception texts, sowiemann2005-04-252-0/+26
* Added ``html_body``, ``html_title``, & ``html_subtitle`` to HTML writer parts...goodger2005-04-242-24/+106
* fixed typogoodger2005-04-241-1/+1
* Added "cloak_email_addresses" setting & support; updated test & docs. Thanks...goodger2005-04-223-7/+34
* fixed error in test codewiemann2005-04-211-3/+3
* added (more) tests for :align: option of image and figure directiveswiemann2005-04-212-0/+68
* added test for targets in front of sectionswiemann2005-04-214-6/+11
* "image" directive: added checks for valid values of "align" option, depending...goodger2005-04-214-2/+16
* added checks for recursive sidebarsgoodger2005-04-111-0/+73
* allow topics within sidebars; no topics within body elementsgoodger2005-04-093-9/+89
* moved the <hr> tags inside the header and footer <div>s; changed the classes ...goodger2005-04-081-2/+2
* new functional test for pseudo-XML outputgoodger2005-04-072-0/+1708
* added "header" & "footer" directives, tests, docs, support, and some tweaksgoodger2005-04-074-0/+104
* use universal newlines when opening expected output files to guard against cr...goodger2005-04-061-1/+3
* assigned classes to <th> elements to indicate role: table head and/or stubgoodger2005-04-051-18/+18
* merged reporter-categories branch into trunk: removed docutils.utils.Reporter...goodger2005-04-051-81/+0
* added "stub-columns" options to "csv-table" and "list-table" directives, plus...goodger2005-04-054-30/+129
* added the "field_name_limit" setting, test & docsgoodger2005-04-043-0/+45
* fixed some relative-path issues;wiemann2005-04-023-3/+3
* added test for image and figure :class: and :figclass: optionswiemann2005-04-022-3/+6
* removed nodes.Element.set_class() method;wiemann2005-04-021-1/+2
* removed non-deterministic behavior; thanks, David!wiemann2005-03-301-2/+2