diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-09-08 01:41:49 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-09-14 11:04:01 +0200 |
commit | 18959723a24867c9574644d9b3c3c901392d3292 (patch) | |
tree | 9ec269d6d8fe853bd4989179e031f16839a0934e /docs/extend_pyload.rst | |
parent | JsEngine rewritten + utils updated (diff) | |
download | pyload-18959723a24867c9574644d9b3c3c901392d3292.tar.xz |
Docs cleanup + remove script directory
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 |