Update documentation 15/8615/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Thu, 23 Jun 2022 11:30:19 +0000 (13:30 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Thu, 23 Jun 2022 11:30:22 +0000 (13:30 +0200)
Issue-ID: NONRTRIC-769
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: If1038c9fce19b67eb0be877543ab4ce61076c282

docs/conf.py
docs/index.rst
docs/overview.rst

index 4ebe07d..2e4e787 100644 (file)
@@ -11,3 +11,8 @@ linkcheck_ignore = [
 ]
 
 extensions = ['sphinxcontrib.redoc', 'sphinx.ext.intersphinx',]
+
+#intershpinx mapping with other projects
+intersphinx_mapping = {}
+
+intersphinx_mapping['nonrtric'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric/en/%s' % branch, None)
index 5f79df4..a32952d 100644 (file)
@@ -2,8 +2,8 @@
 .. SPDX-License-Identifier: CC-BY-4.0
 .. Copyright (C) 2022 Nordix
 
-Non-RT RIC
-==========
+Non-RT RIC RAN Slice Assurance Use Case
+=======================================
 
 .. toctree::
    :maxdepth: 2
@@ -12,5 +12,3 @@ Non-RT RIC
    ./overview.rst
    ./developer-guide.rst
    ./release-notes.rst
-
-* :ref:`search`
index bc7760c..4a9f596 100644 (file)
@@ -3,7 +3,9 @@
 .. Copyright (C) 2022 Nordix
 
 
-RAN Slice Assurance usecase 
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
+RAN Slice Assurance Use Case
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 A very simplified closed-loop rApp use case to re-prioritize a RAN slice's radio resource allocation priority if sufficient throughput cannot be maintained. Not intended to to be 'real-world'.
+
+This product is a part of :doc:`NONRTRIC <nonrtric:index>`.