summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2014-07-01 01:25:18 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2014-07-01 01:25:18 +0200
commit85de8f7e5a56edb97e36ae2a5ed3c68609b234fe (patch)
treee3a81c69559c28411a185ba836164c0c76e3b978
parent1cf1bd61b1f9d66fb492ee99d13f2715c3b03678 (diff)
downloadpluginbase-85de8f7e5a56edb97e36ae2a5ed3c68609b234fe.tar.gz
Added example link to the docs
-rw-r--r--docs/index.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index a5c45e7..ff9a393 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -48,6 +48,9 @@ Step 3:
my_plugin = plugin_source.load_plugin('my_plugin')
+For a more complex example see the one from the git repo:
+`pluginbase-example <https://github.com/mitsuhiko/pluginbase/tree/master/example>`__.
+
Installation
------------