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:
committed by
GitHub
parent
177bbaa8c0
commit
c9637f00f0
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user