summaryrefslogtreecommitdiffstats
path: root/doc/tools
Commit message (Expand)AuthorAgeFilesLines
...
* [doc] Use f-strings throughout make_rst.pyAndy Maloney2022-08-301-207/+154
* Make cross-link generation more reliable in RST documentationYuri Sizov2022-08-261-61/+60
* Merge pull request #63635 from asmaloney/add-python-type-hintsYuri Sizov2022-08-181-34/+35
|\
| * Add Python PEP 484/526 type hints to doc/tools/doc_status.pyAndy Maloney2022-07-291-34/+35
* | Improve the `make_rst.py` parser for BBCode tagsYuri Sizov2022-08-151-458/+633
* | Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-7/+7
* | Add support for [param foo] syntax in valid documentation contextsYuri Sizov2022-08-081-14/+91
* | Add checks for empty/unnamed arguments to make_rst.pyYuri Sizov2022-08-081-21/+32
* | [make_rst] Remove (fake) return types on annotationsAndy Maloney2022-08-041-19/+37
* | Convert Python type hints in tools/make_rst.pyAndy Maloney2022-08-031-162/+170
|/
* Patch the make_rst.py utility to handle specially operators with '<'Jcrespo2022-07-281-1/+1
* doc: Fix relative paths in `make_rst.py` generated commentRémi Verschelde2022-07-271-3/+3
* Merge pull request #63495 from YuriSizov/docs-improve-autogen-noteRémi Verschelde2022-07-271-4/+23
|\
| * Improve the autogenerated note in RST docs for class referenceYuri Sizov2022-07-271-4/+23
* | Add missing Python type hints in tools/make_rst.pyAndy Maloney2022-07-261-2/+2
|/
* Merge pull request #62713 from YuriSizov/docs-scripting-annotationsRémi Verschelde2022-07-061-0/+48
|\
| * Add support for documenting built-in annotationsYuri Sizov2022-07-041-0/+48
* | Implement a BitField hintreduz2022-07-051-5/+12
|/
* makerst: Fix file name not appearing in error messageHugo Locurcio2022-06-221-3/+3
* Merge pull request #61920 from Calinou/makerst-print-colorRémi Verschelde2022-06-111-4/+37
|\
| * makerst: Print colored output for easier visual greppingHugo Locurcio2022-06-111-4/+37
* | makerst: Fix duplicate `.xml` extension in some error messagesHugo Locurcio2022-06-101-3/+3
|/
* Merge pull request #60771 from snailrhymer/enum-indentation-doc-fixRémi Verschelde2022-05-121-2/+22
|\
| * Indent bullet points in enum descriptionsSnailRhymer2022-05-121-2/+22
* | Implement exponential operator (**) to GDScript/ExpressionsYuri Roubinsky2022-05-111-0/+2
|/
* makerst: Improve error reportingHugo Locurcio2022-04-111-37/+41
* Fix typos with codespellRémi Verschelde2022-02-101-5/+5
* Fix make_rst.py on WindowsMax Hilbrunner2022-01-241-1/+1
* Update doc_status script to support constructors and operators docsHugo Locurcio2022-01-071-10/+22
* Merge pull request #56162 from akien-mga/i18n-make_rst-more-translatableRémi Verschelde2022-01-071-23/+49
|\
| * i18n: Make more `make_rst.py` strings translatableRémi Verschelde2022-01-061-23/+49
* | Fix `make_rst.py` missing escape in front of some linksHaoyu Qiu2021-12-231-0/+1
|/
* i18n: Add `--lang` option to `make_rst.py` to write translated headingsRémi Verschelde2021-12-211-2/+48
* Update `make_rst.py` for non-latin textsHaoyu Qiu2021-12-211-4/+31
* Make overridden properties link to parent definitionYuri Sizov2021-12-031-9/+10
* doc: Fix `make_rst.py` hyperlinks for theme itemsRémi Verschelde2021-11-191-1/+1
* Add [theme_item] tag to editor helpkobewi2021-11-181-1/+9
* Allow dehardcoding documentation branch and URL in docs linksRémi Verschelde2021-11-151-26/+26
* Restore constructor/operator information in online docsYuri Sizov2021-11-021-16/+202
* Rename "makerst.py" to "make_rst.py"Aaron Franke2021-10-241-1/+3
* makerst: Disable making refs for operator methodsRémi Verschelde2021-10-051-0/+5
* makerst: Make external links anonymousRémi Verschelde2021-10-051-3/+3
* makerst: Add substitution for static qualifierRémi Verschelde2021-10-051-0/+1
* Implement NativeExtension pointer argumentsreduz2021-08-231-0/+2
* Remove underscore hacksMax Hilbrunner2021-08-171-3/+0
* Fix minor code style issues in the RST generatorYuri Sizov2021-08-061-1/+2
* Add theme item descriptions to the online documentationYuri Sizov2021-08-041-10/+56
* makerst: use link titles for external tutorialsmerumelu2021-07-291-8/+10
* Makerst: Remove redundant GDScript from code blocksJohannes Witt2021-07-121-1/+1
* Make makerst.py create folders automatically, print a message when doneHugo Locurcio2021-07-091-0/+5