aboutsummaryrefslogtreecommitdiff
path: root/tools/docdump/makedocs.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move documentation python tools to doc/tools folderRémi Verschelde2015-12-121-382/+0
|
* Minor changes: Organizing importsJorge Araya Navarro2015-10-071-3/+2
|
* Minor changesJorge Araya Navarro2015-10-071-1/+0
|
* Internationalization implementedJorge Araya Navarro2015-10-071-52/+76
| | | | | | | | Specify which language you want the templates translate to with the `--language` option and any choice language available. By default English is used. When class_list.xml is translated to different language than English this option will be useful to make the template language match.
* Refactoring some strings and ordering importsJorge Araya Navarro2015-10-061-70/+52
|
* XML to Open Project Wiki implementedJorge Araya Navarro2015-09-271-35/+229
|
* Adding the new Python fileJorge Araya Navarro2015-09-261-0/+184
This script works different compared to the other, for instance, it requires Python 3.x to run. It also have more sophisticate flags to run. And finally this file conforms to PEP8. This script is not finished yet, though.