diff options
author | NIIBE Yutaka <[email protected]> | 2019-07-12 04:53:50 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2019-07-12 05:53:31 +0000 |
commit | d9387650ffb159bbd04db74c4a1dba6f94e83116 (patch) | |
tree | f52ae90dda7eafc10cdc62a307a5fb5f85ffa60a /lang/python/doc/src/index.org | |
parent | js: improve connection check (diff) | |
download | gpgme-d9387650ffb159bbd04db74c4a1dba6f94e83116.tar.gz gpgme-d9387650ffb159bbd04db74c4a1dba6f94e83116.zip |
python: doc: Add suffix for org files.
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'lang/python/doc/src/index.org')
-rw-r--r-- | lang/python/doc/src/index.org | 29 |
1 files changed, 29 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..ec13c9a1 --- /dev/null +++ b/lang/python/doc/src/index.org @@ -0,0 +1,29 @@ +# -*- 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: top + :END: + + +** Contents + :PROPERTIES: + :CUSTOM_ID: contents + :END: + + +- [[file:short-history][A short history of the project]] +- [[file:what-is-new][What's New]] + - [[file:maintenance-mode][Maintenance Mode]] (from January, 2019) +- [[file:what-was-new][What Was New]] +- [[file:gpgme-python-howto][GPGME Python Bindings HOWTO]] |