diff options
| author | David Bremner <david@tethera.net> | 2020-07-11 10:20:27 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-07-15 08:37:11 -0300 |
| commit | a05da45523a8ce65a2db73040824bb7307e7351d (patch) | |
| tree | 5a09ea09fbf57accd3954b5047a6dc76e8d7d738 /doc/python-bindings.rst | |
| parent | 0e03e2d45e36edb635229f356bf41f153c30a70f (diff) | |
doc: add new python bindings to main documentation tree.
A separate conf.py and doc directory (or will be needed if someone wants
to build the bindings docs separately from notmuch.
Diffstat (limited to 'doc/python-bindings.rst')
| -rw-r--r-- | doc/python-bindings.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/python-bindings.rst b/doc/python-bindings.rst new file mode 100644 index 00000000..e1ad26ad --- /dev/null +++ b/doc/python-bindings.rst @@ -0,0 +1,5 @@ +Python Bindings +=============== + +.. automodule:: notmuch2 + :members: |
