diff options
author | Ben McGinnes <[email protected]> | 2019-01-27 03:57:53 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2019-01-27 03:57:53 +0000 |
commit | 1e265723653042bc1010b457537b69a2011b43b7 (patch) | |
tree | 26a6b8e266db592d627e52d50ecee37575579303 /lang/python/doc/rst/index.rst | |
parent | json: Better use gpgme_free (diff) | |
download | gpgme-1e265723653042bc1010b457537b69a2011b43b7.tar.gz gpgme-1e265723653042bc1010b457537b69a2011b43b7.zip |
python: post installer docs fix script
* Moved post_installer.py into the examples/howto/ directory.
* Added instructions for its use to the Python Bindings HOWTO.
* Ran it as intended from the lang/python/ directory in order to both
prove it works and quickly and easily get the updated howto
replicated. Also to fix all those .texi files.
Tested-by: Ben McGinnes <[email protected]>
Signed-off-by: Ben McGinnes <[email protected]>
Diffstat (limited to 'lang/python/doc/rst/index.rst')
-rw-r--r-- | lang/python/doc/rst/index.rst | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lang/python/doc/rst/index.rst b/lang/python/doc/rst/index.rst index 9c4f0f7a..3ff34fc4 100644 --- a/lang/python/doc/rst/index.rst +++ b/lang/python/doc/rst/index.rst @@ -7,7 +7,7 @@ GPGME Python Bindings ===================== .. toctree:: - :maxdepth: 2 + :maxdepth: 3 :caption: Contents: Contents @@ -20,11 +20,3 @@ Contents - `What Was New <what-was-new>`__ - `GPGME Python Bindings HOWTO <gpgme-python-howto>`__ - - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` |