1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Update python API docs

This commit is contained in:
James Booth 2016-07-30 23:16:57 +01:00
parent 43b1d7f7cd
commit 49a213b382
2 changed files with 5 additions and 2 deletions

View File

@ -109,8 +109,8 @@ todo_include_todos = False
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # a list of builtin themes.
html_theme = 'sphinx_rtd_theme' # html_theme = 'sphinx_rtd_theme'
# html_theme = 'classic' html_theme = 'classic'
# Theme options are theme-specific and customize the look and feel of a theme # 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 # further. For a list of options available for each theme, see the

View File

@ -1,6 +1,9 @@
Profanity Python Plugins API 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: Contents:
.. toctree:: .. toctree::