From 129a75e2d08df0b992a21d98d660bc1212dea468 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Thu, 9 Jan 2025 17:39:00 -0500 Subject: [PATCH] Add meta descriptions for remaining guides (#10450) ## Summary Closes https://github.com/astral-sh/uv/issues/10418. --- docs/guides/integration/alternative-indexes.md | 7 +++++++ docs/guides/integration/dependency-bots.md | 5 +++++ docs/guides/integration/github.md | 7 +++++++ docs/guides/integration/gitlab.md | 6 ++++++ docs/guides/integration/pytorch.md | 7 +++++++ 5 files changed, 32 insertions(+) diff --git a/docs/guides/integration/alternative-indexes.md b/docs/guides/integration/alternative-indexes.md index 9e8142891056..b686ed5a9b67 100644 --- a/docs/guides/integration/alternative-indexes.md +++ b/docs/guides/integration/alternative-indexes.md @@ -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 diff --git a/docs/guides/integration/dependency-bots.md b/docs/guides/integration/dependency-bots.md index 63cff791052d..90a45f61e1eb 100644 --- a/docs/guides/integration/dependency-bots.md +++ b/docs/guides/integration/dependency-bots.md @@ -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 diff --git a/docs/guides/integration/github.md b/docs/guides/integration/github.md index 26204abd1f0c..f8543c7750cc 100644 --- a/docs/guides/integration/github.md +++ b/docs/guides/integration/github.md @@ -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 diff --git a/docs/guides/integration/gitlab.md b/docs/guides/integration/gitlab.md index 60bff070e9f5..ef84efbcf7c0 100644 --- a/docs/guides/integration/gitlab.md +++ b/docs/guides/integration/gitlab.md @@ -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 diff --git a/docs/guides/integration/pytorch.md b/docs/guides/integration/pytorch.md index 8b71d8567e41..ea1104706261 100644 --- a/docs/guides/integration/pytorch.md +++ b/docs/guides/integration/pytorch.md @@ -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