Skip to content

Commit

Permalink
Merge pull request #911 from zenhack/addressbook-doc-fix
Browse files Browse the repository at this point in the history
docs: fix incorrect module/class names
  • Loading branch information
pazz committed Dec 10, 2016
2 parents 9171f56 + b103e56 commit 990b194
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/source/api/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 990b194

Please sign in to comment.