Cherry Maintenance Doc updates 12/5512/3
authorJohnKeeney <john.keeney@est.tech>
Tue, 26 Jan 2021 21:56:24 +0000 (21:56 +0000)
committerecaiyanlinux <martin.c.yan@est.tech>
Wed, 27 Jan 2021 08:08:40 +0000 (09:08 +0100)
Issue-Id: NONRTRIC-377
Change-Id: Idb4b7f1964e76c36906f04f61cfa4692053f4e08
Signed-off-by: JohnKeeney <john.keeney@est.tech>
docs/developer-guide.rst
docs/index.rst
docs/installation-guide.rst [deleted file]

index eacc3d0..6bda14d 100644 (file)
@@ -1,6 +1,6 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. SPDX-License-Identifier: CC-BY-4.0
-.. Copyright (C) 2020 Nordix
+.. Copyright (C) 2021 Nordix
 
 Developer Guide
 ===============
@@ -10,41 +10,46 @@ This document provides a quickstart for developers of the Non-RT RIC Control Pan
 The Non-RT RIC Control Panel is an interface that allows human users to create, edit and delete policy instances, for
 each existing policy type. The policy types and their definitions are retrieved from each Near-RT RIC.
 
-See the README.md file in the nonrtric-controlpanel repo for info about how to use it.
+See the *README.md* file in the nonrtric-controlpanel repo for info about how to use it.
 
-Start the Control Panel for development
-=======================================
+Start the Control Panel
+=======================
 
 To run the Control Panel locally for development with simulated services, follow these steps:
 
-- Fetch the latest code from `gerrit`_
+Fetch the code
+--------------
 
-.. _gerrit: https://gerrit.o-ran-sc.org/r/admin/repos/nonrtric-controlpanel
+Fetch the latest code from `gerrit (nonrtric-controlpanel) <https://gerrit.o-ran-sc.org/r/admin/repos/nonrtric-controlpanel>`_
 
-- Start the backend:
+Start the backend
+-----------------
 
-    cd webapp-backend
+::
 
+    cd webapp-backend
     mvn clean install
-
     mvn -Dorg.oransc.portal.nonrtric.controlpanel=mock -Dtest=ControlPanelTestServer -DfailIfNoTests=false test
 
 
-Now you can open URL:  `localhost:8080`_ in a browser to access the backend directly.
+Now you can open URL:  `localhost:8080`_ in a browser to access the backend directly.
 
 .. _localhost:8080: http://localhost:8080
 
-Start the frontend:
+Start the frontend
+------------------
 
-    cd webapp-frontend
+::
 
+    cd webapp-frontend
     ./ng serve --proxy-config proxy.conf.json
 
-- Now you can open URL:  `localhost:4200`_ in a browser to access the Control Panel.
+
+Now you can open URL:  `localhost:4200`_ in a browser to access the Control Panel.
 
 .. _localhost:4200: http://localhost:4200
 
-From the main page, click on the "Policy Control" card. From here, it is possible to create or list instances for each
+From the main page, click on the **Policy Control** card. From here, it is possible to create or list instances for each
 existing policy type.
 
 When the instances are listed, it is possible to edit or delete each instance from the expanded view.
@@ -57,4 +62,4 @@ End-to-end call
 
 In order to make a complete end-to-end call, follow the instructions given in this `guide`_.
 
-.. _guide: https://wiki.o-ran-sc.org/pages/viewpage.action?pageId=12157166
\ No newline at end of file
+.. _guide: https://wiki.o-ran-sc.org/pages/viewpage.action?pageId=20878049
\ No newline at end of file
index 2ca5b08..d1f2c95 100644 (file)
@@ -1,6 +1,6 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. SPDX-License-Identifier: CC-BY-4.0
-.. Copyright (C) 2020 Nordix
+.. Copyright (C) 2021 Nordix
 
 Non-RT RIC Control Panel
 ========================
@@ -9,12 +9,9 @@ Non-RT RIC Control Panel
    :maxdepth: 2
    :caption: Contents:
 
-   ./developer-guide.rst
-   ./installation-guide.rst
    ./overview.rst
+   ./developer-guide.rst
    ./release-notes.rst
 
 
-* :ref:`genindex`
-* :ref:`modindex`
 * :ref:`search`
diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst
deleted file mode 100644 (file)
index a2817e7..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-.. Copyright (C) 2020 Nordix
-
-Installation Guide
-==================
-
-.. contents::
-   :depth: 3
-   :local:
-
-Abstract
---------
-
-This document describes how to install the Non-RT RIC Control Panel, its dependencies and required system resources.
-
-This work is in progress. For now, it is possible to use the Non-RT RIC Control Panel.
-
-Version history
-
-+--------------------+--------------------+--------------------+--------------------+
-| **Date**           | **Ver.**           | **Author**         | **Comment**        |
-|                    |                    |                    |                    |
-+--------------------+--------------------+--------------------+--------------------+
-| 2020-03-27         | 0.1.0              | Henrik Andersson   | First draft        |
-|                    |                    |                    |                    |
-+--------------------+--------------------+--------------------+--------------------+
-|                    | 0.1.1              |                    |                    |
-|                    |                    |                    |                    |
-+--------------------+--------------------+--------------------+--------------------+
-|                    | 1.0                |                    |                    |
-|                    |                    |                    |                    |
-|                    |                    |                    |                    |
-+--------------------+--------------------+--------------------+--------------------+
-
-
-