mirror of https://github.com/astral-sh/uv
12 lines
553 B
Markdown
12 lines
553 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.
|
|
- [Resolver](./resolver-internals.md): Details about the internals of uv's resolver.
|
|
- [Versioning](./versioning.md): uv's versioning policy.
|
|
- [Platform support](./platforms.md): uv's supported operating systems and architectures.
|
|
|
|
Looking for a broader overview? Check out the [concepts](../concepts/index.md) documentation.
|