summaryrefslogtreecommitdiff
path: root/test/test_writers
Commit message (Expand)AuthorAgeFilesLines
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-041-1/+1
* Remove TODO comment: writer import with python >= 2.7 is solvedmilde2013-05-071-1/+0
* Bugfix: do not make "stylesheet-path"s absolute.milde2013-03-151-0/+10
* Fix [3607063] handle lines starting with a period.grubert2013-03-081-1/+4
* New default for `math-output` setting: "HTML math.css".milde2013-03-041-5/+18
* New setting `stylesheet_dirs`.milde2013-03-021-15/+65
* regression test for sphinx admonitiongrubert2013-02-211-0/+23
* always include macro defgrubert2013-02-161-4/+8
* move comment "Man page generated from reStructuredText." to first line (always)grubert2013-02-161-9/+9
* fix manpage test grubert2013-02-161-2/+2
* Fix literal use of babel shorthands (straight quote, tilde, ...).milde2013-01-171-3/+2
* latex2e: Drop the simple algorithm replacing straight double quotes.milde2013-01-051-47/+2
* Code cleanup and test html math output options.milde2012-10-251-3/+56
* test get_writer_class failing to load local-writer from python2.7 upgrubert2012-08-221-0/+34
* Apply [3527401] manpage writer addmonition's don't preserve indentationgrubert2012-07-061-3/+10
* Add admonition to testgrubert2012-07-041-0/+25
* Fix: section title input must have mixxed case to see upper is calledgrubert2012-07-041-1/+1
* Apply [3527397] Add indentation to literal blocks in manpage writergrubert2012-07-041-0/+4
* Drop support for Python 2.3.milde2012-06-221-5/+0
* Fix [ 3527842 ]. milde2012-06-042-5/+7
* Replace deprecated aliases for assert methods with correct names.milde2012-02-031-1/+1
* Do not use ``\\\\section*``-macros to suppress LaTeX section numbering.milde2012-01-261-36/+21
* Fix typo in generated from commentgrubert2012-01-201-5/+5
* Cleanup: Use True/False for boolean valuesmilde2012-01-191-4/+5
* Do not emit comment line with trailng blankgrubert2012-01-191-5/+0
* Fix handling of missing stylesheets. Updated and simplied tests.milde2012-01-191-16/+10
* XML writer overhaul (use visitor pattern, raw XML pass through).milde2012-01-181-69/+117
* Allow new XML formatting also in version 2.7.2milde2011-12-201-29/+61
* Fix 3423983 DocutilsXMLTestCase with indent and newlines optionsmilde2011-11-241-0/+24
* Code cleanup in some test files.milde2011-11-151-22/+37
* Changes to Fix for BUG#3219183grubert2011-06-041-10/+0
* Fix: regexp possible roff command and add test for itgrubert2011-06-041-0/+45
* Fix: vertical space cleaning for option group ``.``.grubert2011-06-031-1/+1
* add test for option group with group item "."grubert2011-06-031-0/+63
* Fixes for validation error and table widthdkuhlman2011-03-041-1/+1
* Fixes for validation error and table widthdkuhlman2011-03-041-1/+1
* Fixes in response to validation testsdkuhlman2011-02-231-1/+1
* latex writer fixesmilde2011-02-021-6/+3
* For long field names the HTML writer creates two table rows for onesmerten2010-12-131-0/+35
* latex2e: use \\\\otherlanguage instead of \\\\selectlanguagemilde2010-11-051-1/+1
* latexe2 writer fixes:milde2010-11-051-14/+14
* Fix the french-babel workaround.milde2010-10-271-4/+7
* Fix latex2e language handling.milde2010-10-211-0/+12
* Support language specification for document objects.milde2010-10-111-2/+4
* latex2e writer update, preparing for the new xetex writermilde2010-09-201-6/+6
* latex2e writer: Place title data in the document preamble.milde2010-09-151-9/+9
* updated version text dynamically (so we won't have to do this again\!)goodger2010-07-192-11/+13
* add 2.3 compatibility hackmilde2010-06-091-0/+5
* latex writer: Render inline markup in document title and subtitlemilde2010-05-071-0/+44
* Drop the latex2e-special output_encoding default ("latin-1").milde2010-05-051-1/+15