From a6b5a69612f4dd744be20c326152a9d892150f98 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 3 Jan 2013 17:14:02 +0100 Subject: seperate api into several components --- docs/api/components.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/api/components.rst (limited to 'docs/api/components.rst') diff --git a/docs/api/components.rst b/docs/api/components.rst new file mode 100644 index 000000000..90994b0df --- /dev/null +++ b/docs/api/components.rst @@ -0,0 +1,13 @@ +.. _components: + +Components +========== + +The API consists of different parts, all combined and accessible over one interface. A summary and documetation +of the available components listed by topic can be found below. + +.. autosummary:: + :toctree: module + + module.api.CoreApi.CoreApi + module.api.ConfigApi.ConfigApi \ No newline at end of file -- cgit v1.2.3