mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-10 00:05:35 +00:00
Move the integration guides into the "Guides" section as a collapsed group (#9245)
Let's have all the guides together!
This commit is contained in:
parent
20eccc157c
commit
4f65a69ebf
4 changed files with 16 additions and 23 deletions
|
|
@ -6,17 +6,7 @@ Check out one of the core guides to get started:
|
||||||
- [Running scripts and declaring dependencies](./scripts.md)
|
- [Running scripts and declaring dependencies](./scripts.md)
|
||||||
- [Running and installing applications as tools](./tools.md)
|
- [Running and installing applications as tools](./tools.md)
|
||||||
- [Creating and working on projects](./projects.md)
|
- [Creating and working on projects](./projects.md)
|
||||||
|
- [Integrate uv with other software, e.g., Docker, GitHub, PyTorch, and more](./integration/index.md)
|
||||||
Learn how to integrate uv with other software:
|
|
||||||
|
|
||||||
- [Using in Docker images](./integration/docker.md)
|
|
||||||
- [Using with Jupyter](./integration/jupyter.md)
|
|
||||||
- [Using with pre-commit](./integration/pre-commit.md)
|
|
||||||
- [Using in GitHub Actions](./integration/github.md)
|
|
||||||
- [Using in GitLab CI/CD](./integration/gitlab.md)
|
|
||||||
- [Using with alternative package indexes](./integration/alternative-indexes.md)
|
|
||||||
- [Installing PyTorch](./integration/pytorch.md)
|
|
||||||
- [Building a FastAPI application](./integration/fastapi.md)
|
|
||||||
|
|
||||||
Or, explore the [concept documentation](../concepts/index.md) for comprehensive breakdown of each
|
Or, explore the [concept documentation](../concepts/index.md) for comprehensive breakdown of each
|
||||||
feature.
|
feature.
|
||||||
|
|
|
||||||
|
|
@ -10,3 +10,6 @@ Learn how to integrate uv with other software:
|
||||||
- [Using with alternative package indexes](./alternative-indexes.md)
|
- [Using with alternative package indexes](./alternative-indexes.md)
|
||||||
- [Installing PyTorch](./pytorch.md)
|
- [Installing PyTorch](./pytorch.md)
|
||||||
- [Building a FastAPI application](./fastapi.md)
|
- [Building a FastAPI application](./fastapi.md)
|
||||||
|
|
||||||
|
Or, explore the [concept documentation](../../concepts/index.md) for comprehensive breakdown of each
|
||||||
|
feature.
|
||||||
|
|
|
||||||
|
|
@ -99,4 +99,4 @@ To learn more about publishing packages, check out the
|
||||||
[PyPA guides](https://packaging.python.org/en/latest/guides/section-build-and-publish/) on building
|
[PyPA guides](https://packaging.python.org/en/latest/guides/section-build-and-publish/) on building
|
||||||
and publishing.
|
and publishing.
|
||||||
|
|
||||||
Or, read on for more details about the concepts in uv.
|
Or, read on for [guides](./integration/index.md) on integrating uv with other software.
|
||||||
|
|
|
||||||
|
|
@ -99,6 +99,17 @@ nav:
|
||||||
- Using tools: guides/tools.md
|
- Using tools: guides/tools.md
|
||||||
- Working on projects: guides/projects.md
|
- Working on projects: guides/projects.md
|
||||||
- Publishing packages: guides/publish.md
|
- Publishing packages: guides/publish.md
|
||||||
|
- Integrations:
|
||||||
|
- guides/integration/index.md
|
||||||
|
- Docker: guides/integration/docker.md
|
||||||
|
- Jupyter: guides/integration/jupyter.md
|
||||||
|
- GitHub Actions: guides/integration/github.md
|
||||||
|
- GitLab CI/CD: guides/integration/gitlab.md
|
||||||
|
- Pre-commit: guides/integration/pre-commit.md
|
||||||
|
- PyTorch: guides/integration/pytorch.md
|
||||||
|
- FastAPI: guides/integration/fastapi.md
|
||||||
|
- Alternative indexes: guides/integration/alternative-indexes.md
|
||||||
|
- Dependency bots: guides/integration/dependency-bots.md
|
||||||
- Concepts:
|
- Concepts:
|
||||||
- concepts/index.md
|
- concepts/index.md
|
||||||
- Projects:
|
- Projects:
|
||||||
|
|
@ -122,17 +133,6 @@ nav:
|
||||||
- Authentication: configuration/authentication.md
|
- Authentication: configuration/authentication.md
|
||||||
- Package indexes: configuration/indexes.md
|
- Package indexes: configuration/indexes.md
|
||||||
- Installer: configuration/installer.md
|
- Installer: configuration/installer.md
|
||||||
- Integration guides:
|
|
||||||
- guides/integration/index.md
|
|
||||||
- Docker: guides/integration/docker.md
|
|
||||||
- Jupyter: guides/integration/jupyter.md
|
|
||||||
- GitHub Actions: guides/integration/github.md
|
|
||||||
- GitLab CI/CD: guides/integration/gitlab.md
|
|
||||||
- Pre-commit: guides/integration/pre-commit.md
|
|
||||||
- PyTorch: guides/integration/pytorch.md
|
|
||||||
- FastAPI: guides/integration/fastapi.md
|
|
||||||
- Alternative indexes: guides/integration/alternative-indexes.md
|
|
||||||
- Dependency bots: guides/integration/dependency-bots.md
|
|
||||||
- The pip interface:
|
- The pip interface:
|
||||||
- pip/index.md
|
- pip/index.md
|
||||||
- Using environments: pip/environments.md
|
- Using environments: pip/environments.md
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue