Fix mistakes in docs. 56/11456/3
authorktimoney <kevin.timoney@est.tech>
Fri, 30 Jun 2023 11:21:24 +0000 (12:21 +0100)
committerktimoney <kevin.timoney@est.tech>
Fri, 30 Jun 2023 12:57:57 +0000 (13:57 +0100)
Issue-ID: NONRTRIC-887
Change-Id: I866224247c49430dde73eab457c8c0ca8f4bf9d5
Signed-off-by: ktimoney <kevin.timoney@est.tech>
docs/developer-guide.rst
docs/installation-guide.rst
docs/requirements-docs.txt
nonrtric-gateway/README.md
webapp-frontend/README.md

index bd350c5..839b0e1 100644 (file)
@@ -8,8 +8,7 @@ Developer Guide
 This document provides a quick start for developers of the Non-RT RIC Control Panel.
 
 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. It is also
-possible to change the configuration of available RICs, provided that Consul is not used.
+each existing policy type. The policy types and their definitions are retrieved from each Near-RT RIC. 
 
 Additionally, producers and jobs for the Information coordinator service can be viewed.
 
@@ -78,13 +77,12 @@ When the instances are listed, it is possible to edit or delete each instance fr
 
 .. image:: ./images/non-RT_RIC_controlpanel_Policy.PNG
 
-It is also possible to manage the configuration of available RICs, provided that Consul is not used, from the Control Panel.
 From the menu on the left hand side, select "Policy -> RIC Config".
 
 .. image:: ./images/non-RT_RIC_controlpanel_ric_config.PNG
 
 
-From the main page, click on the "Information information coordinator" card or use the menu on the left hand side of the page.
+From the main page, click on the "Enrichment information coordinator" card or use the menu on the left hand side of the page.
 From here it is possible to view producers and jobs from the Information service,
 
 .. image:: ./images/non-RT_RIC_controlpanel_EI.PNG
index fde64ba..bf843fc 100644 (file)
@@ -49,9 +49,9 @@ Install with Helm
 +++++++++++++++++
 
 Helm charts and an example recipe are provided in the `it/dep repo <https://gerrit.o-ran-sc.org/r/admin/repos/it/dep>`__,
-under "nonrtric". By modifying the variables named "installXXX" in the beginning of the example recipe file, which
-components that will be installed can be controlled. Then the components can be installed and started by running the
-following comand:
+under "nonrtric". By modifying the variables named "installXXX" at the beginning of the example recipe file, the  
+components that will be installed can be controlled. The components can be then be installed and started by running the
+following command:
 
       .. code-block:: bash
 
index 09a0c1c..6c34f75 100644 (file)
@@ -3,3 +3,13 @@ sphinx-rtd-theme
 sphinxcontrib-httpdomain
 recommonmark
 lfdocs-conf
+tox
+doc8
+docutils < 0.17
+setuptools
+six
+sphinxcontrib-needs
+sphinxcontrib-swaggerdoc
+sphinx_bootstrap_theme
+sphinxcontrib-redoc
+urllib3~=1.26.15
index 0b3535c..13f07b4 100644 (file)
@@ -6,7 +6,7 @@ The application is a spring cloud gateway and all the route configurations are p
 
 ## License
 
-Copyright (C) 2021 Nordix Foundation. All rights reserved.
+Copyright (C) 2021-2023 Nordix Foundation. All rights reserved.
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
index 04e40fe..ce03d51 100644 (file)
@@ -38,3 +38,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
+