summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix spellingmilde2021-10-224-7/+7
* docutils-cli.py: Read settings from standard configuration files.milde2021-10-191-11/+35
* Review settings_spec.milde2021-05-171-3/+3
* Improve help and error msg for docutils-cli.milde2021-04-071-11/+16
* Fix typo.milde2021-03-271-2/+2
* Rename buildhtml.py's "html-writer" option to "writer".milde2021-03-261-4/+9
* Clean up Markdown support.milde2021-01-034-110/+4
* Rename the generic command line frontend to "docutils-cli.py"milde2020-12-151-0/+0
* New generic front endmilde2020-12-021-0/+67
* Add support for Markdown.milde2020-12-013-0/+106
* Fix a docstring.milde2020-09-301-2/+1
* Fix link to 2-Clause BSD license.milde2020-09-042-3/+3
* rst2html5: fix description.milde2020-03-311-2/+2
* test_buildhtml.py: Wait for the subprocess to finishmilde2020-03-031-0/+1
* test_buildhtml: Eliminate need for shell=Truemilde2020-03-031-3/+4
* test_buildhtml: Drop obsolete NameError handlingmilde2020-03-031-11/+4
* Use default encoding (utf8) for documentation in tools/editors/emacs.milde2020-02-062-21/+19
* Update and document configuration section dependencies.milde2019-11-061-1/+8
* buildhtml.py: New option "--html-writer".milde2019-11-042-6/+18
* trivial: Misc whitespace fixesmilde2019-08-271-1/+1
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-273-5/+5
* py3: Replace 'ur' prefixmilde2019-08-271-2/+8
* Consistent Python 3 checks.milde2019-08-262-4/+4
* py3: Use 'sorted(foo)' instead of 'foo.sort()'milde2019-08-262-6/+3
* py3: Resolve some additional undefined symbolsmilde2019-08-261-11/+0
* py3: Add aliases for removed symbolsmilde2019-08-261-5/+5
* py3: Switch to print functionsmilde2019-08-266-59/+21
* py3: Use new style classesmilde2019-08-263-5/+5
* Drop support for Python 3.3milde2019-08-261-1/+1
* Remove legacy ImportError exception handlers (patch by Stephen Finucane).milde2019-08-211-9/+2
* trailing blankgrubert2019-08-061-1/+1
* Add test for __version_info__, fix output of optional __version_details__.milde2017-06-231-4/+5
* Generate the complete punctuation_chars module with the corresponding tool.milde2017-01-171-60/+190
* Debug: `rst-forward-indented-block` starts at searching at next linesmerten2017-01-082-19/+55
* "Outsourcing" of development code from utils.punctuation_chars.milde2017-01-051-0/+334
* Lots of refactorings and a few minor improvements.smerten2017-01-0326-2332/+3844
* Add rst2html4 front end. Update docs.milde2016-12-101-0/+26
* Major refactoring:smerten2016-07-3124-1923/+7280
* Replaced macros `rst-iterate-leftmost-...` by new functionsmerten2015-12-282-113/+625
* Update tutorial.smerten2015-10-043-131/+318
* Rename html_base writer to html_plain, move xhtml11 writer back to sandbox.milde2015-08-121-35/+0
* Small fixes to the writer aliases, supported formats, and front-end tools.milde2015-03-173-7/+8
* Base xhtml11 writer on html-base. Adapt and fix tests.milde2015-03-102-6/+8
* New basic HTML writer: generates polyglott HTML 5 / XHTML 1.1 (transitional)milde2015-03-101-0/+35
* Basic documentation for the xhtml11 writer and frontend.milde2015-02-241-7/+1
* New HTML writer generating `XHTML1.1`_ styled with CSS2.milde2015-02-211-0/+39
* change link to vim vst plugin (bug #242)grubert2014-10-211-1/+1
* FIX: 3598956 -- No new line in buildhtml.py "Processing directory" msggrubert2012-12-311-1/+1
* Add support for `imenu` and `which-func-mode`. Remember settingsmerten2012-09-2018-396/+784
* Allow running test_buildhtml.py from anywhere, also with Python 3.milde2012-09-031-19/+30