[Issue-Id:RICAPP-168] Fixing the Docs issue for ric-app/ad repo. 11/5711/1
authordeepanshuk <deepanshu.k@hcl.com>
Wed, 3 Mar 2021 11:50:51 +0000 (17:20 +0530)
committerdeepanshuk <deepanshu.k@hcl.com>
Wed, 3 Mar 2021 11:50:51 +0000 (17:20 +0530)
Signed-off-by: deepanshuk <deepanshu.k@hcl.com>
Change-Id: Iae011c7cc65df750b4b553d876a5a856413b856d

docs/_static/logo.png [new file with mode: 0644]
docs/favicon.ico [new file with mode: 0644]
docs/overview.rst
tox.ini

diff --git a/docs/_static/logo.png b/docs/_static/logo.png
new file mode 100644 (file)
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 (file)
index 0000000..00b0fd0
Binary files /dev/null and b/docs/favicon.ico differ
index b805913..5bbda81 100644 (file)
@@ -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 (file)
--- 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