configurationengine/doc/api/public.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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
     1
.. _cone-public-api:
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     2
3
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
     3
Using ConE public API
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
     4
=====================
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
3
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
     6
Cone public API is the main interface of Cone. 
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
3
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
     8
Developing with ConE API
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
     9
------------------------ 
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
    10
The ConE public API is described most accurately in the generated api documentation, which can be used as a reference guide.
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
3
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
    12
* See `Cone API epydoc <../epydoc/index.html>`_ reference guide.
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
3
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
    14
Example usage of ConE public API
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
    15
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
    16
The below section is a example orientated desciption of ConE public api usage. 
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
3
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
    18
.. toctree::
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
3
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
    20
    howto
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    21