diff options
author | Rich Bennett <rb2745@att.com> | 2017-11-03 15:27:24 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-11-03 15:49:05 -0400 |
commit | 6dd9b673e71a47ce43acfa8303e7b1156613021e (patch) | |
tree | 0e1085b1c19fad7d9720e8a14c9c7d6c517a8a1c /docs/guides/onap-developer | |
parent | 8a6e66741b67cd3579ebbfc864cff5c67ea2911a (diff) |
Multiple editorial improvements
Release notes expanded outline and content
Release notes for doc projet
Remove aai/sparky-fe submodule combined with spark-be
Remove Module & Renamed Index and Search
Change-Id: I4eeabee3604f1ffc4bb02dd4125a1770a77812d1
Issue-ID: DOC-147
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs/guides/onap-developer')
-rw-r--r-- | docs/guides/onap-developer/apiref/index.rst | 9 | ||||
-rw-r--r-- | docs/guides/onap-developer/architecture/index.rst | 11 | ||||
-rw-r--r-- | docs/guides/onap-developer/index.rst | 1 | ||||
-rw-r--r-- | docs/guides/onap-developer/tutorials/index.rst | 6 | ||||
-rw-r--r-- | docs/guides/onap-developer/tutorials/platform/index.rst | 8 |
5 files changed, 29 insertions, 6 deletions
diff --git a/docs/guides/onap-developer/apiref/index.rst b/docs/guides/onap-developer/apiref/index.rst new file mode 100644 index 000000000..bad279375 --- /dev/null +++ b/docs/guides/onap-developer/apiref/index.rst @@ -0,0 +1,9 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 + International License. http://creativecommons.org/licenses/by/4.0 + Copyright 2017 AT&T Intellectual Property. All rights reserved. + +.. _doc-apiref: + +API Reference +============= + diff --git a/docs/guides/onap-developer/architecture/index.rst b/docs/guides/onap-developer/architecture/index.rst index 8e9fadfac..1bb57cfaf 100644 --- a/docs/guides/onap-developer/architecture/index.rst +++ b/docs/guides/onap-developer/architecture/index.rst @@ -1,7 +1,9 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. Copyright 2017 AT&T Intellectual Property. All rights reserved. +.. This work is licensed under a Creative Commons Attribution 4.0 + International License. http://creativecommons.org/licenses/by/4.0 + Copyright 2017 AT&T Intellectual Property. All rights reserved. + +.. _doc-architecture: Architecture ============ @@ -79,7 +81,6 @@ Common Services AAI ESR UI <../../../submodules/aai/esr-gui.git/docs/platform/architecture.rst> AAI ESR Server <../../../submodules/aai/esr-server.git/docs/platform/architecture.rst> ../../../submodules/aai/sparky-be.git/docs/architecture.rst - ../../../submodules/aai/sparky-fe.git/docs/architecture.rst ../../../submodules/dmaap/messagerouter/messageservice.git/docs/architecture.rst MSB - Microservices Bus <../../../submodules/msb/apigateway.git/docs/platform/architecture.rst> ../../../submodules/msb/discovery.git/docs/architecture.rst @@ -108,7 +109,7 @@ SDKs ../../../submodules/ccsdk/storage/esaas.git/docs/architecture.rst ../../../submodules/ccsdk/storage/pgaas.git/docs/architecture.rst ../../../submodules/ccsdk/utils.git/docs/architecture.rst - ../../../submodules/portal.git/docs/portal-sdk/architecture.rst + Portal <../../../submodules/portal.git/docs/tutorials/portal-sdk/architecture.rst> ../../../submodules/vnfsdk/model.git/docs/architecture.rst Other diff --git a/docs/guides/onap-developer/index.rst b/docs/guides/onap-developer/index.rst index 4787f52ec..13c7372cb 100644 --- a/docs/guides/onap-developer/index.rst +++ b/docs/guides/onap-developer/index.rst @@ -14,4 +14,5 @@ Describe the kinds of references, tutorials, specifications provided for develop settingup/index developing/index how-to-use-docs/index + apiref/index diff --git a/docs/guides/onap-developer/tutorials/index.rst b/docs/guides/onap-developer/tutorials/index.rst index 5864e4d8c..4519eaebc 100644 --- a/docs/guides/onap-developer/tutorials/index.rst +++ b/docs/guides/onap-developer/tutorials/index.rst @@ -3,5 +3,9 @@ Tutorials ========= +.. toctree:: + :maxdepth: 1 + :titlesonly: - + + platform/index.rst diff --git a/docs/guides/onap-developer/tutorials/platform/index.rst b/docs/guides/onap-developer/tutorials/platform/index.rst new file mode 100644 index 000000000..75cbadfa0 --- /dev/null +++ b/docs/guides/onap-developer/tutorials/platform/index.rst @@ -0,0 +1,8 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 + International License. http://creativecommons.org/licenses/by/4.0 + Copyright 2017 AT&T Intellectual Property. All rights reserved. + +.. _demo-installing-running-onap: + +Installing & Running ONAP +========================= |