diff options
author | Dan Timoney <dtimoney@att.com> | 2017-10-12 09:04:22 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-10-12 09:04:22 -0400 |
commit | adef520003cc54ae60fc62154df8caacb0610243 (patch) | |
tree | 414084e9852702af72d6bb4aec84c9a6d076c10c /docs/architecture.rst | |
parent | 73d1bd7ab120c112f0febbcfa5b549be7e9754ea (diff) |
Add readthedocs documentation for sli/northbound
Add readthedocs documentation for sli/northbound.
Change-Id: I8ca9d7e839408094ab3754500d71fe7463f0b0e4
Issue-ID: CCSDK-107
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r-- | docs/architecture.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst new file mode 100644 index 000000000..f2648df37 --- /dev/null +++ b/docs/architecture.rst @@ -0,0 +1,12 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +Architecture +============ + + +Capabilities +------------ +This repository contains source code and Yang models for the northbound interfaces +used to process updates from SDC (ASDC-API) and for processing data change notifications +from A&AI (dataChange). |