Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: sphinx modification | Ben McGinnes | 2018-12-04 | 1 | -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]> | ||||
* | python: Sphinx support | Ben McGinnes | 2018-12-04 | 1 | -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]> |