From b3e0b4744bbbe57be4c013e040cf4b7d76806e48 Mon Sep 17 00:00:00 2001 From: Stefano Borini <sborini@enthought.com> Date: Fri, 25 Aug 2017 11:05:50 +0100 Subject: [PATCH] Added a note about the available example plugin --- doc/source/plugin_development.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/plugin_development.rst b/doc/source/plugin_development.rst index b8b7332..ee2c083 100644 --- a/doc/source/plugin_development.rst +++ b/doc/source/plugin_development.rst @@ -5,6 +5,10 @@ A single Plugin can provide one or more of the pluggable entities described elsewhere (MCO/KPICalculators/DataSources/NotificationListeners/UIHooks). Multiple plugins can be installed to provide a broad range of functionalities. +An example plugin implementation is available at: + +https://github.com/force-h2020/force-bdss-plugin-enthought-example + Plugins must return Factories. Each Factory provides factory methods for one of the above pluggable entities and its associated classes. -- GitLab