From: elinuxhenrik Date: Thu, 23 Jun 2022 08:51:30 +0000 (+0200) Subject: Update documentation X-Git-Tag: 2.4.0~10 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F8613%2F1;p=portal%2Fnonrtric-controlpanel.git Update documentation Issue-ID: NONRTRIC-769 Signed-off-by: elinuxhenrik Change-Id: Ib1249d4727803ce5016de0487b8e5411f59b65cc --- 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 `.