From 873c5b9276e31d7c55a91ea0a87284397456994a Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Thu, 23 Jun 2022 10:37:43 +0200 Subject: [PATCH] Update documentation Issue-ID: NONRTRIC-769 Signed-off-by: elinuxhenrik Change-Id: I0f9985058d543f504ada37ac031fdcc9131973bf --- docs/conf.py | 5 +++++ docs/index.rst | 2 -- docs/overview.rst | 2 ++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c9cfb91..0a43cd7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,3 +24,8 @@ redoc = [ ] redoc_uri = 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js' + +#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) diff --git a/docs/index.rst b/docs/index.rst index 5004706..432d187 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,5 +13,3 @@ Non-RT RIC DMaaP Adapter ./developer-guide.rst ./api-docs.rst ./release-notes.rst - -* :ref:`search` diff --git a/docs/overview.rst b/docs/overview.rst index d7084a9..84bab27 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -26,6 +26,8 @@ The service is implemented in Java Spring Boot (DMaaP Adapter Service). .. image:: ./Architecture.png :width: 500pt +This product is a part of :doc:`NONRTRIC `. + ************* Data Delivery ************* -- 2.16.6