configurationengine/doc/api/api.rst
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
     1 Cone API
     1 
       
     2 .. _cone-api:
       
     3 ConE API
     2 ========
     4 ========
       
     5 
     3 The Cone API consists of submodules that contain the actual api implementations. The modules are splitted according to the purpose of use. 
     6 The Cone API consists of submodules that contain the actual api implementations. The modules are splitted according to the purpose of use. 
     4 * public api is the main public interface that Cone offers.
     7 * public api is the main public interface that Cone offers.
     5 * plugin api is the interface which defines all plugin extension base classes and a general plugin framework.
     8 * plugin api is the interface which defines all plugin extension base classes and a general plugin framework.
     6 
     9 
     7 modules:
    10 modules:
     8 
    11 
     9 .. toctree::
    12 .. toctree::
    10 
    13     :maxdepth: 3
       
    14     
    11     public
    15     public
    12     plugin
    16     plugin
    13     howto