!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
+docs/_build/
### STS ###
.apt_generated
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 = ["*"]
* `A1PMS Participant <https://docs.onap.org/projects/onap-policy-parent/en/latest/clamp/acm/design-impl/participants/a1pms-participant.html>`_ - It interacts with A1PMS of NONRTRIC. It is capable of lifecycle managing A1PMS service.
* `Kserve Participant <https://docs.onap.org/projects/onap-policy-parent/en/latest/clamp/acm/design-impl/participants/kserve-participant.html>`_ - It interacts with Kserve. It is capable of lifecycle managing Kserve inference service.
* `Kubernetes Participant <https://docs.onap.org/projects/onap-policy-parent/en/latest/clamp/acm/design-impl/participants/k8s-participant.html>`_ - 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 <participants:index>` - 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`_.
DME
allowlist_externals = echo
-#[testenv:docs-linkcheck]
-#basepython = python3
-#deps =
-# -r{toxinidir}/docs/requirements-docs.txt
-# -r{toxinidir}/participants/docs/requirements-docs.txt
-#commands =
-# sphinx-build -W -b linkcheck -d {envtmpdir}/participants/doctrees ./participants/docs/ {toxinidir}/docs/_build/linkcheck/participants
-# sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
+[testenv:docs-linkcheck]
+basepython = python3
+deps =
+ -r{toxinidir}/docs/requirements-docs.txt
+ -r{toxinidir}/participants/docs/requirements-docs.txt
+commands =
+ sphinx-build -W -b linkcheck -d {envtmpdir}/participants/doctrees ./participants/docs/ {toxinidir}/docs/_build/linkcheck/participants
+ sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck