Skip to content

Commit

Permalink
Rewrite Commands section's landing page
Browse files Browse the repository at this point in the history
- reST -> MyST
- Roughly group the commands, based on what they work on.
  • Loading branch information
pradyunsg committed Apr 2, 2021
1 parent ef8ad45 commit 29cbd45
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 21 deletions.
48 changes: 48 additions & 0 deletions docs/html/cli/index.md
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
```
21 changes: 0 additions & 21 deletions docs/html/cli/index.rst

This file was deleted.

0 comments on commit 29cbd45

Please sign in to comment.