From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Fri, 24 Feb 2012 00:30:04 +0000 (+0100) Subject: python: move the notmuch module section to notes.rst X-Git-Tag: debian/0.12_rc1-1~42 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=594dbb62432bd7f92d1e121145b80628eb8aad2a python: move the notmuch module section to notes.rst Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> --- 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