From 594dbb62432bd7f92d1e121145b80628eb8aad2a Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Fri, 24 Feb 2012 01:30:04 +0100 Subject: [PATCH 1/1] python: move the notmuch module section to notes.rst Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> --- bindings/python/docs/source/index.rst | 6 +----- bindings/python/docs/source/notes.rst | 6 ++++++ 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 bindings/python/docs/source/notes.rst 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 -- 2.43.0