From 7c63bfe4ab434b61a871aec4bc1d0a05b4c068e6 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Mon, 10 Dec 2018 16:05:14 +1100 Subject: python: docs updates * Multiple updates, expanding on the Windows installation issues. * Also adding to the new maintenance mode reference document. * Includes content relating to the resolution of T4271 and T4191. Tested-by: Ben McGinnes Signed-off-by: Ben McGinnes --- lang/python/doc/rst/gpgme-python-howto.rst | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'lang/python/doc/rst/gpgme-python-howto.rst') diff --git a/lang/python/doc/rst/gpgme-python-howto.rst b/lang/python/doc/rst/gpgme-python-howto.rst index 3750d9a1..1bd069ca 100644 --- a/lang/python/doc/rst/gpgme-python-howto.rst +++ b/lang/python/doc/rst/gpgme-python-howto.rst @@ -2048,6 +2048,10 @@ content as a byte object, the recipient key IDs and algorithms in ``result`` and the results of verifying any signatures of the data in ``verify_result``. +If ``gpg.Context().decrypt(cfile, verify=False)`` is called instead, +then ``verify_result`` will be returned as ``None`` and the rest remains +as described here. + .. _howto-basic-signing: Signing text and files @@ -3099,11 +3103,11 @@ the author at any of the following URLs: - `GPGME Python Bindings HOWTO draft (XHTML single file, AWS S3 SSL) `__ - `GPGME Python Bindings HOWTO draft (XHTML single file, AWS S3 no - SS) `__ + SSL) `__ - `GPGME Python Bindings HOWTO draft (XHTML multiple files, AWS S3 SSL) `__ - `GPGME Python Bindings HOWTO draft (XHTML multiple files, AWS S3 no - SSL) `__ + SSL) `__ All of these draft versions except for one have been generated from this document via GNU Emacs `Org mode `__ and `GNU @@ -3135,12 +3139,24 @@ either of the following commands: In addition to these there is a significantly less frequently updated version as a HTML `WebHelp -site `__ +site `__ (AWS S3 SSL); generated from DITA XML source files, which can be found in `an alternative branch `__ of the GPGME git repository. +Various generated output formats may occasionally be found in +subdirectories of the +`gpgme-python `__ +directory. In particular within the +`DITA `__, +`reStructuredText `__ +and +`Texinfo `__ +subdirectories. The ``rst`` directory contains output files generated +with Sphix and may include a considerable number of its possible output +formats. + These draft editions are not official documents and the version of documentation in the master branch or which ships with released versions is the only official documentation. Nevertheless, these draft editions -- cgit v1.2.3