diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-01-29 20:09:11 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-01-29 20:09:11 +0100 |
commit | 180a9ee57a6f4eaa5f4bdd7a272057231f6a5c88 (patch) | |
tree | 2c9f71dbe7122552aec0460344f2d4722df1f176 /docs/plugins/overview.rst | |
parent | closed #523 (diff) | |
download | pyload-180a9ee57a6f4eaa5f4bdd7a272057231f6a5c88.tar.xz |
doc for base plugin
Diffstat (limited to 'docs/plugins/overview.rst')
-rwxr-xr-x | docs/plugins/overview.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/plugins/overview.rst b/docs/plugins/overview.rst index 23913b787..68ad96dfd 100755 --- a/docs/plugins/overview.rst +++ b/docs/plugins/overview.rst @@ -14,7 +14,7 @@ Extending pyLoad pyLoad offers an comfortable and powerful plugin system to make extending possible. With it you only need to have some python knowledge and can just start right away writing your own plugins. This document gives you an overwiew about the -conceptual part. You should not left out the `Base` part, since it contains basic functionality for all plugins types. +conceptual part. You should not left out the :doc:`Base <base_plugin>` part, since it contains basic functionality for all plugins types. .. rubric:: Contents |