From fe4b5efbaef2d9cf3d67f828c5556bc3cda6a8f6 Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Thu, 23 Jun 2022 10:24:19 +0200 Subject: [PATCH] Update documentation Issue-ID: NONRTRIC-769 Signed-off-by: elinuxhenrik Change-Id: I70c1621e97855fb61b7ba8f11668af011fb06c75 --- docs/conf.py | 2 +- docs/index.rst | 2 -- docs/overview.rst | 2 ++ 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 496a7a3..7cf7dee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,4 +27,4 @@ redoc_uri = 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js #intershpinx mapping with other projects intersphinx_mapping = {} -intersphinx_mapping['nonrtric-controlpanel'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-portal-nonrtric-controlpanel/en/%s' % branch, None) +intersphinx_mapping['nonrtric'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric/en/%s' % branch, None) diff --git a/docs/index.rst b/docs/index.rst index 0d33cd5..2c2fa1f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,5 +14,3 @@ Non-RT RIC Information Coordination Service ./api-docs.rst ./installation-guide.rst ./release-notes.rst - -* :ref:`search` diff --git a/docs/overview.rst b/docs/overview.rst index 8a8d7af..d6d0a1f 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -9,6 +9,8 @@ The Information Coordination Service (ICS) is a generic service that maintains d to decouple data consumers and data producers in a multi vendor environment. A data consumer does not need to know anything about the producers of the data. +This product is a part of :doc:`NONRTRIC `. + The following terms are used: * **Data Consumer**, is a subscriber of data. Subscription is done by creating an "Information Job". A data consumer can for instance be an R-App (using the R1 API) or a NearRT-RIC consuming Enrichment Information (and uses the A1-EI API provided by this service). -- 2.16.6