add 4 repos docs (e2,e2mgr,nodeb-rnib,resource-status-manager) 92/1892/1
authorweichen <niweichen@chinamobile.com>
Mon, 2 Dec 2019 07:42:54 +0000 (02:42 -0500)
committerweichen <niweichen@chinamobile.com>
Mon, 2 Dec 2019 07:42:54 +0000 (02:42 -0500)
Signed-off-by: weichen <niweichen@chinamobile.com>
Change-Id: Id9dd0e0e69e03cb3f613755481dc88b431b4a8df

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

index a4a4a68..3d87c21 100644 (file)
@@ -22,6 +22,9 @@ intersphinx_mapping['com-golog'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc
 intersphinx_mapping['com-pylog'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-com-pylog/en/%s' % branch, None)
 intersphinx_mapping['ric-plt-a1'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-plt-a1/en/%s' % branch, None)
 intersphinx_mapping['ric-plt-dbaas'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-plt-dbaas/en/%s' % branch, None)
+intersphinx_mapping['ric-plt-e2'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-plt-e2/en/%s' % branch, None)
+intersphinx_mapping['ric-plt-e2mgr'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-plt-e2mgr/en/%s' % branch, None)
+intersphinx_mapping['ric-plt-nodeb-rnib'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-plt-nodeb-rnib/en/%s' % branch, None)
 intersphinx_mapping['ric-plt-lib-rmr'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-plt-lib-rmr/en/%s' % branch, None)
 intersphinx_mapping['ric-plt-rtmgr'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-plt-rtmgr/en/%s' % branch, None)
 intersphinx_mapping['ric-plt-sdl'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-plt-sdl/en/%s' % branch, None)
@@ -33,6 +36,7 @@ intersphinx_mapping['ric-plt-tracelibgo'] = ('https://docs.o-ran-sc.org/projects
 intersphinx_mapping['ric-plt-vespamgr'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-plt-vespamgr/en/%s' % branch, None)
 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)
 
 #nonrt ric
 intersphinx_mapping['nonrtric'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric/en/%s' % branch, None)
index 386467d..a0ed922 100644 (file)
@@ -31,17 +31,21 @@ More detailed function documentation can be found as follow:
 * :doc:`PYLOG <com-pylog:index>`
 * :doc:`A1 <ric-plt-a1:index>`
 * :doc:`DBAAS <ric-plt-dbaas:index>`
+* :doc:`E2 <ric-plt-e2:index>`
+* :doc:`E2MGR <ric-plt-e2mgr:index>`
 * :doc:`RIC Message Router <ric-plt-lib-rmr:index>`
+* :doc:`nodeb-rnib <ric-plt-nodeb-rnib:index>`
 * :doc:`Routing Manager <ric-plt-rtmgr:index>`
 * :doc:`Shared Data Layer (SDL) in C++ <ric-plt-sdl:index>`
 * :doc:`Shared Data Layer (SDL) in Go <ric-plt-sdlgo:index>`
-* :doc:`Shared Data Layer (SDL) in Go <ric-plt-submgr:index>`
+* :doc:`Subscription Manager <ric-plt-submgr:index>`
 * :doc:`Jaegeradapter <ric-plt-jaegeradapter:index>`
 * :doc:`Tracelibcpp <ric-plt-tracelibcpp:index>`
 * :doc:`Tracelibgo <ric-plt-tracelibgo:index>`
 * :doc:`Vespamgr <ric-plt-vespamgr:index>`
 * :doc:`ASN.1 Documents <ric-plt-asn1-documents:index>`
 * :doc:`Streaming Protobufs <ric-plt-streaming-protobufs:index>`
+* :doc:`Reasouce Status Manager <ric-plt-resource-status-manager:index>`
 
 
 Non-RealTime RAN Intelligent Controller (NONRTRIC)
index e997977..a397ca4 100644 (file)
@@ -88,8 +88,12 @@ DBAAS, which is the needed elements to deploy database as a service (Dbaas) to k
 
 * :doc:`DBAAS Release-notes <ric-plt-dbaas:release-notes>`
 
+.. * :doc:`E2 Release-notes <ric-plt-e2:release-notes>`
+.. * :doc:`E2MGR Release-notes <ric-plt-e2mgr:release-notes>`
+.. * :doc:`nodeb-rnib Release-notes <ric-plt-nodeb-rnib:release-notes>`
+.. 
 ..
-.. * :doc:`RIC Message Router Release-notes <ric-plt-lib-rmr:rel-notes>`
+.. * :doc:`RIC Message Router Release-notes <ric-plt-lib-rmr:release-notes>`
 ..
 ..
 .. * :doc:`Routing Manager Release-notes <ric-plt-rtmgr:release-notes>`
@@ -135,6 +139,7 @@ Streaming Protobufs, which provides a Protobuf schema for selected set of X2 App
 
 * :doc:`Streaming Protobufs Release-notes <ric-plt-streaming-protobufs:release-notes>`
 
+.. * :doc:`Resource Status Manager Release-notes <ric-plt-resouce-status-manager:release-notes>`
 
 
 Non-RealTime RAN Intelligent Controller (NONRTRIC) features