diff options
author | Ben McGinnes <[email protected]> | 2018-10-30 14:24:47 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-10-30 16:06:24 +0000 |
commit | d5c22966d5bf397cccfa171095885cd207ef6ae3 (patch) | |
tree | 26034c7802a554e8ba2d556b30fcf2e4f018703e /lang/python/doc/src/index | |
parent | w32: Fix previous commit. (diff) | |
download | gpgme-d5c22966d5bf397cccfa171095885cd207ef6ae3.tar.gz gpgme-d5c22966d5bf397cccfa171095885cd207ef6ae3.zip |
docs: python
* dropped the ".org" extension and added a mode line for each file as
this will make scripting format conversions a lot easier.
Diffstat (limited to 'lang/python/doc/src/index')
-rw-r--r-- | lang/python/doc/src/index | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lang/python/doc/src/index b/lang/python/doc/src/index new file mode 100644 index 00000000..9fe7a3c8 --- /dev/null +++ b/lang/python/doc/src/index @@ -0,0 +1,26 @@ +# -*- mode: org -*- +#+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: + + +- [[file:short-history.org][A short history of the project]] +- [[file:gpgme-python-howto.org][GPGME Python Bindings HOWTO]] |