summaryrefslogtreecommitdiff
path: root/docutils/tools/docutils-cli.py
Commit message (Expand)AuthorAgeFilesLines
* Command line "entry point" to the docutils package. Part 2/2.milde2022-05-301-0/+24
* Command line "entry point" to the docutils package. Part 1/2.milde2022-05-301-106/+0
* Ensure at least two spaces before inline comment.milde2022-03-041-3/+3
* Fix unexpected spaces around equals indicating keyword arguments.milde2022-03-031-1/+1
* Make docutils-cli.py importable. Better/simpler help output.milde2022-02-101-57/+70
* Fix code indentationmilde2022-01-291-1/+1
* Fix trailing whitespace (flake warning W291).milde2022-01-291-1/+1
* docutils-cli: Use "SettingsSpec" interface for config file parsing.milde2022-01-251-58/+53
* Drop use of utils.error_reporting module and deprecate it.milde2022-01-071-1/+1
* Remove "coding:" slugmilde2022-01-031-1/+0
* docutils-cli.py: allow drop-in components for reader and parser.milde2021-12-231-13/+16
* 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
* Clean up Markdown support.milde2021-01-031-4/+4
* Rename the generic command line frontend to "docutils-cli.py"milde2020-12-151-0/+67