summaryrefslogtreecommitdiffstats
path: root/docs/plugins/overview.rst
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-02-05 17:27:13 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-02-05 17:27:13 +0100
commitda4cf026ad116518fefc3429b74a8cd94aeef73f (patch)
treef555fde96747f27ae5fb2f258b0290e368d9d5ee /docs/plugins/overview.rst
parentclosed #261 (diff)
downloadpyload-da4cf026ad116518fefc3429b74a8cd94aeef73f.tar.xz
updated documentation + diagrams
Diffstat (limited to 'docs/plugins/overview.rst')
-rwxr-xr-xdocs/plugins/overview.rst5
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