aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/docs
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-06-18 21:18:58 -0300
committerDavid Bremner <david@tethera.net>2018-06-18 21:18:58 -0300
commit698415201715497bdf9d5f53aac0d58f65f86dd9 (patch)
treeaf26b4a84fd985832f9aa51008e12fe5fda4689e /bindings/python/docs
parentc6fba20b96f8c9ebdff0ea43bdc114b64617e4d0 (diff)
parent079826f124823f134e5877173e9380edc2eeb3dc (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')
-rw-r--r--bindings/python/docs/COPYING2
-rw-r--r--bindings/python/docs/source/conf.py2
-rw-r--r--bindings/python/docs/source/filesystem.rst2
-rw-r--r--bindings/python/docs/source/message.rst4
4 files changed, 7 insertions, 3 deletions
diff --git a/bindings/python/docs/COPYING b/bindings/python/docs/COPYING
index 2a000655..e6000869 100644
--- a/bindings/python/docs/COPYING
+++ b/bindings/python/docs/COPYING
@@ -1,7 +1,7 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
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