Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add meta descriptions for some guides #10421

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/guides/integration/docker.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
title: Using uv in Docker
description:
A complete guide to using uv in Docker to manage Python dependencies while optimizing build times
and image size via multi-stage builds, intermediate layers, and more.
---

# Using uv in Docker

## Getting started
Expand Down
7 changes: 7 additions & 0 deletions docs/guides/integration/fastapi.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
title: Using uv with FastAPI
description:
A guide to using uv with FastAPI to manage Python dependencies, run applications, and deploy with
Docker.
---

# Using uv with FastAPI

[FastAPI](https://github.com/fastapi/fastapi) is a modern, high-performance Python web framework.
Expand Down
7 changes: 7 additions & 0 deletions docs/guides/integration/jupyter.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
title: Using uv with Jupyter
description:
A complete guide to using uv with Jupyter notebooks for interactive computing, data analysis, and
visualization, including kernel management and virtual environment integration.
---

# Using uv with Jupyter

The [Jupyter](https://jupyter.org/) notebook is a popular tool for interactive computing, data
Expand Down
7 changes: 7 additions & 0 deletions docs/guides/integration/pre-commit.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
title: Using uv with pre-commit
description:
A guide to using uv with pre-commit to automatically update lock files, export requirements, and
compile requirements files.
---

# Using uv in pre-commit

An official pre-commit hook is provided at
Expand Down
Loading