mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 16:38:43 +00:00
Add rst files for all the modules
This commit is contained in:
parent
ba909ebcc9
commit
c0d0498f36
86 changed files with 761 additions and 3 deletions
9
docs/source/modules/plugins/init.rst
Normal file
9
docs/source/modules/plugins/init.rst
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
:mod:`deluge.plugins.init`
|
||||
==============================================================================
|
||||
|
||||
.. automodule:: deluge.plugins.init
|
||||
:show-inheritance:
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
9
docs/source/modules/plugins/pluginbase.rst
Normal file
9
docs/source/modules/plugins/pluginbase.rst
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
:mod:`deluge.plugins.pluginbase`
|
||||
==============================================================================
|
||||
|
||||
.. automodule:: deluge.plugins.pluginbase
|
||||
:show-inheritance:
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue