author | terytkon |
Sat, 06 Nov 2010 16:59:14 +0200 | |
changeset 9 | 63964d875993 |
parent 3 | e7e0ae78773e |
permissions | -rw-r--r-- |
3 | 1 |
|
2 |
.. _cone-api: |
|
3 |
ConE API |
|
0 | 4 |
======== |
3 | 5 |
|
0 | 6 |
The Cone API consists of submodules that contain the actual api implementations. The modules are splitted according to the purpose of use. |
7 |
* public api is the main public interface that Cone offers. |
|
8 |
* plugin api is the interface which defines all plugin extension base classes and a general plugin framework. |
|
9 |
||
10 |
modules: |
|
11 |
||
12 |
.. toctree:: |
|
3 | 13 |
:maxdepth: 3 |
14 |
||
0 | 15 |
public |
16 |
plugin |