summaryrefslogtreecommitdiff
path: root/test/data
Commit message (Collapse)AuthorAgeFilesLines
* Documentation update.milde2017-04-192-0/+9
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8059 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix handling of missing stylesheets. Updated and simplied tests.milde2012-01-192-5/+0
| | | | | | | Missing stylesheets are no reason to abort conversion: Report as error and insert a comment in the output doc. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@7317 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Clean up record_dependencies feature.milde2011-12-141-2/+21
| | | | | | | | | | | | Use utf8 encoding for the record file: simple, failsave and reproducible way for portable storage of non-ASCII filenames (cf. http://www.dwheeler.com/essays/fixing-unix-linux-filenames.html). Drop latex2e exception: Record only files required to generate the LaTeX source. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@7256 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix parsing of lists from config files.milde2011-11-222-0/+9
| | | | | | | | The "strip-classes" and "strip-elements-with-classes" settings expect a list but did not convert values given in a config file - making it impossible to use them in a config file. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@7224 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* DependencyList uses io.FileOutputmilde2011-11-111-0/+2
| | | | | | Prevents errors recording non-ASCII filenames (fixes [ 3434355 ]). git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@7220 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Tests for encoding problemsmilde2011-11-081-0/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@7217 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* latex2e writer: Shorter preamble and less dependencies;milde2009-04-212-3/+2
| | | | | | Load packages and define macros only if required in the document. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@5906 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* latex2e writer: Do not use "fontenc", nor the obsolete "ae" and "aeguill" ↵milde2009-02-231-2/+2
| | | | | | | | packages if font-encoding is set to the empty string (default). git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@5871 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Stylesheet handling for html and latex2e writer: milde2008-12-162-0/+5
| | | | | | | | | accept multiple stylesheets, do not rewrite path if stylesheet is to be embedded, load latex packages with \\usepackage; fix custom role handling in latex2e: command definition was missing in output git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@5823 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Enable comma separated list of stylesheets in html4ccs1milde2008-12-062-0/+4
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@5800 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* correct faulty setting definitions & add test; 0.4 backport candidategoodger2006-11-121-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@4802 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Moved template functionality from the PEP/HTML writer to the HTML writer. ↵goodger2006-03-311-0/+106
| | | | | | Expanded the fragments available in the ``parts`` attribute (via publish_parts fn). git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@4456 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added validator to tab_width setting, with test. Closes SF bug #1212515, ↵goodger2005-06-011-0/+1
| | | | | | report from Wu Wei. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@3416 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* re-added --no-random option of PEP writer for testingwiemann2005-03-142-0/+2
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@3039 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed no_random option; SF's Python doesn't seem to be broken anymorewiemann2004-11-252-2/+0
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@2868 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added test for overriding trim_footnote_reference_spacewiemann2004-10-172-0/+6
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@2710 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added data files for dependency recorder testwiemann2004-09-306-0/+12
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@2678 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* improved setting handlinggoodger2003-09-121-0/+2
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@1682 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* new tests & support filesgoodger2003-09-015-0/+54
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@1662 929543f6-e4f2-0310-98a6-ba3bd3dd1d04