summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixesdocutils-0.13.1milde2017-05-301-1/+1
* Release 0.13.1: set version number to 0.13.1grubert2016-12-091-2/+2
* HTML writers: Outsourcing of common code to _html_base.py.milde2016-11-293-2577/+1692
* Correct copyright note in htm5 writer.milde2016-11-241-10/+13
* Apply [ 135 ] Language modules for Latvian by Alexander Smishlajevmilde2016-10-202-0/+168
* Terminate LaTeX replacement macros with {}.milde2016-09-131-3/+3
* Rename html_plain writer to html5_polyglott.milde2016-08-187-6/+5
* Fix persian language module.milde2016-08-182-108/+109
* Apply [ 133 ] Persian mappings by Shahin Azad.milde2016-08-182-0/+162
* docutils-xml writer: Fix/improve output with "newlines and "indent".milde2016-08-181-4/+16
* Fixes for the latex2e writer table handling.milde2016-08-031-47/+72
* Documentation update.milde2016-08-031-1/+3
* Support tables with auto-sized column widths in html_plain and latex2e writers.milde2016-07-303-35/+41
* Revert application of [ 132 ], part II.milde2016-07-282-14/+19
* Clear up and document patch [ 120 ].milde2016-07-283-12/+19
* Revert application of [ 132 ] (SOURCE_DATE_EPOCH for "date" directive).milde2016-07-281-0/+4
* "use_source_date_epoch" config setting.milde2016-07-272-3/+11
* Fix [ 132 ] keep using local time if SOURCE_DATE_EPOCH is not set.milde2016-07-261-4/+6
* Apply [ 132 ] Add SOURCE_DATE_EPOCH support to date directive.milde2016-07-261-1/+4
* Implement feature request [ 48 ]milde2016-07-266-22/+67
* Fix [ 224 ] Fix rowspan support for tables.milde2016-07-261-31/+43
* Fix [ 298 ] Deal with LC_CTYPE=UTF-8milde2016-07-221-5/+13
* Update html-plain writer.milde2016-05-261-9/+5
* Fix/Complete Setting for character-level-inline-markup.milde2016-05-261-4/+9
* Avoid misleading name "simple" for unescaped character-level inline markup se...milde2016-05-262-4/+4
* Fixes for html-plain writer: milde2016-05-251-10/+10
* Apply [ 103 ] inline markup without word boundaries; escaping in embedded URIs.milde2016-05-252-124/+144
* html-plain writer: fix for field-listmilde2016-05-251-0/+3
* Use https in default MathJax URL (report Alan G Isaac).milde2016-05-242-4/+4
* Fix [ 295 ] Class argument for custom role inheriting from math.milde2016-05-241-2/+3
* Various minor documentation edits.milde2016-01-131-1/+1
* Fix [ 130 ] support streams expectiong byte-strings in ErrorOutput.milde2016-01-131-1/+5
* Fix documentation of Directive class (report Bram Geron).milde2015-12-081-6/+0
* RFC 2806 for tel: URI scheme obsoleted by RFC 3966.milde2015-09-221-1/+1
* Fix [ 286 ] Empty column title cause invalid latex file.milde2015-09-221-1/+1
* html-plain: style footnote references and labels with CSS.milde2015-09-112-26/+26
* Lithuanian: fix docstrings and remove duplicate code.milde2015-08-311-63/+2
* Fix footnotes with content that does not start with a paragraph.milde2015-08-121-3/+4
* Rename html_base writer to html_plain, move xhtml11 writer back to sandbox.milde2015-08-129-295/+5
* Fix for bug number 276 ODT Writer strips classes from inline character markup...timehorse2015-06-031-5/+19
* Really fix [ 159 ] Spurious table column alignment errors.milde2015-05-291-1/+1
* Add name of generic bibliographic fields as a "classes" attribute valuemilde2015-05-291-1/+3
* Separate style sheets for required and optional layout rules.milde2015-05-114-256/+270
* HTML writer: add class arguments from field node to field-name and field-body.milde2015-05-081-3/+7
* Add source and line info to bullet list and option list items.milde2015-05-081-1/+3
* Safe import of "pygments": syntax errors with Py 3.1 and 3.2.milde2015-04-202-2/+2
* XHTML does not allow "math" directly in "pre". Wrap in "span".milde2015-04-132-22/+35
* Small HTML fixes and documentation updates.milde2015-04-125-10/+20
* Revert removal of obsolete `handle_io_errors` arg. Still used by Sphinx.milde2015-04-121-2/+4
* Support some external TeX math -> MathML converters.milde2015-04-102-20/+188