From f0966127f682231452a00c401deb939cbc63c43a Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Tue, 5 Dec 2023 09:26:29 +0000 Subject: [PATCH] Enable participants linking Participants link enabled. Issue-ID: NONRTRIC-957 Signed-off-by: aravind.est Change-Id: Ic1a57e7fe7ecd800fcece860e28d90d3bbab0211 --- docs/conf.py | 2 +- docs/overview.rst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f744b25..ff4e306 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,5 +46,5 @@ redoc_uri = 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js intersphinx_mapping = {} intersphinx_mapping['nonrtric'] = ('%s/o-ran-sc-nonrtric/en/%s' %(baseurl, branch), None) -# intersphinx_mapping['participants'] = ('%s/participants' % selfurl, None) +intersphinx_mapping['participants'] = ('%s/participants' % selfurl, None) intersphinx_disabled_reftypes = ["*"] diff --git a/docs/overview.rst b/docs/overview.rst index 9a274c3..007e204 100755 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -42,10 +42,10 @@ ACM-R has the ability to support an unlimited number of participants and all the List of participants used by rApp manager sample rApp. -* A1PMS Participant - It interacts with A1PMS of NONRTRIC. It is capable of lifecycle managing A1PMS service. -* Kserve Participant - It interacts with Kserve. It is capable of lifecycle managing Kserve inference service. -* Kubernetes Participant - It interacts with Helm/Kubernetes. It is capable of lifecycle managing Helm charts. It expects the helm charts to be available in the mentioned repository as it doesn't handle the helm chart creation in the chart repository. -* DME Participant - It interacts with DME(ICS) of NONRTRIC. It is capable of lifecycle managing DME entities. +* `A1PMS Participant `_ - It interacts with A1PMS of NONRTRIC. It is capable of lifecycle managing A1PMS service. +* `Kserve Participant `_ - It interacts with Kserve. It is capable of lifecycle managing Kserve inference service. +* `Kubernetes Participant `_ - It interacts with Helm/Kubernetes. It is capable of lifecycle managing Helm charts. It expects the helm charts to be available in the mentioned repository as it doesn't handle the helm chart creation in the chart repository. +* :doc:`DME Participant ` - It interacts with DME(ICS) of NONRTRIC. It is capable of lifecycle managing DME entities. ACM composition and instance details can be provided as part of the rApp package and the package structure can be found in `Sample rApp package structure`_. -- 2.16.6