aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/doc/rst/make.bat (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-04python: sphinx modificationBen McGinnes1-35/+0
* The make.bat file incorrectly triggers the trailing whitespace check in the git repo (it doesn't actually have any trailing whitespace, but triggers the error on every line). * Will need to add a script to handle future org-mode conversions of the index page anyway, so will get that script to deal with this problem too by generating the make.bat file if the platform is detected as Windows. Signed-off-by: Ben McGinnes <[email protected]>
2018-12-04python: Sphinx supportBen McGinnes1-0/+35
* Added framework from sphinx-quickstart to lang/python/doc/rst/ so that Python developers already using Sphinx can use the generated reST files with existing documentation systems. * Note that when generating source files from Org-mode, the index page will require manual intervention to match the Sphinx requirements. Signed-off-by: Ben McGinnes <[email protected]>