configurationengine/doc/plugins/dev-plugin/index.rst
changeset 0 2e8eeb919028
child 3 e7e0ae78773e
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 .. _plugin-howto:
       
     2 
       
     3 How to create a ConE plug-in
       
     4 ============================
       
     5 
       
     6 This page contains a description of ConE's plug-in interface, a description of
       
     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.
       
     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.
       
    11 
       
    12 The instructions assume that the used development environment is Eclipse/PyDev.
       
    13 
       
    14 .. toctree::
       
    15     :maxdepth: 3
       
    16     
       
    17     plugin-interface
       
    18     example-plugin
       
    19     steps