From 6dd9b673e71a47ce43acfa8303e7b1156613021e Mon Sep 17 00:00:00 2001
From: Rich Bennett <rb2745@att.com>
Date: Fri, 3 Nov 2017 15:27:24 -0400
Subject: 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>
---
 docs/guides/onap-developer/apiref/index.rst             |  9 +++++++++
 docs/guides/onap-developer/architecture/index.rst       | 11 ++++++-----
 docs/guides/onap-developer/index.rst                    |  1 +
 docs/guides/onap-developer/tutorials/index.rst          |  6 +++++-
 docs/guides/onap-developer/tutorials/platform/index.rst |  8 ++++++++
 5 files changed, 29 insertions(+), 6 deletions(-)
 create mode 100644 docs/guides/onap-developer/apiref/index.rst
 create mode 100644 docs/guides/onap-developer/tutorials/platform/index.rst

(limited to 'docs/guides/onap-developer')

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
+=========================
-- 
cgit