mirror of https://github.com/astral-sh/uv
Fix mismatched pip interface header / nav titles (#12640)
This commit is contained in:
parent
3ece75fc12
commit
a38250d470
|
|
@ -1,4 +1,4 @@
|
|||
# Python environments
|
||||
# Using Python environments
|
||||
|
||||
Each Python installation has an environment that is active when Python is used. Packages can be
|
||||
installed into an environment to make their modules available from your Python scripts. Generally,
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ nav:
|
|||
- pip/index.md
|
||||
- Using environments: pip/environments.md
|
||||
- Managing packages: pip/packages.md
|
||||
- Inspecting packages: pip/inspection.md
|
||||
- Inspecting environments: pip/inspection.md
|
||||
- Declaring dependencies: pip/dependencies.md
|
||||
- Locking environments: pip/compile.md
|
||||
- Compatibility with pip: pip/compatibility.md
|
||||
|
|
|
|||
Loading…
Reference in New Issue