summaryrefslogtreecommitdiff
path: root/doc/tools/doc_status.py
AgeCommit message (Expand)Author
2022-07-29Add Python PEP 484/526 type hints to doc/tools/doc_status.pyAndy Maloney
2022-01-07Update doc_status script to support constructors and operators docsHugo Locurcio
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-02-01Improve the `doc_status.py` console outputHugo Locurcio
2020-01-24Count theme items in doc_status.pyTomasz Chabora
2019-12-06Add a pre-commit hook to check the class reference syntaxHugo Locurcio
2019-10-08Fixed AttributeError on doc_status.pySamuelDeboni
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2018-11-05doc: Use HTTPS for docs.godotengine.org and point to latest branchRémi Verschelde
2017-11-24doc status: Partial revert of e23454d, setgets are no longer listedRémi Verschelde
2017-10-15filtering getters&setters over strings works for AudioStreamPlayer*Grosskopf
2017-10-07doc_status.py: Error message for unknown CLI flag, switch shebang to pythonmhilbrunner
2017-10-03doc_status.py: Add -e (--empty) option to hide items with nothing left to domhilbrunner
2017-10-02Merge pull request #11757 from mhilbrunner/doc_status_py27Andreas Haas
2017-10-02Merge pull request #11654 from bojidar-bg/docstatus-fnmatchPoommetee Ketson
2017-10-01doc_status.py Python 2.7 backwards compatibilitymhilbrunner
2017-09-28Allow using wildcards to filter docstatus class namesBojidar Marinov
2017-09-16Make doc_status output a bit more markdown-friendly, hide some printsBojidar Marinov
2017-09-15Update doc status generator.Daniel J. Ramirez
2017-05-06Doc: Drop unmainted converters for html, textile, dokuwikiRémi Verschelde
2017-04-05Fix URLs to moved docs pagesRémi Verschelde
2017-03-29Update classes.xml to master version, add a small feature to doc_statusBojidar Marinov
2016-11-01style: Fix PEP8 blank lines issues in Python filesRémi Verschelde
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-11-01style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde
2016-10-17SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde
2016-04-26Various improvements to doc_status.pyRémi Verschelde
2016-04-22Add a python script to check the current doc statusBojidar Marinov