diff -r 000000000000 -r 2e8eeb919028 configurationengine/doc/api/api.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/configurationengine/doc/api/api.rst Thu Mar 11 17:04:37 2010 +0200 @@ -0,0 +1,13 @@ +Cone API +======== +The Cone API consists of submodules that contain the actual api implementations. The modules are splitted according to the purpose of use. +* public api is the main public interface that Cone offers. +* plugin api is the interface which defines all plugin extension base classes and a general plugin framework. + +modules: + +.. toctree:: + + public + plugin + howto