diff options
Diffstat (limited to 'docs/extend_pyload.rst')
-rwxr-xr-x | docs/extend_pyload.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/extend_pyload.rst b/docs/extend_pyload.rst new file mode 100755 index 000000000..337cb6854 --- /dev/null +++ b/docs/extend_pyload.rst @@ -0,0 +1,13 @@ +.. _extend_pyload: + +******************** +How to extend pyLoad +******************** + +In general there a two different plugin types. These allow everybody to write powerful, modular plugins without knowing +every detail of the pyLoad core. However you should have some basic knowledge of python. + +.. toctree:: + + write_hooks.rst + write_plugins.rst
\ No newline at end of file |