From 998000d3db60cb13feaa7fea2d16b6abd0c9b4ce Mon Sep 17 00:00:00 2001 From: zhangxiaohua Date: Fri, 16 Dec 2022 10:44:39 +0800 Subject: [PATCH] Add QoE Prediction assist xApp document. Signed-off-by: zhangxiaohua Change-Id: I27ee2dd7d62fea82c0538325c5cf7a48d933500c --- docs/conf.py | 1 + docs/projects.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 64c6b42..8fc8585 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -107,6 +107,7 @@ intersphinx_mapping['aiml-fw-athp-sdk-feature-store'] = ('https://docs.o-ran-sc. intersphinx_mapping['aiml-fw-athp-sdk-model-storage'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-aiml-fw-athp-sdk-model-storage/en/%s' % branch, None) intersphinx_mapping['aiml-fw-athp-tps-kubeflow-adapter'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-aiml-fw-athp-tps-kubeflow-adapter/en/%s' % branch, None) intersphinx_mapping['aiml-fw-aimlfw-dep'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-aiml-fw-aimlfw-dep/en/%s' % branch, None) +intersphinx_mapping['ric-app-qp-aimlfw'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-app-qp-aimlfw/en/%s' % branch, None) diff --git a/docs/projects.rst b/docs/projects.rst index 69fdc90..f3665c7 100644 --- a/docs/projects.rst +++ b/docs/projects.rst @@ -171,4 +171,5 @@ More detailed function documentation can be found as follow: * :doc:`AIMLFW Model Storage SDK ` * :doc:`AIMLFW Kubeflow adapter ` * :doc:`AIMLFW dep ` +* :doc:`AIMLFW QoE Prediction assist xApp ` -- 2.16.6