summaryrefslogtreecommitdiff
path: root/doc/tools/makerst.py
AgeCommit message (Expand)Author
2018-12-28makerst.py refactor.Pieter-Jan Briers
2018-12-27Clean up & improve makerst.pyPieter-Jan Briers
2018-12-11Enabled rst files to escape for parentheses after bracketsJoão Álvaro Ferreira
2018-10-27Dont use equality operators with None singleton in python fileslupoDharkael
2018-10-02Add extra newline after enum members and constants, to ensure they'll format ...LikeLakers2
2018-09-21doc: Fixes to rst converterRémi Verschelde
2018-09-20Fix the weird method linking issue when the previous method's description end...LikeLakers2
2018-09-13doc: Make property sections in rst similar to editor docsRémi Verschelde
2018-09-13Doc: Use PascalCase names in hyperlinksRémi Verschelde
2018-09-12Doc: Use same headers and order in-editor and onlineRémi Verschelde
2018-06-12Add support for tutorial links to makerst.pyrobojumper
2018-05-31makerst.py: Properly escape \ for rstRémi Verschelde
2018-05-12Makes doc methods display enums.Pieter-Jan Briers
2018-03-11Properly closing all files in Python codeViktor Ferenczi
2018-02-16Documentation tool does not add escapes to code and codeblocksAnish
2017-12-22Enums get listed in the docs and enum members now also link to theJoachim Meyer
2017-11-19Fix the class docs for the rst-syntax errors.Martin Capitanio
2017-11-18Fix class docs, improve error handling of the rst generator.Martin Capitanio
2017-10-21makerst: Remove stray spaces in method signaturesRémi Verschelde
2017-10-21makerst: Add support for [member] and [signal]Rémi Verschelde
2017-10-21makerst: Fix rst-ization of members and escaping of [Class]sRémi Verschelde
2017-10-14makerst: Fix support for module classesRémi Verschelde
2017-09-23makerst.py: Support split classes XML and use folders and/or single files as ...Alexander Meerhoff
2017-07-22Docs: ignore tags inside code,codeblock tagPoommetee Ketson
2017-06-14Add Signals descriptions when they exist.Julian Murgia
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-06-22classref: Fix UTF-8 parsing in makerstRémi Verschelde
2016-04-02Remove trailing spacesRémi Verschelde
2016-02-17Add a warning header to each rst fileRémi Verschelde
2016-02-17Implement support for [codeblock] tag in helpRémi Verschelde
2016-02-07Improve parsing of [method ...] tagsRémi Verschelde
2016-02-07Fix badly formatted tags in XMLRémi Verschelde
2016-02-07Display better inheritance info in docJuan Linietsky
2016-02-07Small makerst improvementsRémi Verschelde
2016-02-07Enhance xml to rst converterRémi Verschelde
2016-02-06-Added RST generator for class referenceJuan Linietsky