summaryrefslogtreecommitdiff
path: root/docs/_build/html/_sources/index.txt
diff options
context:
space:
mode:
authorKali Kaneko <kali@futeisha.org>2015-06-08 16:46:12 -0400
committerKali Kaneko <kali@futeisha.org>2015-06-08 16:46:12 -0400
commitb91ea5f9974471c8f596a42eb5023c693a9da450 (patch)
tree04d71c67be68d8d069fdf3b355e71b7a1f8e7813 /docs/_build/html/_sources/index.txt
parent3488c8fa0078576ab35e463c33fe8e3e47e34e61 (diff)
parenta5d46a4e38985be540b9127ddcd3d8e21bbecb9a (diff)
Merge tag 'upstream/2.0.2'
Upstream version 2.0.2
Diffstat (limited to 'docs/_build/html/_sources/index.txt')
-rw-r--r--docs/_build/html/_sources/index.txt44
1 files changed, 0 insertions, 44 deletions
diff --git a/docs/_build/html/_sources/index.txt b/docs/_build/html/_sources/index.txt
deleted file mode 100644
index c266353..0000000
--- a/docs/_build/html/_sources/index.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-.. gnupg documentation master file, created by
- sphinx-quickstart on Fri Apr 5 22:38:47 2013.
- You can adapt this file completely to your liking, but it should at least
- contain the root `toctree` directive.
-
-gnupg: Python Package Documentation
-===================================
-A Python interface for handling interactions with GnuPG, including keyfile
-generation, keyring maintainance, import and export, encryption and
-decryption, sending to and recieving from keyservers, and signing and
-verification.
-
-Contents:
-
-.. toctree::
- :maxdepth: 2
-
- gnupg
-
-
-Source, license, & bug reports
-==============================
-The source code which was used to generate this documentation is accessible by
-clicking the little `source` links next to the docs. Current source code can
-be found in this github repository_. The **master** branch always reflects the
-latest release, all releases are tagged with signed, annotated git tags, and
-the **develop** branch represents the state of the next release.
-
-This package is released under GPLv3_ or greater.
-
-If you find a bug, or would like to request a feature, please use our public
-bugtracker_ on github. Patches warmly welcome.
-
-Indices and tables
-==================
-
-* :ref:`genindex`
-* :ref:`modindex`
-* :ref:`search`
-
-.. _source: https://github.com/isislovecruft/python-gnupg
-.. _repository: https://github.com/isislovecruft/python-gnupg
-.. _GPLv3: https://www.gnu.org/licenses/gpl.txt
-.. _bugtracker: https://github.com/isislovecruft/python-gnupg/issues