From 129029584597941bb7603dd7440b7d37f823ef96 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Tue, 4 Jul 2023 13:43:14 +0200 Subject: fix doc config files and doc files + top-level tox.ini Issue-ID: DOC-811 Signed-off-by: thmsdt Change-Id: I67dd9f27a851c4a12f078f28c4f9904959c42393 --- docs/platform/cli-userguide/index.rst | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'docs/platform/cli-userguide') diff --git a/docs/platform/cli-userguide/index.rst b/docs/platform/cli-userguide/index.rst index d89e2118..dbde7df7 100644 --- a/docs/platform/cli-userguide/index.rst +++ b/docs/platform/cli-userguide/index.rst @@ -7,14 +7,18 @@ VFC-Test Cli Command Guide Reference manual: -1. https://onap.readthedocs.io/en/dublin/submodules/cli.git/docs/cmd_help_onap_dublin.html +.. 1. https://onap.readthedocs.io/en/dublin/submodules/cli.git/docs/cmd_help_onap_dublin.html 2. https://git.onap.org/cli/tree/products/onap-dublin Note: -1. The config. JSON included in the folder is a data guarantee for the example in the guidance manual, which will be converted into Python recognizable object body through the json. load method. Use "parameters" to receive the converted results. (parameters = json. load (config)) -2. You should go to the pod of the CLI environment in the corresponding test environment to execute the command action steps +1. The config. JSON included in the folder is a data guarantee for the example + in the guidance manual, which will be converted into Python recognizable + object body through the json. load method. Use "parameters" to receive the + converted results. (parameters = json. load (config)) +2. You should go to the pod of the CLI environment in the corresponding test + environment to execute the command action steps .. contents:: :depth: 2 @@ -68,7 +72,8 @@ More Cli command defination and reference can be found in the following page: create_csar_sdc/index Create csar file(by local) ------------------------- +-------------------------- + More Cli command defination and reference can be found in the following page: .. toctree:: @@ -77,10 +82,10 @@ More Cli command defination and reference can be found in the following page: create_csar_local/index VFC part ------------ +-------- More Cli command defination and reference can be found in the following page: .. toctree:: :maxdepth: 1 - VFC_part/index \ No newline at end of file + VFC_part/index -- cgit 1.2.3-korg