aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings
diff options
context:
space:
mode:
authorGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-02-24 01:30:04 +0100
committerGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-02-24 01:30:04 +0100
commit594dbb62432bd7f92d1e121145b80628eb8aad2a (patch)
tree8ea9a7763beedab84821a06d0569f7fe8a62a84b /bindings
parent8dfbba05fa43013e9c97d94246c167c3d64a9d50 (diff)
python: move the notmuch module section to notes.rst
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/docs/source/index.rst6
-rw-r--r--bindings/python/docs/source/notes.rst6
2 files changed, 7 insertions, 5 deletions
diff --git a/bindings/python/docs/source/index.rst b/bindings/python/docs/source/index.rst
index dec9697f..a2b42aae 100644
--- a/bindings/python/docs/source/index.rst
+++ b/bindings/python/docs/source/index.rst
@@ -22,14 +22,10 @@ More information on specific topics can be found on the following pages:
:maxdepth: 1
quickstart
+ notes
status_and_errors
notmuch
-:mod:`notmuch` -- The Notmuch interface
-=================================================
-
-.. automodule:: notmuch
-
:class:`Database` -- The underlying notmuch database
---------------------------------------------------------------------
diff --git a/bindings/python/docs/source/notes.rst b/bindings/python/docs/source/notes.rst
new file mode 100644
index 00000000..a7927485
--- /dev/null
+++ b/bindings/python/docs/source/notes.rst
@@ -0,0 +1,6 @@
+Interfacing with notmuch
+========================
+
+.. todo:: move the note about talloc out of the code
+
+.. automodule:: notmuch