aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/python/docs/source/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/docs/source/index.rst')
-rw-r--r--bindings/python/docs/source/index.rst14
1 files changed, 1 insertions, 13 deletions
diff --git a/bindings/python/docs/source/index.rst b/bindings/python/docs/source/index.rst
index fc3179b4..dec9697f 100644
--- a/bindings/python/docs/source/index.rst
+++ b/bindings/python/docs/source/index.rst
@@ -15,25 +15,13 @@ Within :mod:`notmuch`, the classes :class:`Database`, :class:`Query` provide mos
This page contains the main API overview of notmuch |release|.
-Notmuch can be imported as::
-
- import notmuch
-
-or::
-
- from notmuch import Query, Database
-
- db = Database('path',create=True)
- msgs = Query(db,'from:myself').search_messages()
-
- for msg in msgs:
- print (msg)
More information on specific topics can be found on the following pages:
.. toctree::
:maxdepth: 1
+ quickstart
status_and_errors
notmuch