summaryrefslogtreecommitdiffstats
path: root/docs/module_overview.rst
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-09-08 00:29:57 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-09-14 11:02:23 +0200
commit68d662e689cd42687341c550fb6ebb74e6968d21 (patch)
tree486cef41bd928b8db704894233b2cef94a6e346f /docs/module_overview.rst
parentsave_join -> safe_join & save_path -> safe_filename (diff)
downloadpyload-68d662e689cd42687341c550fb6ebb74e6968d21.tar.xz
module -> pyload
Diffstat (limited to 'docs/module_overview.rst')
-rw-r--r--docs/module_overview.rst20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/module_overview.rst b/docs/module_overview.rst
index d51202c88..8cea3874b 100644
--- a/docs/module_overview.rst
+++ b/docs/module_overview.rst
@@ -4,14 +4,14 @@ Module Overview
You can find an overview of some important classes here:
.. autosummary::
- :toctree: module
+ :toctree: pyload
- module.Api.Api
- module.plugins.Plugin.Base
- module.plugins.Plugin.Plugin
- module.plugins.Crypter.Crypter
- module.plugins.Account.Account
- module.plugins.Hook.Hook
- module.HookManager.HookManager
- module.PyFile.PyFile
- module.PyPackage.PyPackage
+ pyload.Api.Api
+ pyload.plugins.Plugin.Base
+ pyload.plugins.Plugin.Plugin
+ pyload.plugins.Crypter.Crypter
+ pyload.plugins.Account.Account
+ pyload.plugins.Hook.Hook
+ pyload.HookManager.HookManager
+ pyload.PyFile.PyFile
+ pyload.PyPackage.PyPackage