summaryrefslogtreecommitdiff
path: root/tools/regenerate_docs.py
Commit message (Collapse)AuthorAgeFilesLines
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-3/+3
|
* docs: Generate a table of all wrapdb releasesXavier Claessens2021-06-051-0/+19
| | | | | wrapdb CI will trigger Meson's CI to regenerate the list when releases.json is updated.
* various python neatness cleanupsEli Schwartz2021-03-041-1/+1
| | | | | | | | | | | | | | | | All changes were created by running "pyupgrade --py3-only --keep-percent-format" and committing the results. I have not touched string formatting for now. - use set literals - simplify .format() parameter naming - remove __future__ - remove default "r" mode for open() - use OSError rather than compatibility aliases - remove stray parentheses in function(generator) scopes
* Hotdoc: use template for Commands.md instead of generating the entire file ↵Eli Schwartz2021-01-101-14/+6
| | | | | | | | | | | | | | | | | | (#8154) * doc: fix hotdoc misuse for dynamically generated content hotdoc has a native include feature for including files inline. Use this to generate one file for each dynamically generated code block, and include that file in Commands.md; see: https://hotdoc.github.io/syntax-extensions.html#smart-file-inclusion-syntax This permits us to move back to using the in-tree version of the hotdoc *.md sources, thus fixing the incorrect inclusion of "builddir/" in the "Edit on github" links which resulted from using copies as the source. Fixes #8061 * doc: call the dummy file a "stamp" as it is a better known term
* typing: fully annotate toolsDaniel Mensinger2020-09-081-8/+8
|
* Made Commands.md dynamically generated (#7346)TheQwertiest2020-06-301-0/+150