mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
11 lines
585 B
Markdown
11 lines
585 B
Markdown
# Reference
|
|
|
|
The reference section provides information about specific parts of uv:
|
|
|
|
- [Commands](./cli.md): A reference for uv's command line interface.
|
|
- [Settings](./settings.md): A reference for uv's configuration schema.
|
|
- [Storage](./storage.md): Information about where uv stores data on your system.
|
|
- [Resolver](./resolver-internals.md): Details about the internals of uv's resolver.
|
|
- [Policies](./policies/index.md): uv's versioning policy, platform support policy, and license.
|
|
|
|
Looking for a broader overview? Check out the [concepts](../concepts/index.md) documentation.
|