summaryrefslogtreecommitdiff
path: root/docs/source/api
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-03-11 14:47:46 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-03-11 14:47:46 +0000
commit42a0466cafa979513f4e0efe6d81bcec953bc711 (patch)
tree1b55928642330591d2edda0d24fc1915826a0aec /docs/source/api
parent6cc3e22eaa6a16e597c051484844d7f13102e4f7 (diff)
cleanup: moved Theme to separate file
Diffstat (limited to 'docs/source/api')
-rw-r--r--docs/source/api/settings.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/api/settings.rst b/docs/source/api/settings.rst
index bafc8c1c..e1f674cf 100644
--- a/docs/source/api/settings.rst
+++ b/docs/source/api/settings.rst
@@ -25,7 +25,7 @@ They are user defined callables that expect to be called with the following para
Themes
------
-.. autoclass:: Theme
+.. autoclass:: alot.settings.theme.Theme
:members:
Accounts