From 70a2d13f97596df1d748bc3ebc31fc19abca23bb Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Thu, 23 Mar 2017 16:52:11 +0800 Subject: Rename docs/testing/developer/design to docs/testing/developer/devguide See https://git.opnfv.org/opnfvdocs/tree/docs/testing/testing-dev.rst Change-Id: Iac14adf4a2876fd74972dcf6279f7022e92cb9b5 Signed-off-by: Yujun Zhang --- docs/testing/developer/design/cli.rst | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 docs/testing/developer/design/cli.rst (limited to 'docs/testing/developer/design/cli.rst') diff --git a/docs/testing/developer/design/cli.rst b/docs/testing/developer/design/cli.rst deleted file mode 100644 index 487bdec5..00000000 --- a/docs/testing/developer/design/cli.rst +++ /dev/null @@ -1,24 +0,0 @@ -- Which framework has been used and why -- How to extend to more commands - -Original content from DEVELOP.md - - ### CLI - - Click currently supports Bash completion. The prerequisite for this is that the program - needs to be installed correctly. To install Qtip, execute the following command in root - folder of Qtip: - - ``` - cd - pip install -e . - ``` - - Once the installation has been completed successfully, the following needs to be added to - the `.bashrc` file: - - ``` - eval "$(_QTIP_COMPLETE=source qtip)" - ``` - - The above would activate command completion for Qtip. -- cgit 1.2.3-korg