summaryrefslogtreecommitdiff
path: root/docutils/transforms
Commit message (Expand)AuthorAgeFilesLines
* Apply patch #148: Remove handlers for deprecated nodes from LaTeX writer.milde2019-03-121-1/+0
* Fix #352 The docstring of Transformer class is wrong.milde2018-11-211-2/+3
* Revert the fix for backslash escaping in transforms.milde2018-11-211-11/+10
* smartquotes: Use single backslashes for escaping.milde2018-11-201-10/+11
* DocInfo transform must not use "rawsource" attribute for escaping.milde2018-11-201-8/+6
* Ignore backslash-escaped separators when extracting authors from a paragraph.milde2017-11-041-6/+18
* "rawsource" attribute for text of inline elements and definition list terms.milde2017-11-041-1/+1
* Fix bug #331: fixed the "trim" options of the "unicode" directive.goodger2017-10-201-4/+2
* Add field name as class argument to generic docinfo fields unconditionally.milde2017-10-061-4/+4
* smartquotes transform: Keep "rawsource" when "educating" quotes.milde2017-07-261-1/+3
* Fix [ 320 ] Russian docinfo fields not recognized.milde2017-06-181-3/+5
* SmartQuotes transform: the "literal" nodes must be stored as tupel.milde2017-05-301-3/+3
* smart quotes: improve configurability of the transform, add more locales.milde2017-05-301-7/+17
* Fix the "warn only once" mechanism of the smartquotes transform.milde2017-05-271-1/+1
* Add "smartquotes-locales" setting.milde2017-05-081-0/+3
* unroll problematic refs to their origin in document when reporting errorsmilde2017-05-041-2/+7
* Minor documentation fixes.milde2017-05-041-2/+2
* Do not add a second ID to problematic references.milde2017-04-061-1/+4
* Update smartquotes: milde2017-03-311-1/+1
* Apply patch by Neil Schemenauer to fix bad string escapesmilde2016-12-101-1/+1
* Revert application of [ 132 ] (SOURCE_DATE_EPOCH for "date" directive).milde2016-07-281-0/+4
* Add name of generic bibliographic fields as a "classes" attribute valuemilde2015-05-291-1/+3
* Make the insertion of "admonition" class in the HTML writermilde2015-02-271-3/+2
* Use the "admonition" class argument for all admonitions milde2015-02-271-2/+3
* change svn pep url to mercurialgrubert2014-10-081-2/+2
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-041-1/+1
* Fix [ 3607029 ] traceback with embedded alias pointing to missing target.milde2013-03-071-4/+6
* Apply [ 2714873 ] Fix for the overwritting of document attributes.milde2013-01-211-9/+25
* smartquotes: Skip emtpy text tokens without updating the last character.milde2013-01-041-1/+1
* SmartQuotes transform: language-depended quote characters.milde2012-11-261-19/+59
* Smartquotes: correct "educating" of quotes around inline markup.milde2012-11-181-12/+35
* More cases where we do not want to "educate" quotes.milde2012-10-181-1/+5
* Add SmartQuotes transform for typographic quotes and dashes.milde2012-10-161-1/+23
* Cleanup: Use True/False for boolean valuesmilde2012-01-192-7/+6
* Do not fail, if the specified langauage is not supported by Docutils,milde2010-09-283-4/+5
* Fix [ 2788716 ] reporting problems in included files.milde2010-04-261-2/+3
* Hack around not existing refname attribute. Test with docs/dev/todo.txt, see....docutils-0.6@6167grubert2009-10-111-1/+4
* Fix [ 1627229 ] hyperlink references in substitutions.milde2009-10-061-0/+5
* Raise priority of StripClasses transform milde2009-09-031-1/+1
* latex2e writer: improved native section numbering and ToCmilde2009-08-061-13/+7
* Better conformance to Docutils specifications with "use_latex_toc".milde2009-06-261-13/+22
* Support "depth" argument of "contents" directive also with "use-latex-toc"milde2009-06-171-4/+17
* fix typomilde2009-05-141-1/+1
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-283-18/+18
* adjusted name and email addresswiemann2007-05-311-1/+1
* moved uniq() to utils.pywiemann2007-03-121-9/+1
* fixed doc-string -- transforms are not reader-specific anymorewiemann2007-03-011-4/+2
* Added ``--strip-elements-with-class`` and ``--strip-class`` options (``strip_...goodger2007-02-121-2/+36
* cleaned up build_contents code (not worth a test case or history entry though...wiemann2007-01-221-6/+1
* corrected docstringwiemann2006-08-171-6/+6