summaryrefslogtreecommitdiff
path: root/docs/source/api
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-03-11 18:43:41 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-03-11 18:43:41 +0000
commit9d513123cdc50608208200c77052db58fbb8619a (patch)
tree91e08a07dd63620dadfcdcbb346a3541a5162f6c /docs/source/api
parent349654f4e62eb77754f08351bf3fb51fbe6d8f7c (diff)
refactor: Attachment in its own file
Diffstat (limited to 'docs/source/api')
-rw-r--r--docs/source/api/database.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/api/database.rst b/docs/source/api/database.rst
index 53fe803b..456ca31e 100644
--- a/docs/source/api/database.rst
+++ b/docs/source/api/database.rst
@@ -10,7 +10,7 @@ use an :class:`DBManager` instance to transparently provide persistent objects.
:class:`~alot.db.message.Message` moreover contains convenience methods
to extract information about the message like reformated header values, a summary,
-decoded and interpreted body text and a list of :class:`Attachments <alot.message.Attachment>`.
+decoded and interpreted body text and a list of :class:`Attachments <alot.db.attachment.Attachment>`.
The central :class:`~alot.ui.UI` instance carries around a :class:`DBManager` object that
is used for any lookups or modifications of the email base. :class:`DBManager` can
@@ -52,7 +52,7 @@ Wrapper
Other Structures
---------------------------
-.. autoclass:: Attachment
+.. autoclass:: alot.db.attachment.Attachment
:members:
.. autoclass:: alot.db.envelope.Envelope