aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings
diff options
context:
space:
mode:
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