Skip to content

Commit

Permalink
Add meta titles to documents in guides, excluding integration documents.
Browse files Browse the repository at this point in the history
  • Loading branch information
FishAlchemist committed Jan 12, 2025
1 parent 4d3809c commit 62ccbbf
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/guides/install-python.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
title: Install and Manage Python
description:
Guide to install specific Python versions, manage existing installations, and automate downloads
with uv.
---

# Installing Python

If Python is already installed on your system, uv will
Expand Down
7 changes: 7 additions & 0 deletions docs/guides/projects.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
title: Working on projects
description:
Guide to create, manage, and build Python projects with uv, including dependencies and
distributions.
---

# Working on projects

uv supports managing Python projects, which define their dependencies in a `pyproject.toml` file.
Expand Down
5 changes: 5 additions & 0 deletions docs/guides/publish.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Publishing a package
description: Guide to build and publish Python packages using uv
---

# Publishing a package

uv supports building Python packages into source and binary distributions via `uv build` and
Expand Down
7 changes: 7 additions & 0 deletions docs/guides/scripts.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
title: Run Scripts
description:
Run Python scripts quickly and manage dependencies efficiently using uv. Learn about inline
metadata and more.
---

# Running scripts

A Python script is a file intended for standalone execution, e.g., with `python <script>.py`. Using
Expand Down
5 changes: 5 additions & 0 deletions docs/guides/tools.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Using tools
description: Guide to run, install, and upgrade Python tools using uv.
---

# Using tools

Many Python packages provide applications that can be used as tools. uv has specialized support for
Expand Down

0 comments on commit 62ccbbf

Please sign in to comment.