summaryrefslogtreecommitdiffstats
path: root/docs/module_overview.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/module_overview.rst')
-rw-r--r--docs/module_overview.rst22
1 files changed, 12 insertions, 10 deletions
diff --git a/docs/module_overview.rst b/docs/module_overview.rst
index d51202c88..9a2d445b6 100644
--- a/docs/module_overview.rst
+++ b/docs/module_overview.rst
@@ -1,17 +1,19 @@
+.. _module_overview:
+
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.plugin.Plugin.Base
+ pyload.plugin.Plugin.Plugin
+ pyload.plugin.Crypter.Crypter
+ pyload.plugin.Account.Account
+ pyload.plugin.Addon.Addon
+ pyload.manager.Addon.AddonManager
+ pyload.datatypes.PyFile.PyFile
+ pyload.datatypes.PyPackage.PyPackage