about summary refs log tree commit diff stats
path: root/apidocs/python
diff options
context:
space:
mode:
Diffstat (limited to 'apidocs/python')
-rw-r--r--apidocs/python/conf.py4
-rw-r--r--apidocs/python/index.rst3
2 files changed, 5 insertions, 2 deletions
diff --git a/apidocs/python/conf.py b/apidocs/python/conf.py
index 895c8b72..9d2d20a0 100644
--- a/apidocs/python/conf.py
+++ b/apidocs/python/conf.py
@@ -109,8 +109,8 @@ todo_include_todos = False
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
-html_theme = 'sphinx_rtd_theme'
-# html_theme = 'classic'
+# html_theme = 'sphinx_rtd_theme'
+html_theme = 'classic'
 
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the
diff --git a/apidocs/python/index.rst b/apidocs/python/index.rst
index 95362f98..a60846c8 100644
--- a/apidocs/python/index.rst
+++ b/apidocs/python/index.rst
@@ -1,6 +1,9 @@
 Profanity Python Plugins API
 ============================
 
+The ``prof`` module describes functions that plugins may call to interact with Profanity.
+The ``plugin`` module describes functions that plugins may define to be notified of various events in Profanity.
+
 Contents:
 
 .. toctree::
39'>139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185