From: Kanagaraj Manickam k00365106 Date: Fri, 27 Apr 2018 04:52:34 +0000 (+0530) Subject: Make all user guides starts with same name X-Git-Tag: v2.0.2~78 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e962ab1de086eae51f798664d458d6373c8951e4;p=cli.git Make all user guides starts with same name Issue-ID: CLI-100 Change-Id: I2477133c148bdc825b0cfa818a27abc42f6713ed Signed-off-by: Kanagaraj Manickam k00365106 --- diff --git a/docs/user_guide.rst b/docs/user_guide.rst index e8b3515a..516199a2 100644 --- a/docs/user_guide.rst +++ b/docs/user_guide.rst @@ -156,7 +156,7 @@ Following document provides the tutorial for service creation using CLI. .. toctree:: :maxdepth: 1 - end_to_end_onap_cli_commands.rst + user_guide_end_to_end_onap_cli_commands.rst PNF/VNF on-boarding tutorial ------------------------------------ @@ -165,4 +165,4 @@ Following document provides the tutorial for PNF/VNF on-boarding tutorial using .. toctree:: :maxdepth: 1 - pnf_on_boarding.rst \ No newline at end of file + user_guide_pnf_on_boarding.rst \ No newline at end of file diff --git a/docs/end_to_end_onap_cli_commands.rst b/docs/user_guide_end_to_end_onap_cli_commands.rst similarity index 100% rename from docs/end_to_end_onap_cli_commands.rst rename to docs/user_guide_end_to_end_onap_cli_commands.rst diff --git a/docs/pnf_on_boarding.rst b/docs/user_guide_pnf_on_boarding.rst similarity index 100% rename from docs/pnf_on_boarding.rst rename to docs/user_guide_pnf_on_boarding.rst