diff options
author | Dan Timoney <dtimoney@att.com> | 2017-10-11 11:51:09 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-10-11 11:52:58 -0400 |
commit | 69afaf3212efcdbf90ed365a1b64e8f87765390b (patch) | |
tree | 0b8f636adc348d53cb0e67c4051839f640076f42 /docs/architecture.rst | |
parent | c6856e5f2932485bc2f037e77e5445c2cab37f53 (diff) |
Add readthedocs skeleton files to sli/adaptors
Add readthedocs sections to sli/adaptors
Change-Id: I129db2b2b553165f18e69cfffd056b89d5c09f36
Issue-ID: CCSDK-107
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r-- | docs/architecture.rst | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst new file mode 100644 index 00000000..8daa0d3b --- /dev/null +++ b/docs/architecture.rst @@ -0,0 +1,27 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +Architecture +============ + +.. note:: + * This section is used to describe a software component from a high level + view of capability, common usage scenarios, and interactions with other + components required in the usage scenarios. + + * The architecture section is typically: provided in a platform-component + and sdk collections; and referenced from developer and user guides. + + * This note must be removed after content has been added. + + +Capabilities +------------ + + +Usage Scenarios +--------------- + + +Interactions +------------ |