diff -r 000000000000 -r 2e8eeb919028 configurationengine/doc/plugins/dev-plugin/index.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/configurationengine/doc/plugins/dev-plugin/index.rst Thu Mar 11 17:04:37 2010 +0200 @@ -0,0 +1,19 @@ +.. _plugin-howto: + +How to create a ConE plug-in +============================ + +This page contains a description of ConE's plug-in interface, a description of +an example plug-in intended to be used as a template for creating new plug-ins, +and step-by-step instructions for creating a new ConE plug-in based on the template. +The impatient can simply skip to the step-by-step instructions, by it is recommended +to read the also the plug-in interface and example plug-in descriptions. + +The instructions assume that the used development environment is Eclipse/PyDev. + +.. toctree:: + :maxdepth: 3 + + plugin-interface + example-plugin + steps