Added .gitreview 15/1615/1 Amber 1.0.0 1.0.1
authorAshwin Sridharan <asridharan@research.att.com>
Fri, 15 Nov 2019 16:29:30 +0000 (11:29 -0500)
committerAshwin Sridharan <asridharan@research.att.com>
Fri, 15 Nov 2019 16:29:30 +0000 (11:29 -0500)
Fixed indendation in documentation

Modified docs based on feedback from DOC team
 -- renamed admin to ric-app-admin in conf.yaml
 -- removed sphinx mapping command in conf.py

Signed-off-by: Ashwin Sridharan <asridharan@research.att.com>
Change-Id: I1b93fd989440a340b95ffcc03687e5d5f99dcb08

.gitreview [new file with mode: 0644]
docs/conf.py
docs/conf.yaml
docs/user-guide.rst

diff --git a/.gitreview b/.gitreview
new file mode 100644 (file)
index 0000000..b495b56
--- /dev/null
@@ -0,0 +1,5 @@
+[gerrit]
+host=gerrit.o-ran-sc.org
+project=ric-app/admin
+port=29418
+defaultbranch=master
index 2ee9f6e..aebb9b9 100644 (file)
@@ -5,5 +5,5 @@ linkcheck_ignore = [
     'https://gerrit.o-ran-sc.org.*'
 ]
 extensions = ['sphinx.ext.autosectionlabel']
-intersphinx_mapping = {}
-intersphinx_mapping['ric-app-admin'] = ('https://o-ran-sc-doc.readthedocs.io/projects/o-ran-sc-ric-app-admin/en/%s' % 'latest')
+#intersphinx_mapping = {}
+#intersphinx_mapping['ric-app-admin'] = ('https://o-ran-sc-doc.readthedocs.io/projects/o-ran-sc-ric-app-admin/en/%s' % 'latest')
index 9c33fdd..7b3fe30 100644 (file)
@@ -1,6 +1,3 @@
 ---
 project_cfg: oran
-project: admin
-
-
-
+project: ric-app-admin
index d61b758..1ae7fd9 100755 (executable)
@@ -60,6 +60,7 @@ The AC xAPP takes the following parameters (either on the command line) or as en
 
 4. Set of sample JSON payloads for policy and metrics that the AC xAPP uses as templates to generate payloads. Values in the template payload are modified/retrieved rather than construct the entire payload from scratch. The JSON file
    containing the payloads can be specified with :
+   
    - *-s* on command line.
    - "SAMPLE_FILE" environment variable.