Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-07 | Merge pull request #56162 from akien-mga/i18n-make_rst-more-translatable | Rémi Verschelde | |
i18n: Make more `make_rst.py` strings translatable | |||
2022-01-06 | i18n: Make more `make_rst.py` strings translatable | Rémi Verschelde | |
For now we leave out the strings which could break rst table formatting. | |||
2021-12-23 | Fix `make_rst.py` missing escape in front of some links | Haoyu Qiu | |
2021-12-21 | i18n: Add `--lang` option to `make_rst.py` to write translated headings | Rémi Verschelde | |
Add a few missing headings to the translation templates. | |||
2021-12-21 | Update `make_rst.py` for non-latin texts | Haoyu Qiu | |
2021-12-03 | Make overridden properties link to parent definition | Yuri Sizov | |
Co-authored-by: Josh DeGraw <joshmdegraw@gmail.com> | |||
2021-11-19 | doc: Fix `make_rst.py` hyperlinks for theme items | Rémi Verschelde | |
Fixup to #55092. | |||
2021-11-18 | Add [theme_item] tag to editor help | kobewi | |
2021-11-15 | Allow dehardcoding documentation branch and URL in docs links | Rémi Verschelde | |
This makes it possible to change the branch of the documentation that URLs are pointing to without having to modify all class reference files. In the XML class reference, the `$DOCS_URL` placeholder should be used, and will be replaced automatically in the editor and when generating the RST class reference. The documentation branch string is set in `version.py`. Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> | |||
2021-11-02 | Restore constructor/operator information in online docs | Yuri Sizov | |
2021-10-24 | Rename "makerst.py" to "make_rst.py" | Aaron Franke | |