configurationengine/doc/plugins/dev-plugin/index.rst
author terytkon
Sat, 06 Nov 2010 16:59:14 +0200
changeset 9 63964d875993
parent 3 e7e0ae78773e
permissions -rw-r--r--
Merge changes to system model generator to SF tip.

.. _plugin-howto:

How to create an implementation plug-in for ConE
================================================

This page contains 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 implementation 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 :ref:`plug-in interface <plugin-howto-plugin-interface>` and example plug-in descriptions.

The instructions assume that the used development environment is Eclipse/PyDev.

.. toctree::
    :maxdepth: 3
    
    example-plugin
    steps