Skip to content

Commit

Permalink
Add meta descriptions for remaining guides (#10450)
Browse files Browse the repository at this point in the history
## Summary

Closes #10418.
  • Loading branch information
charliermarsh authored Jan 9, 2025
1 parent 452cafc commit 129a75e
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/guides/integration/alternative-indexes.md
Original file line number Diff line number Diff line change
@@ -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

While uv uses the official Python Package Index (PyPI) by default, it also supports alternative
Expand Down
5 changes: 5 additions & 0 deletions docs/guides/integration/dependency-bots.md
Original file line number Diff line number Diff line change
@@ -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

It is considered best practice to regularly update dependencies, to avoid being exposed to
Expand Down
7 changes: 7 additions & 0 deletions docs/guides/integration/github.md
Original file line number Diff line number Diff line change
@@ -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

## Installation
Expand Down
6 changes: 6 additions & 0 deletions docs/guides/integration/gitlab.md
Original file line number Diff line number Diff line change
@@ -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 the uv image
Expand Down
7 changes: 7 additions & 0 deletions docs/guides/integration/pytorch.md
Original file line number Diff line number Diff line change
@@ -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

The [PyTorch](https://pytorch.org/) ecosystem is a popular choice for deep learning research and
Expand Down

0 comments on commit 129a75e

Please sign in to comment.