fix 4 repo wrong position 43/4043/1
authorweichen <niweichen@chinamobile.com>
Wed, 10 Jun 2020 03:41:48 +0000 (23:41 -0400)
committerweichen <niweichen@chinamobile.com>
Wed, 10 Jun 2020 03:42:23 +0000 (23:42 -0400)
Signed-off-by: weichen <niweichen@chinamobile.com>
Change-Id: I9c8739a121016af867882361aad142a38e3dbd6a

docs/conf.py
docs/projects.rst
docs/release-notes.rst

index 5427abe..85890dc 100644 (file)
@@ -16,6 +16,11 @@ intersphinx_mapping['ric-app-ml'] = ('https://docs.o-ran-sc.org/projects/o-ran-s
 intersphinx_mapping['com-gs-lite'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-com-gs-lite/en/%s' % branch, None)
 intersphinx_mapping['ric-app-admin'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-app-admin/en/%s' % branch, None)
 intersphinx_mapping['ric-app-kpimon'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-app-kpimon/en/%s' % branch, None)
+intersphinx_mapping['ric-plt-alarm-go'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-plt-alarm-go/en/%s' % branch, None)
+intersphinx_mapping['ric-app-hw'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-app-hw/en/%s' % branch, None)
+intersphinx_mapping['ric-app-qp'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-app-qp/en/%s' % branch, None)
+intersphinx_mapping['ric-app-ts'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-app-ts/en/%s' % branch, None)
+
 
 
 #(near realtime)RIC platform
@@ -41,10 +46,7 @@ intersphinx_mapping['ric-plt-xapp-frame'] = ('https://docs.o-ran-sc.org/projects
 intersphinx_mapping['ric-plt-asn1-documents'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-plt-asn1-documents/en/%s' % branch, None)
 intersphinx_mapping['ric-plt-streaming-protobufs'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-plt-streaming-protobufs/en/%s' % branch, None)
 intersphinx_mapping['ric-plt-resource-status-manager'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-plt-resource-status-manager/en/%s' % branch, None)
-intersphinx_mapping['ric-plt-alarm-go'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-plt-alarm-go/en/%s' % branch, None)
-intersphinx_mapping['ric-app-hw'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-app-hw/en/%s' % branch, None)
-intersphinx_mapping['ric-app-qp'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-app-qp/en/%s' % branch, None)
-intersphinx_mapping['ric-app-ts'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-app-ts/en/%s' % branch, None)
+
 
 
 
index 04546cf..a944016 100644 (file)
@@ -14,11 +14,15 @@ RICAPP includes open source sample xAPPs and platform applications that can we u
 
 More detailed function documentation can be found as follow:
 
+* :doc:`Alarm Go Library <ric-plt-alarm-go:index>`
 * :doc:`Admission Control xAPP <ric-app-admin:index>`
 * :doc:`GS-lite Stream Processing Engine <com-gs-lite:index>`
+* :doc:`HelloWorld xAPP  <ric-app-hw:index>`
 * :doc:`KPI monitoring <ric-app-kpimon:index>`
+* :doc:`QoE Predictor xApp <ric-app-qp:index>`
 * :doc:`RIC APP ML <ric-app-ml:index>`
 * :doc:`RIC Measurement Campaign (MC) xApp <ric-app-mc:index>`
+* :doc:`Traffic Steering xAPP <ric-app-ts:index>`
 
 
 Near Realtime RAN Intelligent Controller (RIC)
@@ -28,18 +32,15 @@ This project a initial RIC Platform to support xAPPs with limited support for O1
 More detailed function documentation can be found as follow:
 
 * :doc:`A1 <ric-plt-a1:index>`
-* :doc:`Alarm Go Library <ric-plt-alarm-go:index>`
 * :doc:`ASN.1 Documents <ric-plt-asn1-documents:index>`
 * :doc:`DBAAS <ric-plt-dbaas:index>`
 * :doc:`E2 <ric-plt-e2:index>`
 * :doc:`E2MGR <ric-plt-e2mgr:index>`
 * :doc:`GOLOG <com-golog:index>`
-* :doc:`HelloWorld xAPP  <ric-app-hw:index>`
 * :doc:`Jaegeradapter <ric-plt-jaegeradapter:index>`
 * :doc:`LOG <com-log:index>`
 * :doc:`nodeb-rnib <ric-plt-nodeb-rnib:index>`
 * :doc:`PYLOG <com-pylog:index>`
-* :doc:`QoE Predictor xApp <ric-app-qp:index>`
 * :doc:`Reasouce Status Manager <ric-plt-resource-status-manager:index>`
 * :doc:`RIC Message Router <ric-plt-lib-rmr:index>`
 * :doc:`Routing Manager <ric-plt-rtmgr:index>`
@@ -49,7 +50,6 @@ More detailed function documentation can be found as follow:
 * :doc:`Subscription Manager <ric-plt-submgr:index>`
 * :doc:`Tracelibcpp <ric-plt-tracelibcpp:index>`
 * :doc:`Tracelibgo <ric-plt-tracelibgo:index>`
-* :doc:`Traffic Steering xAPP <ric-app-ts:index>`
 * :doc:`Vespamgr <ric-plt-vespamgr:index>`
 
 
index d3237e6..9a7f5e0 100644 (file)
@@ -37,6 +37,7 @@ Release Summary
 RAN Intelligent Controller Applications (RICAPP) features 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
+.. * :doc:`Alarm Go Library Release-notes <ric-plt-alarm-go:release-notes>`
 
 The AC xAPP, which supports full closed loop control as well as report mode operation for admission control of SgNB Addition requests, reporting of metrics over VES, and configuration of single instance policies via the A1-Interface.
 
@@ -49,11 +50,21 @@ It is a fork of cask/tigon (https://github.com/cdapio/tigon) maintained to serve
 * :doc:`GS-lite Stream Processing Engine Release-notes <com-gs-lite:release-notes>`
 
 
+The HelloWorld(HW) xAPP repository contains open-source code for a prototype xAPP for near real-time RAN Intelligent Controller. 
+
+* :doc:`HelloWorld xAPP Release-notes <ric-app-hw:release-notes>`
+
+
 The KPI Mon xAPP, which supports full closed loop control for CuCpResourceStatusReport from multiple gNBs and stores the metrics in Redis DB.
 
 * :doc:`KPI monitoring Release-notes <ric-app-kpimon:release-notes>`
 
 
+QoE Predictor (QP) is an Xapp in the Traffic Steering O-RAN use case.
+
+* :doc:`QoE Predictor xApp Release-notes <ric-app-qp:release-notes>`
+
+
 The Acumos xAPP adapter, which contains the code needed to use an existing Acumos microservice as an O-RAN xAPP, by providing “glue” that listens and speaks RMR protocol and translates these into calls to the Acumos microservice, which is co-deployed in the same pod as the adapter.
 
 * :doc:`RIC APP ML Release-notes <ric-app-ml:release-notes>`
@@ -72,7 +83,6 @@ The RAN Intelligent Controller (RIC) Platform’s A1 Mediator component listens
 
 * :doc:`A1 Release-notes <ric-plt-a1:release-notes>`
 
-.. * :doc:`Alarm Go Library Release-notes <ric-plt-alarm-go:release-notes>`
 
 Asn1-documents, which contains a description of the E2 used in the near-RT RIC implementation under O-RAN-SC.
 
@@ -91,11 +101,6 @@ Golang, which is an implementation of a structured logging library with Mapped D
 * :doc:`GOLOG Release-notes <com-golog:release-notes>`
 
 
-The HelloWorld(HW) xAPP repository contains open-source code for a prototype xAPP for near real-time RAN Intelligent Controller. 
-
-* :doc:`HelloWorld xAPP Release-notes <ric-app-hw:release-notes>`
-
-
 Jaegeradapter, which contains jaeger configuration files. This first version only supports configuration for a jaeger-all-in-one deployment.
 
 * :doc:`Jaegeradapter Release-notes <ric-plt-jaegeradapter:release-notes>`
@@ -111,11 +116,6 @@ PYLOG, which implements a structured logging library with Mapped Diagnostic Cont
 
 * :doc:`PYLOG Release-notes <com-pylog:release-notes>`
 
-
-QoE Predictor (QP) is an Xapp in the Traffic Steering O-RAN use case.
-
-* :doc:`QoE Predictor xApp Release-notes <ric-app-qp:release-notes>`
-
 .. * :doc:`Resource Status Manager Release-notes <ric-plt-resouce-status-manager:release-notes>`
 .. * :doc:`RIC Message Router Release-notes <ric-plt-lib-rmr:release-notes>`
 .. * :doc:`Routing Manager Release-notes <ric-plt-rtmgr:release-notes>`