From b3eae528b37d9cf87c99980dbb0736023f76cf7e Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Thu, 23 Jun 2022 10:31:09 +0200 Subject: [PATCH] Update documentation Issue-ID: NONRTRIC-769 Signed-off-by: elinuxhenrik Change-Id: I2a1010ad786040967b5b5c77a7c5cbd0577ea977 --- docs/conf.py | 3 +-- docs/index.rst | 2 -- docs/overview.rst | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 94affba..65fb219 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,5 +15,4 @@ extensions = ['sphinx.ext.intersphinx',] #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['sim-a1-interface'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-sim-a1-interface/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 d1438e3..ce78112 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,5 +13,3 @@ Non-RT RIC A1 Policy Managent Service ./developer-guide.rst ./installation-guide.rst ./release-notes.rst - -* :ref:`search` diff --git a/docs/overview.rst b/docs/overview.rst index 773b872..f0eef08 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -29,4 +29,4 @@ Implementation: * Implemented as a Java Spring Boot application. - +This product is a part of :doc:`NONRTRIC `. -- 2.16.6