summaryrefslogtreecommitdiff
path: root/doc/tools
AgeCommit message (Expand)Author
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
2020-04-10Merge pull request #37426 from pycbouh/docs-override-propertiesRémi Verschelde
2020-03-31Fixed errors in makerst pre-commit hookPouleyKetchoupp
2020-03-30Add more verbosity for property overrides in RST documentationYuri Sizov
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-02-01Improve the `doc_status.py` console outputHugo Locurcio
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2020-01-24Count theme items in doc_status.pyTomasz Chabora
2020-01-24makerst: Escape reST markup after enumsRémi Verschelde
2020-01-20makerst: Use code markup for default values/overridesRémi Verschelde
2020-01-15doc: Move the class description to be just below the brief descriptionHugo Locurcio
2019-12-06Add a pre-commit hook to check the class reference syntaxHugo Locurcio
2019-12-04Travis CI: Run `makerst.py` to check for documentation errorsHugo Locurcio
2019-11-29makerst: Escape default values using reST markupRémi Verschelde
2019-10-24makerst: Separate signals/enums/properties/methods with a lineHugo Locurcio
2019-10-08Fixed AttributeError on doc_status.pySamuelDeboni
2019-10-01Print errors when tab indent found in [codeblock]Yeongho Kim
2019-09-04Add overriden properties to the documentationBojidar Marinov
2019-07-25Adds a meta on top of every generated class to hide 'Edit on Github' linkStraToN
2019-06-27Add default values to the editor help, docs, and generated RSTBojidar Marinov
2019-06-11makerst: Fix format of [url] links in reSTRémi Verschelde
2019-05-16Add support for [url=] tag to makerst.pyStanislav
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-06Remove unused importsHendrikto
2019-03-29ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]Ignacio Etcheverry
2019-03-29EditorHelp, makerst: Improve enum ref resolving and constant ref supportIgnacio Etcheverry
2019-03-10doc: Fix style for vararg in makerstRémi Verschelde
2019-03-05makerst: make vararg methods look the same as in editor helpmerumelu
2018-12-28makerst.py refactor.Pieter-Jan Briers