mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-01 20:31:12 +00:00
Add meta descriptions for remaining guides (#10450)
## Summary Closes https://github.com/astral-sh/uv/issues/10418.
This commit is contained in:
parent
452cafc639
commit
129a75e2d0
5 changed files with 32 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Using alternative package indexes
|
||||||
|
description:
|
||||||
|
A guide to using alternative package indexes with uv, including Azure Artifacts, Google Artifact
|
||||||
|
Registry, AWS CodeArtifact, and more.
|
||||||
|
---
|
||||||
|
|
||||||
# Using alternative package indexes
|
# Using alternative package indexes
|
||||||
|
|
||||||
While uv uses the official Python Package Index (PyPI) by default, it also supports alternative
|
While uv uses the official Python Package Index (PyPI) by default, it also supports alternative
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
---
|
||||||
|
title: Using uv with dependency bots
|
||||||
|
description: A guide to using uv with dependency bots like Renovate and Dependabot.
|
||||||
|
---
|
||||||
|
|
||||||
# Dependency bots
|
# Dependency bots
|
||||||
|
|
||||||
It is considered best practice to regularly update dependencies, to avoid being exposed to
|
It is considered best practice to regularly update dependencies, to avoid being exposed to
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Using uv in GitHub Actions
|
||||||
|
description:
|
||||||
|
A guide to using uv in GitHub Actions, including installation, setting up Python, installing
|
||||||
|
dependencies, and more.
|
||||||
|
---
|
||||||
|
|
||||||
# Using uv in GitHub Actions
|
# Using uv in GitHub Actions
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,9 @@
|
||||||
|
---
|
||||||
|
title: Using uv in GitLab CI/CD
|
||||||
|
description: A guide to using uv in GitLab CI/CD, including installation, setting up Python,
|
||||||
|
installing dependencies, and more.
|
||||||
|
---
|
||||||
|
|
||||||
# Using uv in GitLab CI/CD
|
# Using uv in GitLab CI/CD
|
||||||
|
|
||||||
## Using the uv image
|
## Using the uv image
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Using uv with PyTorch
|
||||||
|
description:
|
||||||
|
A guide to using uv with PyTorch, including installing PyTorch, configuring per-platform and
|
||||||
|
per-accelerator builds, and more.
|
||||||
|
---
|
||||||
|
|
||||||
# Using uv with PyTorch
|
# Using uv with PyTorch
|
||||||
|
|
||||||
The [PyTorch](https://pytorch.org/) ecosystem is a popular choice for deep learning research and
|
The [PyTorch](https://pytorch.org/) ecosystem is a popular choice for deep learning research and
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue