summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: do not make "stylesheet-path"s absolute.milde2013-03-153-6/+1
* Treat embedded standalone hyperlinks as URI, even if ending in underscore.milde2013-03-111-1/+2
* safe check for startswith "." grubert2013-03-091-1/+1
* Fix [3607063] handle lines starting with a period.grubert2013-03-081-3/+3
* Fix [ 3607029 ] traceback with embedded alias pointing to missing target.milde2013-03-071-4/+6
* New default for `math-output` setting: "HTML math.css".milde2013-03-041-7/+14
* Fix [ 3606028 ] ``assert`` is skipped with ``python -O``.milde2013-03-041-3/+6
* Small fixes to math-output=HTML.milde2013-03-022-11/+8
* New setting `stylesheet_dirs`.milde2013-03-023-20/+56
* FIX [ docutils-Bugs-3594442 ] complex table formatting errorgrubert2013-02-211-0/+5
* "Booktabs" table style for html4css1.milde2013-02-211-0/+15
* Support embedded aliases within hyperlink references.milde2013-02-181-16/+39
* always include macro defgrubert2013-02-161-1/+1
* append macros to self.headgrubert2013-02-161-1/+1
* move comment "Man page generated from reStructuredText." to first line (always)grubert2013-02-161-3/+3
* Fix [ 3603246 ] Bug in option "--graphicx-option=auto".milde2013-02-131-3/+3
* manpage Fix option separating comma was bold (thanks to Bill Morris).grubert2013-02-121-1/+1
* Fix [ 3602652 ] correct syntax-highlight default value in help string.milde2013-01-301-1/+1
* Fix TypeError: Python 3 does no implicit conversion between bytes and unicode...milde2013-01-251-1/+1
* Apply [ 2714873 ] Fix for the overwritting of document attributes.milde2013-01-212-19/+279
* Apply [ 3599485 ] node source/line information for sphinx translation.milde2013-01-211-0/+2
* Fix [ 3600051 ] for tables in a list, table cells are not compacted.milde2013-01-211-7/+10
* Fix [ 3601607 ] node.__repr__() must return `str` instance.milde2013-01-211-4/+15
* Add Estonian typographic quotes.milde2013-01-171-6/+10
* Fix literal use of babel shorthands (straight quote, tilde, ...).milde2013-01-171-43/+63
* XeTeX writer: Scale monotype font to match others.milde2013-01-171-1/+1
* latex2e: Drop the simple algorithm replacing straight double quotes.milde2013-01-051-33/+30
* smartquotes: Skip emtpy text tokens without updating the last character.milde2013-01-042-5/+6
* Unify/simplify type testing in "validate_*_list".milde2013-01-011-11/+6
* Fix: 3598893 --stylesheet and --stylesheet-path options broken, patch partial...grubert2012-12-311-7/+5
* TODO for BUG: 3598893 --stylesheet/path brokengrubert2012-12-311-0/+6
* fix typogrubert2012-12-311-1/+1
* Fix [ 3596884 ] exception importing ``docutils.io``.milde2012-12-271-2/+2
* Release 0.10: set version number to 0.11grubert2012-12-161-1/+1
* Release 0.10: set __version_details__ to "repository"grubert2012-12-161-1/+1
* Release 0.10: set version number to 0.10grubert2012-12-161-1/+1
* back to repository (tarball test_dependencies fails)grubert2012-12-131-1/+1
* Release 0.10: set version number to 0.10grubert2012-12-131-1/+1
* Documentation updatemilde2012-12-121-0/+1
* smartquotes: non-breaking spaces for french quotes, LaTeX character conversion.milde2012-12-122-2/+5
* SmartQuotes transform: language-depended quote characters.milde2012-11-263-102/+233
* Use True/False for booleans. frontend.validate_ternary() returns True/False o...milde2012-11-261-7/+5
* normalize_language_tag() now returns `BCP 47`_ conformant tagsmilde2012-11-235-38/+51
* Smartquotes: correct "educating" of quotes around inline markup.milde2012-11-182-208/+223
* Fix opening binary files under Py3k (thanks to Dominic Fitzpatrick).milde2012-11-061-2/+2
* Code cleanup and test html math output options.milde2012-10-251-7/+5
* Customizable MathJax URL (based on patch by Dmitry Shachnev).milde2012-10-181-12/+16
* 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-163-4/+866
* Fix to config file access and added note on config in documentationdkuhlman2012-10-131-6/+4