mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +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 and installing applications as tools](./tools.md)
|
||||
- [Creating and working on projects](./projects.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)
|
||||
- [Integrate uv with other software, e.g., Docker, GitHub, PyTorch, and more](./integration/index.md)
|
||||
|
||||
Or, explore the [concept documentation](../concepts/index.md) for comprehensive breakdown of each
|
||||
feature.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue