docs: bunch of fixes and improvements (#5136)

## Summary

A bunch of fixes and improvements on different parts of the
documentation. For Docker documentation changes, links to the relevant
documentations have been included in the commit messages.
This commit is contained in:
Mathieu Kniewallner
2024-07-17 02:41:45 +02:00
committed by GitHub
parent 177bbaa8c0
commit c9637f00f0
6 changed files with 18 additions and 20 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ Workspaces help organize large codebases by splitting them into multiple package
independent dependencies.
When using the `uv pip` interface, workspace dependencies behave like automatic editable path
dependencies. Using the `uv` project interface, all of the workspace packages are locked together.
dependencies. Using the uv project interface, all of the workspace packages are locked together.
`uv run` installs only the current package (unless overridden with `--package`) and its workspace and
non-workspace dependencies.