-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite Commands section's landing page
- reST -> MyST - Roughly group the commands, based on what they work on.
- Loading branch information
Showing
2 changed files
with
48 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Commands | ||
|
||
The general options that apply to all the commands listed below can be | ||
found [under the `pip` page in this section](pip). | ||
|
||
```{toctree} | ||
:maxdepth: 1 | ||
:hidden: | ||
pip | ||
``` | ||
|
||
```{toctree} | ||
:maxdepth: 1 | ||
:caption: Environment Management and Introspection | ||
pip_install | ||
pip_uninstall | ||
pip_list | ||
pip_freeze | ||
pip_check | ||
``` | ||
|
||
```{toctree} | ||
:maxdepth: 1 | ||
:caption: Handling Distribution Files | ||
pip_download | ||
pip_wheel | ||
pip_hash | ||
``` | ||
|
||
```{toctree} | ||
:maxdepth: 1 | ||
:caption: Package Index information | ||
pip_show | ||
pip_search | ||
``` | ||
|
||
```{toctree} | ||
:maxdepth: 1 | ||
:caption: Managing pip itself | ||
pip_cache | ||
pip_config | ||
pip_debug | ||
``` |
This file was deleted.
Oops, something went wrong.