Move the pip interface documentation into the concepts section (#13841)

The motivation here being a reduction in the length of the navigation. I
don't think we did this in the first place because we didn't have the
capability to do another nested level, but now we're doing that for
Projects.
This commit is contained in:
Zanie Blue 2025-06-05 11:53:27 -05:00 committed by GitHub
parent cd89a592ea
commit 789a246cf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 8 deletions

View File

@ -7,5 +7,6 @@ Read the concept documents to learn more about uv's features:
- [Python versions](./python-versions.md) - [Python versions](./python-versions.md)
- [Resolution](./resolution.md) - [Resolution](./resolution.md)
- [Caching](./cache.md) - [Caching](./cache.md)
- [The pip interface](../pip/index.md)
Looking for a quick introduction to features? See the [guides](../guides/index.md) instead. Looking for a quick introduction to features? See the [guides](../guides/index.md) instead.

View File

@ -134,14 +134,8 @@ nav:
- Python versions: concepts/python-versions.md - Python versions: concepts/python-versions.md
- Resolution: concepts/resolution.md - Resolution: concepts/resolution.md
- Caching: concepts/cache.md - Caching: concepts/cache.md
- Configuration: # Note: The `pip` section was moved to the `concepts/` section but the
- configuration/index.md # top-level directory structure was retained to ease the transition.
- Configuration files: configuration/files.md
- Environment variables: configuration/environment.md
- Authentication: configuration/authentication.md
- Package indexes: configuration/indexes.md
- Installer: configuration/installer.md
- Build backend: configuration/build-backend.md
- The pip interface: - The pip interface:
- pip/index.md - pip/index.md
- Using environments: pip/environments.md - Using environments: pip/environments.md
@ -150,6 +144,14 @@ nav:
- Declaring dependencies: pip/dependencies.md - Declaring dependencies: pip/dependencies.md
- Locking environments: pip/compile.md - Locking environments: pip/compile.md
- Compatibility with pip: pip/compatibility.md - Compatibility with pip: pip/compatibility.md
- Configuration:
- configuration/index.md
- Configuration files: configuration/files.md
- Environment variables: configuration/environment.md
- Authentication: configuration/authentication.md
- Package indexes: configuration/indexes.md
- Installer: configuration/installer.md
- Build backend: configuration/build-backend.md
- Reference: - Reference:
- reference/index.md - reference/index.md
- Commands: reference/cli.md - Commands: reference/cli.md