configurationengine/doc/plugins/dev-plugin/index.rst
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
     1 .. _plugin-howto:
     1 .. _plugin-howto:
     2 
     2 
     3 How to create a ConE plug-in
     3 How to create an implementation plug-in for ConE
     4 ============================
     4 ================================================
     5 
     5 
     6 This page contains a description of ConE's plug-in interface, a description of
     6 This page contains a description of 
     7 an example plug-in intended to be used as a template for creating new plug-ins,
     7 an example plug-in intended to be used as a template for creating new plug-ins,
     8 and step-by-step instructions for creating a new ConE plug-in based on the template.
     8 and step-by-step instructions for creating a new ConE implementation plug-in based on the template.
     9 The impatient can simply skip to the step-by-step instructions, by it is recommended
     9 The impatient can simply skip to the step-by-step instructions, by it is recommended
    10 to read the also the plug-in interface and example plug-in descriptions.
    10 to read the also the :ref:`plug-in interface <plugin-howto-plugin-interface>` and example plug-in descriptions.
    11 
    11 
    12 The instructions assume that the used development environment is Eclipse/PyDev.
    12 The instructions assume that the used development environment is Eclipse/PyDev.
    13 
    13 
    14 .. toctree::
    14 .. toctree::
    15     :maxdepth: 3
    15     :maxdepth: 3
    16     
    16     
    17     plugin-interface
       
    18     example-plugin
    17     example-plugin
    19     steps
    18     steps