[docs] Add API documentation 27/627/1
authorCristina Pauna <cristina.pauna@enea.com>
Tue, 7 May 2019 12:57:57 +0000 (15:57 +0300)
committerCristina Pauna <cristina.pauna@enea.com>
Tue, 7 May 2019 13:01:37 +0000 (16:01 +0300)
Since we don't expose any APIs in this release, the patch adds only
stubs that will be filled in in the future.

Change-Id: I2fb955b716e8f0f62fe2374811b1d71c9b230bac
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
docs/index.rst
docs/release/api/api.rst [new file with mode: 0644]
docs/release/api/index.rst [new file with mode: 0644]

index 1086714..19c9757 100644 (file)
@@ -14,3 +14,4 @@ Integrated Edge Cloud
 
    release/release-notes/index
    release/installation/index
+   release/api/index
diff --git a/docs/release/api/api.rst b/docs/release/api/api.rst
new file mode 100644 (file)
index 0000000..a354824
--- /dev/null
@@ -0,0 +1,17 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) Akraino Project, Inc. and its contributors
+
+***************
+Akraino IEC API
+***************
+
+
+Introduction
+============
+The purpose of this Document is to enumerate the APIs which are exposed by
+IEC Akraino Blue print project to the external projects Akraino/Non Akraino
+for interaction/integration.
+
+In Akraino Release 1 there aren't any APIs exposed by IEC project, but it is
+expected to have APIs in future releases.
diff --git a/docs/release/api/index.rst b/docs/release/api/index.rst
new file mode 100644 (file)
index 0000000..9162306
--- /dev/null
@@ -0,0 +1,11 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) Akraino Project, Inc. and its contributors
+
+.. _iec-api:
+
+.. toctree::
+   :maxdepth: 2
+
+   api.rst
+