diff options
Diffstat (limited to 'docs/extend_pyload.rst')
| -rwxr-xr-x | docs/extend_pyload.rst | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/extend_pyload.rst b/docs/extend_pyload.rst index e8b60b63c..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_addons.rst      write_plugins.rst +    write_scripts.rst  | 
