From b3a848af13e5dbc557e380cc9df56837418c3886 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Fri, 28 May 2021 12:16:56 +0100 Subject: [PATCH] Move where show is shown in commands It is for introspecting installed packages, not on the index. --- docs/html/cli/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/cli/index.md b/docs/html/cli/index.md index f608da52113..a3497c308c2 100644 --- a/docs/html/cli/index.md +++ b/docs/html/cli/index.md @@ -17,6 +17,7 @@ pip pip_install pip_uninstall pip_list +pip_show pip_freeze pip_check ``` @@ -34,7 +35,6 @@ pip_hash :maxdepth: 1 :caption: Package Index information -pip_show pip_search ```