diff options
author | Ben McGinnes <[email protected]> | 2018-10-04 15:47:56 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-10-04 15:47:56 +0000 |
commit | 48258879720a4f423d0efa955da942d69f3c49d4 (patch) | |
tree | b4bf9a7dd043a50bf372c5a2d22839b5b48c678a /lang/python/doc/src | |
parent | python: makefiles (diff) | |
download | gpgme-48258879720a4f423d0efa955da942d69f3c49d4.tar.gz gpgme-48258879720a4f423d0efa955da942d69f3c49d4.zip |
docs: python
* lang/python/doc/meta/TODO.org: Added the two major documentation
build system tasks to the TODO list.
* Added an index page in preparation for sorting out the second of
those TODO lists (Docutils is a lot easier to handle than Texinfo).
* Meanwhile, have confirmed that it all builds just fine under
GNU/Linux, OS X and FreeBSD while retaining the documentation, so
that's a nice improvement from 1.11.1.
Tested-by: Ben McGinnes <[email protected]>
Signed-off-by: Ben McGinnes <[email protected]>
Diffstat (limited to 'lang/python/doc/src')
-rw-r--r-- | lang/python/doc/src/index.org | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lang/python/doc/src/index.org b/lang/python/doc/src/index.org new file mode 100644 index 00000000..8410c40b --- /dev/null +++ b/lang/python/doc/src/index.org @@ -0,0 +1,26 @@ +#+TITLE: GNU Privacy Guard (GnuPG) Made Easy Python Bindings +#+AUTHOR: Ben McGinnes +#+LATEX_COMPILER: xelatex +#+LATEX_CLASS: article +#+LATEX_CLASS_OPTIONS: [12pt] +#+LATEX_HEADER: \usepackage{xltxtra} +#+LATEX_HEADER: \usepackage[margin=1in]{geometry} +#+LATEX_HEADER: \setmainfont[Ligatures={Common}]{Times New Roman} +#+LATEX_HEADER: \author{Ben McGinnes <[email protected]>} + + +* GPGME Python Bindings + :PROPERTIES: + :CUSTOM_ID: index + :END: + + +** Contents + :PROPERTIES: + :CUSTOM_ID: index-contents + :END: + + +- [[short-history][A short history of the project]] +- [[gpgme-python-howto][GPGME Python Bindings HOWTO]] + |