summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-05-29 22:13:04 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-05-29 22:13:54 +0100
commit33a6c49cc42bf48e4f981925547ba50bdf3e7c6b (patch)
treeae3c6f1d199f12c0d27867cd55cab36d3bf44dac /docs
parente82010c8ec9d205d38b1e125582a8a5e92d32c6d (diff)
docs: minor fixes
this fixes a few broken links and duplicate module defs in the sphinx docs
Diffstat (limited to 'docs')
-rw-r--r--docs/source/api/crypto.rst2
-rw-r--r--docs/source/conf.py2
-rw-r--r--docs/source/crypto/index.rst2
3 files changed, 1 insertions, 5 deletions
diff --git a/docs/source/api/crypto.rst b/docs/source/api/crypto.rst
index f162455e..f9d2e812 100644
--- a/docs/source/api/crypto.rst
+++ b/docs/source/api/crypto.rst
@@ -1,7 +1,5 @@
Crypto
======
-.. module:: alot.crypto
-
.. automodule:: alot.crypto
:members:
diff --git a/docs/source/conf.py b/docs/source/conf.py
index f09fb5ab..f32b22f7 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -248,5 +248,5 @@ man_pages = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'http://docs.python.org/': None,
- 'http://notmuch.readthedocs.org/en/latest/': None
+ #'http://notmuch.readthedocs.org/en/latest/': None
}
diff --git a/docs/source/crypto/index.rst b/docs/source/crypto/index.rst
index c17d440d..bd3e1beb 100644
--- a/docs/source/crypto/index.rst
+++ b/docs/source/crypto/index.rst
@@ -1,5 +1,3 @@
-.. _cryptography
-
************
Cryptography
************