diff options
author | Ben McGinnes <[email protected]> | 2018-12-04 22:17:31 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-12-04 22:17:31 +0000 |
commit | 6d8823b81162c18406d40ec59bd252cfdf1df648 (patch) | |
tree | 9a05b7a38e66dac7301c764b9df240178a35e862 /lang/python/doc/rst/_templates | |
parent | Merge branch 'master' of ssh+git://playfair.gnupg.org/git/gpgme (diff) | |
download | gpgme-6d8823b81162c18406d40ec59bd252cfdf1df648.tar.gz gpgme-6d8823b81162c18406d40ec59bd252cfdf1df648.zip |
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 <[email protected]>
Diffstat (limited to 'lang/python/doc/rst/_templates')
-rw-r--r-- | lang/python/doc/rst/_templates/README | 1 |
1 files changed, 1 insertions, 0 deletions
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 |