aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-10-13 07:12:09 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-10-13 07:16:35 +0530
commit0e89c1fbeb6618a1a4218c7c78506dff6f71dd6d (patch)
tree772203cc1e74ed77136806ad111e9e40b95c8030 /docs
parent0aeedb55066ff9e860225be51266ac85134afb87 (diff)
Fix borken link in doc images
CLI-40 Change-Id: Ie1b0d7d0b709410aac83a025f7d2a92ee2ffb5f2 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/OOM_and_HEAT_based_deployment.rst2
-rw-r--r--docs/architecture.rst6
-rw-r--r--docs/console.rst12
-rw-r--r--docs/installation_guide.rst14
4 files changed, 11 insertions, 23 deletions
diff --git a/docs/OOM_and_HEAT_based_deployment.rst b/docs/OOM_and_HEAT_based_deployment.rst
index 18601b89..c4c0432e 100644
--- a/docs/OOM_and_HEAT_based_deployment.rst
+++ b/docs/OOM_and_HEAT_based_deployment.rst
@@ -11,7 +11,7 @@ ONAP CLI is integrated with OOM and HEAT based ONAP deployment.
HEAT based deployment
----------------------
-As part of HEAT based deploment, ONAL CLI docker image is integrated into ONAP Portal and when portal_vm is
+As part of HEAT based deployment, ONAL CLI docker image is integrated into ONAP Portal and when portal_vm is
successfully installed, it will be available at http://portal_vm-ip:8080
To troubleshoot any issues in CLI, please login to portal_vm and CLI docker runs with image onap/cli
diff --git a/docs/architecture.rst b/docs/architecture.rst
index 7b54c3c6..12a340d7 100644
--- a/docs/architecture.rst
+++ b/docs/architecture.rst
@@ -8,9 +8,7 @@ CLI architecture
Following diagram shows the high-level architecture of ONAP CLI.
-|image3|
-
-.. |image3| image:: images/portal-cli-arch.png
+.. image:: images/portal-cli-arch.png
:height: 600px
:width: 800px
@@ -19,7 +17,7 @@ the corresponding command route the request to that command plugin.
* **Command Discoverer** : Discoverer discovers the commands both in plug-in format and YAML and auto-matically register them into Registrar.
-* **Command Plug-ings** : Implement the command as plugin. More details developer_guide_.
+* **Command Plug-ings** : Implement the command as plugin. More details :ref:`developer_guide`
* **HTTP Command** : Plug-in for implementing all Rest based command as YAML without any coding.
diff --git a/docs/console.rst b/docs/console.rst
index f96e6fc9..268bfda0 100644
--- a/docs/console.rst
+++ b/docs/console.rst
@@ -7,24 +7,18 @@
CLI Console
===========
-Please install the CLI by following guidelines provided in OOM_and_HEAT_based_deployment_.
-
-.. _OOM_and_HEAT_based_deployment : OOM_and_HEAT_based_deployment.rst
+Please install the CLI by following guidelines provided in :ref:`OOM_and_HEAT_based_deployment`
After installation, ONAP CLI can be used in following form:
# Command Shell
-|image4|
-
-.. |image4| image:: images/portal-cli-shell.png
+.. image:: images/portal-cli-shell.png
:height: 600px
:width: 800px
# Web Command Console
-|image5|
-
-.. |image5| image:: images/portal-cli-web-con.png
+.. image:: images/portal-cli-web-con.png
:height: 600px
:width: 800px \ No newline at end of file
diff --git a/docs/installation_guide.rst b/docs/installation_guide.rst
index 95dc6046..b6864f05 100644
--- a/docs/installation_guide.rst
+++ b/docs/installation_guide.rst
@@ -30,7 +30,7 @@ Please follow the instructions given below, for installing CLI using install.sh.
onap -v
-4. For more details, please refer user_guide_.
+4. For details, see :ref:`user_guide`
Using Portal CLI app
@@ -40,17 +40,13 @@ Please follow the instructions given below, for installing CLI from portal.
1. After installing Portal, ONAP CLI will be available as Portal application as shown below:
-|image0|
-
-.. |image0| image:: images/portal-cli-app.png
+.. image:: images/portal-cli-app.png
:height: 600px
:width: 800px
2. Click on CLI application and it will show the following page and download the CLI as reported in this page.
-|image1|
-
-.. |image1| image:: images/portal-cli-dowload.png
+.. image:: images/portal-cli-dowload.png
:height: 600px
:width: 800px
@@ -60,7 +56,7 @@ Please follow the instructions given below, for installing CLI from portal.
onap -v
-5. For more details, please refer user_guide_.
+5. For details, see :ref:`user_guide`
Using docker image
-----------------
@@ -76,6 +72,6 @@ Please follow the instructions given below, for installing CLI using docker imag
docker run onap/cli onap -v
-3. For more details, please refer user_guide_.
+3. For details, see :ref:`user_guide`