Improvements to the documentation (#5718)

This commit is contained in:
Zanie Blue
2024-08-03 08:41:33 -05:00
committed by GitHub
parent 00981732a6
commit 44a6dbfa53
19 changed files with 275 additions and 209 deletions
+3 -4
View File
@@ -1,10 +1,9 @@
# Features
uv supports the full Python development experience — from installing Python and hacking on simple
uv provides essential features for Python development — from installing Python and hacking on simple
scripts to working on large projects that support multiple Python versions and platforms.
uv's commands can be broken down into sections of discrete features, which can be used
independently.
uv's interface can be broken down into sections, which can be used independently or together.
## Python versions
@@ -87,7 +86,7 @@ See the documentation on [locking environments](./pip/compile.md) for details.
These commands do not exactly implement the interfaces and behavior of the tools they are based on. The further you stray from common workflows, the more likely you are to encounter differences. Consult the [pip-compatibility guide](./pip/compatibility.md) for details.
## Internal
## Utility
Managing and inspecting uv's state, such as the cache, storage directories, or performing a
self-update: