summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests/functional: Set "auto_id_prefix" to "%" (expands to tag-names).milde2019-11-1519-700/+705
* Ignore classes for `rubric` elementsmilde2019-11-134-15/+24
* Update and document configuration section dependencies.milde2019-11-066-108/+153
* New configuration section "[latex writers]".milde2019-11-056-72/+113
* buildhtml.py: New option "--html-writer".milde2019-11-046-11/+42
* Fix and add test for more use cases for nodes.set_id().milde2019-10-302-30/+67
* Update/clarify rationale for "identifier normalization".milde2019-10-301-9/+12
* Update/expand documentation of element attribute types.milde2019-10-295-138/+340
* Additional "custom attribute types" in the Docutils DTD.milde2019-10-291-21/+65
* Less invasive change-plan for `identifier key` generation.milde2019-10-294-19/+24
* Document descriptive auto-IDs and future changes to ID generation.milde2019-10-123-2/+25
* More descriptive auto-IDsmilde2019-10-112-13/+29
* html5 writer: prepare support of <ins> and <del> tags.milde2019-10-105-146/+223
* Announce HTML5 text level tag support changes.milde2019-09-301-11/+18
* Documentation updatemilde2019-09-301-0/+8
* html5 writer: Add list of text-level tags to the functional test.milde2019-09-305-135/+584
* Small documentation update.milde2019-09-302-2/+2
* Prepare for HTML5 semantic tags.milde2019-09-204-10/+22
* HTML fixes and updates.milde2019-09-1910-94/+115
* web: docutils is no longer experimentalmilde2019-09-181-4/+0
* Remove the `handle_io_errors` option from io.FileInput/Output.milde2019-09-183-21/+14
* Future warning for Node.traverse().milde2019-09-184-14/+45
* LaTeX writer: Deprecation warning for ``\docutilsrole``-prefix.milde2019-09-1712-9/+40
* Fix [ 339 ] don't use "alltt" in admonitions and footnotes.milde2019-09-1411-50/+281
* Fix informal titlesmilde2019-09-115-16/+19
* Speed up Node.next_node() ...milde2019-09-112-30/+42
* Update formatting/wording of LaTeX settings.milde2019-09-111-45/+43
* Do not rely on `nodes.Node.traverse()` returning a "list" instance.milde2019-09-064-28/+32
* Minor cleanup: consistent return value, comments, docstring update.milde2019-09-061-22/+22
* Add test for "strip-classes" setting.milde2019-09-061-5/+5
* Fix typo in setup.py.milde2019-09-061-1/+1
* Update setup.pymilde2019-09-012-8/+16
* trivial: Cleanup setup.pymilde2019-09-011-118/+124
* web: update index: reword, rearrange, remove dead links.milde2019-09-011-52/+19
* web: docutils 0.16 drops support for Python 3.4, too.milde2019-09-011-1/+1
* Reorder python requirements listgrubert2019-08-281-3/+6
* setup.cfg: Mark wheels as universalmilde2019-08-283-211/+4
* trivial: Set 'ListTable.check_list_content.num_cols' alwaysmilde2019-08-271-3/+1
* trivial: Misc whitespace fixesmilde2019-08-2715-711/+692
* Remove autoconversion code.milde2019-08-277-99/+20
* py3: Handle 'os.getcwdu' to 'os.getcwd' renamemilde2019-08-271-1/+3
* Simplify code.milde2019-08-274-15/+7
* py3: Wrap 'foo.keys()', 'zip(foo, bar') in 'list'milde2019-08-279-10/+9
* py3: Fix magic methodsmilde2019-08-273-18/+89
* py3: Handle 'urllib', 'urllib2' to 'urlib.*' renamemilde2019-08-276-14/+42
* Remove auxiliary Python 2/3 compatibility definition module.milde2019-08-273-26/+8
* py3: Handle 'StringIO' to 'io' transition.milde2019-08-273-3/+18
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-2736-87/+90
* py3: Replace 'ur' prefixmilde2019-08-277-175/+182
* gitignore: fix rule for generated HTML.milde2019-08-271-1/+1