From 065365a44c5f49ec3e34d511a45335259a0f90b8 Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Thu, 23 Jun 2022 13:35:07 +0200 Subject: [PATCH] Update documentation Issue-ID: NONRTRIC-769 Signed-off-by: elinuxhenrik Change-Id: I10d82f39b17dc1f84ced3641900e226442e14f60 --- docs/conf.py | 5 +++++ docs/index.rst | 2 -- docs/overview.rst | 6 ++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 94649c5..95a726a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,3 +23,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 a935f34..80ca4f0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,5 +13,3 @@ Non-RT RIC App Catalogue ./developer-guide.rst ./api-docs.rst ./release-notes.rst - -* :ref:`search` diff --git a/docs/overview.rst b/docs/overview.rst index 0167ebc..1f806b1 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -2,11 +2,13 @@ .. SPDX-License-Identifier: CC-BY-4.0 .. Copyright (C) 2021 Nordix -Non-RT-RIC App Catalogue -~~~~~~~~~~~~~~~~~~~~~~~~ +App Catalogue +~~~~~~~~~~~~~ Register for Non-RT-RIC Apps. * Non-RT-RIC Apps can be registered / queried. * Limited functionality/integration for now. * *More work required in coming releases as the rApp concept matures*. + +This product is a part of :doc:`NONRTRIC `. -- 2.16.6