summaryrefslogtreecommitdiffstats
path: root/docs/extend_pyload.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/extend_pyload.rst')
-rwxr-xr-xdocs/extend_pyload.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/extend_pyload.rst b/docs/extend_pyload.rst
index 337cb6854..ccd4ac203 100755
--- a/docs/extend_pyload.rst
+++ b/docs/extend_pyload.rst
@@ -1,7 +1,7 @@
.. _extend_pyload:
********************
-How to extend pyLoad
+How to extend pyLoad
********************
In general there a two different plugin types. These allow everybody to write powerful, modular plugins without knowing
@@ -9,5 +9,6 @@ every detail of the pyLoad core. However you should have some basic knowledge of
.. toctree::
- write_hooks.rst
- write_plugins.rst \ No newline at end of file
+ write_addons.rst
+ write_plugins.rst
+ write_scripts.rst