uv/docs/overview.md

24 lines
849 B
Markdown

# Overview
Check out one of our guides to get started:
- [Installing Python](./guides/install-python.md)
- [Running scripts](./guides/scripts.md)
- [Using tools](./guides/tools.md)
- [Working on projects](./guides/projects.md)
- [Using in Docker](./guides/integration/docker.md)
- [Using with pre-commit](./guides/integration/pre-commit.md)
- [Using in GitHub Actions](./guides/integration/github.md)
- [Using with commercial package indexes](./guides/integration/commercial-indexes.md)
Or, explore the concept documentation for comprehensive breakdown of each feature:
- [Projects](./projects.md)
- [Dependencies](./dependencies.md)
- [Workspaces](./workspaces.md)
- [Tools](./tools.md)
- [Python versions](./python-versions.md)
- [Resolution](./resolution.md)
- [Caching](./cache.md)
- [Authentication](./configuration/authentication.md)