summaryrefslogtreecommitdiffstats
path: root/doc/tools/makerst.py
Commit message (Expand)AuthorAgeFilesLines
* Rename "makerst.py" to "make_rst.py"Aaron Franke2021-10-241-1141/+0
* 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
* makerst: Fix generation of overridden properties in child classesAndrii Doroshenko (Xrayez)2021-04-061-1/+1
* makerst: Add an option to filter which XML classes to outputAndrii Doroshenko (Xrayez)2021-02-151-3/+12
* doc: Fixups to #43419 which added operators in the docsRémi Verschelde2020-11-101-0/+2
* makerst: Add missing newline at EOFRémi Verschelde2020-09-151-1/+1
* Merge pull request #40613 from HaSa1002/multi-lang-docsRémi Verschelde2020-07-311-37/+62
|\
| * Add multiple programming language support to class referenceHaSa10022020-07-231-37/+62
* | makerst: Add descriptions to method qualifiersHugo Locurcio2020-07-301-1/+18
|/
* makerst: Print status messages to make the CI output clearerHugo Locurcio2020-05-271-66/+6
* Merge pull request #36960 from pycbouh/docs-improve-shortcutsRémi Verschelde2020-04-291-0/+6
|\
| * Improve shortcut formatting in docsYuri Sizov2020-04-101-0/+6
* | doc: Fix parsing typed arrays in makerst.pyRémi Verschelde2020-04-241-5/+8
|/
* Merge pull request #37426 from pycbouh/docs-override-propertiesRémi Verschelde2020-04-101-1/+1
|\
| * Add more verbosity for property overrides in RST documentationYuri Sizov2020-03-301-1/+1
* | Fixed errors in makerst pre-commit hookPouleyKetchoupp2020-03-311-1/+1
* | SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-143/+172
|/
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-5/+0
* makerst: Escape reST markup after enumsRémi Verschelde2020-01-241-0/+1
* makerst: Use code markup for default values/overridesRémi Verschelde2020-01-201-1/+1
* doc: Move the class description to be just below the brief descriptionHugo Locurcio2020-01-151-17/+12
* Travis CI: Run `makerst.py` to check for documentation errorsHugo Locurcio2019-12-041-2/+6
* makerst: Escape default values using reST markupRémi Verschelde2019-11-291-30/+37
* makerst: Separate signals/enums/properties/methods with a lineHugo Locurcio2019-10-241-15/+38
* Print errors when tab indent found in [codeblock]Yeongho Kim2019-10-011-0/+5
* Add overriden properties to the documentationBojidar Marinov2019-09-041-6/+14
* Adds a meta on top of every generated class to hide 'Edit on Github' linkStraToN2019-07-251-0/+1
* Add default values to the editor help, docs, and generated RSTBojidar Marinov2019-06-271-39/+46
* makerst: Fix format of [url] links in reSTRémi Verschelde2019-06-111-21/+26
* Add support for [url=] tag to makerst.pyStanislav2019-05-161-2/+13
* Remove unused importsHendrikto2019-04-061-2/+1
* ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]Ignacio Etcheverry2019-03-291-1/+5
* EditorHelp, makerst: Improve enum ref resolving and constant ref supportIgnacio Etcheverry2019-03-291-7/+21
* doc: Fix style for vararg in makerstRémi Verschelde2019-03-101-1/+1
* makerst: make vararg methods look the same as in editor helpmerumelu2019-03-051-0/+6
* makerst.py refactor.Pieter-Jan Briers2018-12-281-353/+601
* Clean up & improve makerst.pyPieter-Jan Briers2018-12-271-171/+169
* Enabled rst files to escape for parentheses after bracketsJoão Álvaro Ferreira2018-12-111-1/+1
* Dont use equality operators with None singleton in python fileslupoDharkael2018-10-271-4/+4
* Add extra newline after enum members and constants, to ensure they'll format ...LikeLakers22018-10-021-4/+2
* doc: Fixes to rst converterRémi Verschelde2018-09-211-7/+8