move docs out of the deluge package

This commit is contained in:
Damien Churchill 2009-07-20 09:02:09 +00:00
commit c62258fa48
30 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,5 @@
:mod:`deluge.common`
====================
.. automodule:: deluge.common
:members:

View file

@ -0,0 +1,11 @@
:mod:`deluge.config`
====================
.. automodule:: deluge.config
.. autoclass:: Config
:show-inheritance:
:members:
:undoc-members:
.. automethod:: __setitem__
.. automethod:: __getitem__