From fb100dc78a60d17d33305e06a9a6b969a0c2d819 Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Thu, 23 Jun 2022 10:51:30 +0200 Subject: [PATCH] Update documentation Issue-ID: NONRTRIC-769 Signed-off-by: elinuxhenrik Change-Id: Ib1249d4727803ce5016de0487b8e5411f59b65cc --- docs/conf.py | 11 +++++++++++ docs/index.rst | 5 ----- docs/overview.rst | 2 ++ 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 922e22f..63a835e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,3 +4,14 @@ linkcheck_ignore = [ 'http://127.0.0.1.*', 'https://gerrit.o-ran-sc.org.*' ] + +branch = 'latest' + +extensions = [ + '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) diff --git a/docs/index.rst b/docs/index.rst index e0fda7e..ec1483d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,8 +13,3 @@ Non-RT RIC Control Panel ./developer-guide.rst ./installation-guide.rst ./release-notes.rst - - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` diff --git a/docs/overview.rst b/docs/overview.rst index 4e168b2..1ac93da 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -29,3 +29,5 @@ The architecture of the Control Panel is as shown on the following picture: :scale: 50 % The Control Panel can be deployed following the instructions in the Installation Guide. + +This product is a part of :doc:`NONRTRIC `. -- 2.16.6