From 4d4cf1d5d1387e68dc3c22b14b6fbffe306a3b43 Mon Sep 17 00:00:00 2001 From: Ashwin Sridharan Date: Fri, 15 Nov 2019 11:29:30 -0500 Subject: [PATCH] Added .gitreview 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 Change-Id: I1b93fd989440a340b95ffcc03687e5d5f99dcb08 --- .gitreview | 5 +++++ docs/conf.py | 4 ++-- docs/conf.yaml | 5 +---- docs/user-guide.rst | 1 + 4 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 .gitreview diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..b495b56 --- /dev/null +++ b/.gitreview @@ -0,0 +1,5 @@ +[gerrit] +host=gerrit.o-ran-sc.org +project=ric-app/admin +port=29418 +defaultbranch=master diff --git a/docs/conf.py b/docs/conf.py index 2ee9f6e..aebb9b9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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') diff --git a/docs/conf.yaml b/docs/conf.yaml index 9c33fdd..7b3fe30 100644 --- a/docs/conf.yaml +++ b/docs/conf.yaml @@ -1,6 +1,3 @@ --- project_cfg: oran -project: admin - - - +project: ric-app-admin diff --git a/docs/user-guide.rst b/docs/user-guide.rst index d61b758..1ae7fd9 100755 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -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. -- 2.16.6