diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-02-05 17:27:13 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-02-05 17:27:13 +0100 |
commit | da4cf026ad116518fefc3429b74a8cd94aeef73f (patch) | |
tree | f555fde96747f27ae5fb2f258b0290e368d9d5ee /docs/plugins/overview.rst | |
parent | closed #261 (diff) | |
download | pyload-da4cf026ad116518fefc3429b74a8cd94aeef73f.tar.xz |
updated documentation + diagrams
Diffstat (limited to 'docs/plugins/overview.rst')
-rwxr-xr-x | docs/plugins/overview.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/plugins/overview.rst b/docs/plugins/overview.rst index 68ad96dfd..0388db7e2 100755 --- a/docs/plugins/overview.rst +++ b/docs/plugins/overview.rst @@ -15,6 +15,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 :doc:`Base <base_plugin>` part, since it contains basic functionality for all plugins types. +A class diagram visualizing the relationship can be find below [1]_ .. rubric:: Contents @@ -28,4 +29,6 @@ conceptual part. You should not left out the :doc:`Base <base_plugin>` part, sin -.. rubric:: Footnotes
\ No newline at end of file +.. rubric:: Footnotes + +.. [1] :ref:`plugin_hierarchy`
\ No newline at end of file |