From 6d8823b81162c18406d40ec59bd252cfdf1df648 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Wed, 5 Dec 2018 09:17:31 +1100 Subject: python: Sphinx support * 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 --- lang/python/doc/rst/_templates/README | 1 + 1 file changed, 1 insertion(+) create mode 100644 lang/python/doc/rst/_templates/README (limited to 'lang/python/doc/rst/_templates') diff --git a/lang/python/doc/rst/_templates/README b/lang/python/doc/rst/_templates/README new file mode 100644 index 00000000..59c631e3 --- /dev/null +++ b/lang/python/doc/rst/_templates/README @@ -0,0 +1 @@ +Directory for HTML templates. \ No newline at end of file -- cgit v1.2.3