diff options
author | Ben McGinnes <[email protected]> | 2018-10-21 18:43:36 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-10-21 18:43:36 +0000 |
commit | 59e38e3d2c14b40045e15c45b6c2f300e8f097dc (patch) | |
tree | 3ca8591a6537ccc0bd5addf7745d1ec04fd982ac /lang/python/doc/src/gpgme-python-howto.org | |
parent | python bindings: callback test (diff) | |
download | gpgme-59e38e3d2c14b40045e15c45b6c2f300e8f097dc.tar.gz gpgme-59e38e3d2c14b40045e15c45b6c2f300e8f097dc.zip |
Python: docs tweaks
* Fixed a minor error in how the reST version of the HOWTO is
generated.
* Updated the help() in __init__.py with a little more detail as to
why not to use the lower level functions.
Diffstat (limited to 'lang/python/doc/src/gpgme-python-howto.org')
-rw-r--r-- | lang/python/doc/src/gpgme-python-howto.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/doc/src/gpgme-python-howto.org b/lang/python/doc/src/gpgme-python-howto.org index 83b91e8d..07026b85 100644 --- a/lang/python/doc/src/gpgme-python-howto.org +++ b/lang/python/doc/src/gpgme-python-howto.org @@ -2980,7 +2980,7 @@ using the latest version of Pandoc from the Org mode source file using the following command: #+BEGIN_SRC shell - pandoc -f org -t rst+smart -o gpgme-python-howto.rst gpgme-python-howto.org + pandoc -f org -t rst -o gpgme-python-howto.rst gpgme-python-howto.org #+END_SRC In addition to these there is a significantly less frequently updated |