mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Update python API docs
This commit is contained in:
parent
43b1d7f7cd
commit
49a213b382
@ -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
|
||||||
|
@ -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::
|
||||||
|
Loading…
Reference in New Issue
Block a user