diff options
| author | David Bremner <david@tethera.net> | 2018-06-18 21:18:58 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-06-18 21:18:58 -0300 |
| commit | 698415201715497bdf9d5f53aac0d58f65f86dd9 (patch) | |
| tree | af26b4a84fd985832f9aa51008e12fe5fda4689e /bindings/python/docs/source | |
| parent | c6fba20b96f8c9ebdff0ea43bdc114b64617e4d0 (diff) | |
| parent | 079826f124823f134e5877173e9380edc2eeb3dc (diff) | |
Merge tag 'debian/0.27-1' into debian/stretch-backports
notmuch Debian 0.27-1 upload (same as 0.27)
Diffstat (limited to 'bindings/python/docs/source')
| -rw-r--r-- | bindings/python/docs/source/conf.py | 2 | ||||
| -rw-r--r-- | bindings/python/docs/source/filesystem.rst | 2 | ||||
| -rw-r--r-- | bindings/python/docs/source/message.rst | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/bindings/python/docs/source/conf.py b/bindings/python/docs/source/conf.py index 5107a96e..5b901c4e 100644 --- a/bindings/python/docs/source/conf.py +++ b/bindings/python/docs/source/conf.py @@ -215,4 +215,4 @@ latex_documents = [ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'http://docs.python.org/': None} +intersphinx_mapping = {'https://docs.python.org/': None} diff --git a/bindings/python/docs/source/filesystem.rst b/bindings/python/docs/source/filesystem.rst index a23ae41a..558c93de 100644 --- a/bindings/python/docs/source/filesystem.rst +++ b/bindings/python/docs/source/filesystem.rst @@ -14,7 +14,7 @@ Files and directories iterator and broke list(Filenames()). Use `len(list(names))` instead. -:class:`Directoy` -- A directory entry in the database +:class:`Directory` -- A directory entry in the database ------------------------------------------------------ .. autoclass:: Directory diff --git a/bindings/python/docs/source/message.rst b/bindings/python/docs/source/message.rst index 1a6cc3d5..b0033924 100644 --- a/bindings/python/docs/source/message.rst +++ b/bindings/python/docs/source/message.rst @@ -33,6 +33,10 @@ .. automethod:: get_tags + .. automethod:: get_property + + .. automethod:: get_properties + .. automethod:: maildir_flags_to_tags .. automethod:: tags_to_maildir_flags |
