Add meta descriptions for remaining guides (#10450)

## Summary

Closes https://github.com/astral-sh/uv/issues/10418.
This commit is contained in:
Charlie Marsh 2025-01-09 17:39:00 -05:00 committed by GitHub
parent 452cafc639
commit 129a75e2d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 32 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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