]> git.notmuchmail.org Git - notmuch/commitdiff
python: move the notmuch module section to notes.rst
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Fri, 24 Feb 2012 00:30:04 +0000 (01:30 +0100)
committerJustus Winter <4winter@informatik.uni-hamburg.de>
Fri, 24 Feb 2012 00:30:04 +0000 (01:30 +0100)
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
bindings/python/docs/source/index.rst
bindings/python/docs/source/notes.rst [new file with mode: 0644]

index dec9697fd42f33d7d2e2b6b0cf9ebc0c00517de5..a2b42aae6b686ccd5da1357010a861de819c08f3 100644 (file)
@@ -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 (file)
index 0000000..a792748
--- /dev/null
@@ -0,0 +1,6 @@
+Interfacing with notmuch
+========================
+
+.. todo:: move the note about talloc out of the code
+
+.. automodule:: notmuch