summaryrefslogtreecommitdiff
path: root/docs/source/api
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-03-11 12:43:26 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-03-11 12:43:26 +0000
commit9b8c0dd28b4bfa755ddf1470b698b863969edca8 (patch)
tree5de4693726dcbe388d1ee796ee749d8f21cb2873 /docs/source/api
parente006d45c7b0cad047c86456cb21c5520f6001f74 (diff)
doc: add docs for `Theme` objects
Diffstat (limited to 'docs/source/api')
-rw-r--r--docs/source/api/settings.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/api/settings.rst b/docs/source/api/settings.rst
index 66ec90fc..bafc8c1c 100644
--- a/docs/source/api/settings.rst
+++ b/docs/source/api/settings.rst
@@ -23,6 +23,11 @@ They are user defined callables that expect to be called with the following para
.. autoclass:: SettingsManager
:members:
+Themes
+------
+.. autoclass:: Theme
+ :members:
+
Accounts
--------