mirror of https://github.com/astral-sh/uv
Fix broken anchors in readme and docs index (#11338)
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary I've just fixed some broken anchors after browing ux doc site. ## Test Plan - `index.md`: based on `mkdocs serve` log - `readme.md`: manual check ## Aside Do you manually keep `readme.md` and `index.md` partially sync? I've tried checking pre-commit and other scripts but found no way to port my edits from one to the other. <!-- How was it tested? --> --------- Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
parent
5d8168875a
commit
07d3e5085a
18
README.md
18
README.md
|
|
@ -26,17 +26,17 @@ An extremely fast Python package and project manager, written in Rust.
|
||||||
- 🚀 A single tool to replace `pip`, `pip-tools`, `pipx`, `poetry`, `pyenv`, `twine`, `virtualenv`,
|
- 🚀 A single tool to replace `pip`, `pip-tools`, `pipx`, `poetry`, `pyenv`, `twine`, `virtualenv`,
|
||||||
and more.
|
and more.
|
||||||
- ⚡️ [10-100x faster](https://github.com/astral-sh/uv/blob/main/BENCHMARKS.md) than `pip`.
|
- ⚡️ [10-100x faster](https://github.com/astral-sh/uv/blob/main/BENCHMARKS.md) than `pip`.
|
||||||
- 🗂️ Provides [comprehensive project management](#project), with a
|
- 🗂️ Provides [comprehensive project management](#projects), with a
|
||||||
[universal lockfile](https://docs.astral.sh/uv/concepts/projects/layout.md#the-lockfile).
|
[universal lockfile](https://docs.astral.sh/uv/concepts/projects/layout#the-lockfile).
|
||||||
- ❇️ [Runs scripts](#script-support), with support for
|
- ❇️ [Runs scripts](#scripts), with support for
|
||||||
[inline dependency metadata](https://docs.astral.sh/uv/guides/scripts.md#declaring-script-dependencies).
|
[inline dependency metadata](https://docs.astral.sh/uv/guides/scripts#declaring-script-dependencies).
|
||||||
- 🐍 [Installs and manages](#python-versions) Python versions.
|
- 🐍 [Installs and manages](#python-versions) Python versions.
|
||||||
- 🛠️ [Runs and installs](#tool) tools published as Python packages.
|
- 🛠️ [Runs and installs](#tools) tools published as Python packages.
|
||||||
- 🔩 Includes a [pip-compatible interface](#the-pip-interface) for a performance boost with a
|
- 🔩 Includes a [pip-compatible interface](#the-pip-interface) for a performance boost with a
|
||||||
familiar CLI.
|
familiar CLI.
|
||||||
- 🏢 Supports Cargo-style [workspaces](https://docs.astral.sh/uv/concepts/projects/workspaces.md)
|
- 🏢 Supports Cargo-style [workspaces](https://docs.astral.sh/uv/concepts/projects/workspaces) for
|
||||||
for scalable projects.
|
scalable projects.
|
||||||
- 💾 Disk-space efficient, with a [global cache](https://docs.astral.sh/uv/concepts/cache.md) for
|
- 💾 Disk-space efficient, with a [global cache](https://docs.astral.sh/uv/concepts/cache) for
|
||||||
dependency deduplication.
|
dependency deduplication.
|
||||||
- ⏬ Installable without Rust or Python via `curl` or `pip`.
|
- ⏬ Installable without Rust or Python via `curl` or `pip`.
|
||||||
- 🖥️ Supports macOS, Linux, and Windows.
|
- 🖥️ Supports macOS, Linux, and Windows.
|
||||||
|
|
@ -227,7 +227,7 @@ Pinned `.python-version` to `3.11`
|
||||||
See the [Python installation documentation](https://docs.astral.sh/uv/guides/install-python/) to get
|
See the [Python installation documentation](https://docs.astral.sh/uv/guides/install-python/) to get
|
||||||
started.
|
started.
|
||||||
|
|
||||||
### A pip-compatible interface
|
### The pip interface
|
||||||
|
|
||||||
uv provides a drop-in replacement for common `pip`, `pip-tools`, and `virtualenv` commands.
|
uv provides a drop-in replacement for common `pip`, `pip-tools`, and `virtualenv` commands.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,12 +19,12 @@ An extremely fast Python package and project manager, written in Rust.
|
||||||
- 🚀 A single tool to replace `pip`, `pip-tools`, `pipx`, `poetry`, `pyenv`, `twine`, `virtualenv`,
|
- 🚀 A single tool to replace `pip`, `pip-tools`, `pipx`, `poetry`, `pyenv`, `twine`, `virtualenv`,
|
||||||
and more.
|
and more.
|
||||||
- ⚡️ [10-100x faster](https://github.com/astral-sh/uv/blob/main/BENCHMARKS.md) than `pip`.
|
- ⚡️ [10-100x faster](https://github.com/astral-sh/uv/blob/main/BENCHMARKS.md) than `pip`.
|
||||||
- 🗂️ Provides [comprehensive project management](#project), with a
|
- 🗂️ Provides [comprehensive project management](#projects), with a
|
||||||
[universal lockfile](./concepts/projects/layout.md#the-lockfile).
|
[universal lockfile](./concepts/projects/layout.md#the-lockfile).
|
||||||
- ❇️ [Runs scripts](#script-support), with support for
|
- ❇️ [Runs scripts](#scripts), with support for
|
||||||
[inline dependency metadata](./guides/scripts.md#declaring-script-dependencies).
|
[inline dependency metadata](./guides/scripts.md#declaring-script-dependencies).
|
||||||
- 🐍 [Installs and manages](#python-versions) Python versions.
|
- 🐍 [Installs and manages](#python-versions) Python versions.
|
||||||
- 🛠️ [Runs and installs](#tool) tools published as Python packages.
|
- 🛠️ [Runs and installs](#tools) tools published as Python packages.
|
||||||
- 🔩 Includes a [pip-compatible interface](#the-pip-interface) for a performance boost with a
|
- 🔩 Includes a [pip-compatible interface](#the-pip-interface) for a performance boost with a
|
||||||
familiar CLI.
|
familiar CLI.
|
||||||
- 🏢 Supports Cargo-style [workspaces](./concepts/projects/workspaces.md) for scalable projects.
|
- 🏢 Supports Cargo-style [workspaces](./concepts/projects/workspaces.md) for scalable projects.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue