summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Denhardt <ian@zenhack.net>2016-12-10 00:00:11 -0500
committerIan Denhardt <ian@zenhack.net>2016-12-10 00:00:11 -0500
commitb103e567d1f33b24bb333cf218e6b62f186aaf7a (patch)
tree0a877eb073133880367807e5f285c2da06c9f81c /docs
parent9171f56cd0b7c50bb51686a8dda89195064228e3 (diff)
docs: fix incorrect module/class names
api/settings.rst previously erroneously pluralized alot.addressbook, named one class that does not exist, named one from a sub module, and omitted two sub modules (with classes). This was causing build errors from sphinx
Diffstat (limited to 'docs')
-rw-r--r--docs/source/api/settings.rst11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/source/api/settings.rst b/docs/source/api/settings.rst
index 4f8dc455..9c5fc4cf 100644
--- a/docs/source/api/settings.rst
+++ b/docs/source/api/settings.rst
@@ -61,11 +61,16 @@ Accounts
Addressbooks
------------
-.. module:: alot.addressbooks
+.. module:: alot.addressbook
.. autoclass:: AddressBook
:members:
-.. autoclass:: MatchSdtoutAddressbook
- :members:
+
+.. module:: alot.addressbook.abook
+
.. autoclass:: AbookAddressBook
:members:
+
+.. module:: alot.addressbook.external
+
+.. autoclass:: ExternalAddressbook