mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-23 01:44:52 +01:00
python: move the notmuch module section to notes.rst
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
This commit is contained in:
parent
8dfbba05fa
commit
594dbb6243
2 changed files with 7 additions and 5 deletions
|
@ -22,14 +22,10 @@ More information on specific topics can be found on the following pages:
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
quickstart
|
quickstart
|
||||||
|
notes
|
||||||
status_and_errors
|
status_and_errors
|
||||||
notmuch
|
notmuch
|
||||||
|
|
||||||
:mod:`notmuch` -- The Notmuch interface
|
|
||||||
=================================================
|
|
||||||
|
|
||||||
.. automodule:: notmuch
|
|
||||||
|
|
||||||
:class:`Database` -- The underlying notmuch database
|
:class:`Database` -- The underlying notmuch database
|
||||||
---------------------------------------------------------------------
|
---------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
6
bindings/python/docs/source/notes.rst
Normal file
6
bindings/python/docs/source/notes.rst
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
Interfacing with notmuch
|
||||||
|
========================
|
||||||
|
|
||||||
|
.. todo:: move the note about talloc out of the code
|
||||||
|
|
||||||
|
.. automodule:: notmuch
|
Loading…
Reference in a new issue