summaryrefslogtreecommitdiff
path: root/doc/tools
AgeCommit message (Expand)Author
2022-07-27doc: Fix relative paths in `make_rst.py` generated commentRémi Verschelde
2022-07-27Merge pull request #63495 from YuriSizov/docs-improve-autogen-noteRémi Verschelde
2022-07-27Improve the autogenerated note in RST docs for class referenceYuri Sizov
2022-07-26Add missing Python type hints in tools/make_rst.pyAndy Maloney
2022-07-06Merge pull request #62713 from YuriSizov/docs-scripting-annotationsRémi Verschelde
2022-07-05Implement a BitField hintreduz
2022-07-04Add support for documenting built-in annotationsYuri Sizov
2022-06-22makerst: Fix file name not appearing in error messageHugo Locurcio
2022-06-11Merge pull request #61920 from Calinou/makerst-print-colorRémi Verschelde
2022-06-11makerst: Print colored output for easier visual greppingHugo Locurcio
2022-06-10makerst: Fix duplicate `.xml` extension in some error messagesHugo Locurcio
2022-05-12Merge pull request #60771 from snailrhymer/enum-indentation-doc-fixRémi Verschelde
2022-05-12Indent bullet points in enum descriptionsSnailRhymer
2022-05-11Implement exponential operator (**) to GDScript/ExpressionsYuri Roubinsky
2022-04-11makerst: Improve error reportingHugo Locurcio
2022-02-10Fix typos with codespellRémi Verschelde
2022-01-24Fix make_rst.py on WindowsMax Hilbrunner
2022-01-07Update doc_status script to support constructors and operators docsHugo Locurcio
2022-01-07Merge pull request #56162 from akien-mga/i18n-make_rst-more-translatableRémi Verschelde
2022-01-06i18n: Make more `make_rst.py` strings translatableRémi Verschelde
2021-12-23Fix `make_rst.py` missing escape in front of some linksHaoyu Qiu
2021-12-21i18n: Add `--lang` option to `make_rst.py` to write translated headingsRémi Verschelde
2021-12-21Update `make_rst.py` for non-latin textsHaoyu Qiu
2021-12-03Make overridden properties link to parent definitionYuri Sizov
2021-11-19doc: Fix `make_rst.py` hyperlinks for theme itemsRémi Verschelde
2021-11-18Add [theme_item] tag to editor helpkobewi
2021-11-15Allow dehardcoding documentation branch and URL in docs linksRémi Verschelde
2021-11-02Restore constructor/operator information in online docsYuri Sizov
2021-10-24Rename "makerst.py" to "make_rst.py"Aaron Franke
2021-10-05makerst: Disable making refs for operator methodsRémi Verschelde
2021-10-05makerst: Make external links anonymousRémi Verschelde
2021-10-05makerst: Add substitution for static qualifierRémi Verschelde
2021-08-23Implement NativeExtension pointer argumentsreduz
2021-08-17Remove underscore hacksMax Hilbrunner
2021-08-06Fix minor code style issues in the RST generatorYuri Sizov
2021-08-04Add theme item descriptions to the online documentationYuri Sizov
2021-07-29makerst: use link titles for external tutorialsmerumelu
2021-07-12Makerst: Remove redundant GDScript from code blocksJohannes Witt
2021-07-09Make makerst.py create folders automatically, print a message when doneHugo Locurcio
2021-04-06makerst: Fix generation of overridden properties in child classesAndrii Doroshenko (Xrayez)
2021-02-15makerst: Add an option to filter which XML classes to outputAndrii Doroshenko (Xrayez)
2020-11-10doc: Fixups to #43419 which added operators in the docsRémi Verschelde
2020-09-15makerst: Add missing newline at EOFRémi Verschelde
2020-07-31Merge pull request #40613 from HaSa1002/multi-lang-docsRémi Verschelde
2020-07-30makerst: Add descriptions to method qualifiersHugo Locurcio
2020-07-23Add multiple programming language support to class referenceHaSa1002
2020-05-27makerst: Print status messages to make the CI output clearerHugo Locurcio
2020-04-29Merge pull request #36960 from pycbouh/docs-improve-shortcutsRémi Verschelde
2020-04-24doc: Fix parsing typed arrays in makerst.pyRémi Verschelde
2020-04-10Improve shortcut formatting in docsYuri Sizov