Skip to content

Commit

Permalink
Add meta descriptions for guides
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Jan 9, 2025
1 parent 359ef28 commit 8cc89ba
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
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

0 comments on commit 8cc89ba

Please sign in to comment.