From: deepanshuk Date: Wed, 3 Mar 2021 11:50:51 +0000 (+0530) Subject: [Issue-Id:RICAPP-168] Fixing the Docs issue for ric-app/ad repo. X-Git-Tag: 1.0.0~5 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=refs%2Fchanges%2F11%2F5711%2F1;p=ric-app%2Fad.git [Issue-Id:RICAPP-168] Fixing the Docs issue for ric-app/ad repo. Signed-off-by: deepanshuk Change-Id: Iae011c7cc65df750b4b553d876a5a856413b856d --- diff --git a/docs/_static/logo.png b/docs/_static/logo.png new file mode 100644 index 0000000..c3b6ce5 Binary files /dev/null and b/docs/_static/logo.png differ diff --git a/docs/favicon.ico b/docs/favicon.ico new file mode 100644 index 0000000..00b0fd0 Binary files /dev/null and b/docs/favicon.ico differ diff --git a/docs/overview.rst b/docs/overview.rst index b805913..5bbda81 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -16,7 +16,7 @@ Anomaly Detection Overview -====================== +========================== Anomaly Detection (AD) is an Xapp in the Traffic Steering O-RAN use case, which uses the following Xapps: @@ -27,11 +27,11 @@ which uses the following Xapps: Expected Input -------------- -The AD Xapp expects a prediction-input in following structure:: +The AD Xapp expects a prediction-input in following structure: -UEPDCPBytesDL UEPDCPBytesUL UEPRBUsageDL UEPRBUsageUL S_RSRP S_RSRQ S_SINR N1_RSRP N1_RSRQ N1_SINR N2_RSRP N2_RSRQ N2_SINR UEID ServingCellID N1 N2 MeasTimestampRF +UEPDCPBytesDL UEPDCPBytesUL UEPRBUsageDL UEPRBUsageUL S_RSRP S_RSRQ S_SINR N1_RSRP N1_RSRQ N1_SINR N2_RSRP N2_RSRQ N2_SINR UEID ServingCellID N1 N2 MeasTimestampRF - 300000 123000 25 10 -43 -3.4 25 -53 -6.4 20 -68 -9.4 17 12345 555011 555010 555012 30:17.8 + 300000 123000 25 10 -43 -3.4 25 -5 -6.4 20 -68 -9.4 17 12345 555011 555010 555012 30:17.8 Expected Output @@ -45,4 +45,4 @@ as a JSON message via RMR with the following structure: "MeasTimestampRF" : "2020-11-17 16:14:25.140140" } - \ No newline at end of file + diff --git a/tox.ini b/tox.ini index 8df15db..60f05cb 100644 --- a/tox.ini +++ b/tox.ini @@ -55,6 +55,7 @@ commands = sh -c 'pip freeze > requirements.txt' whitelist_externals = echo skipsdist = true basepython = python3.7 + deps = sphinx sphinx-rtd-theme