summaryrefslogtreecommitdiff
path: root/docutils/tools/rst2html5.py
Commit message (Collapse)AuthorAgeFilesLines
* Ensure at least two spaces before inline comment.milde2022-03-041-1/+1
| | | | | | | | | flake 8 rule E261 Exceptions for modules sheduled for removal or with 3rd-party origin and for data collections. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9021 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Drop string prefix "u".milde2022-01-261-2/+2
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8983 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Remove "coding:" slugmilde2022-01-031-2/+1
| | | | | | Only required with Python 2.x. Encoding in Py3k is utf8 by default. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8926 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix a docstring.milde2020-09-301-2/+1
| | | | | | | The HTML5 writer output no longer conforms to XHTML1.1 transitional as it now uses HTML5-specific elements. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8567 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix link to 2-Clause BSD license.milde2020-09-041-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8554 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* rst2html5: fix description.milde2020-03-311-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8507 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* buildhtml.py: New option "--html-writer".milde2019-11-041-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8410 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Small fixes to the writer aliases, supported formats, and front-end tools.milde2015-03-171-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7847 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Base xhtml11 writer on html-base. Adapt and fix tests.milde2015-03-101-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7818 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* New basic HTML writer: generates polyglott HTML 5 / XHTML 1.1 (transitional)milde2015-03-101-0/+35
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7815 929543f6-e4f2-0310-98a6-ba3bd3dd1d04