Bundle of documentation changes (#5307)

Following #5239
This commit is contained in:
Zanie Blue
2024-07-23 14:29:59 -04:00
committed by GitHub
parent b2a21468ee
commit dac696e950
21 changed files with 497 additions and 155 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ There a two main workspace structures: A **root package with helpers** and a **f
The root workspace layout defines one main package in the root of the repository, with helper packages in `packages`. In this example `albatross/pyproject.toml` has both a `project` section and a `tool.uv.workspace` section.
```
```text
albatross
├── packages
│ ├── provider_a
@@ -56,7 +56,7 @@ In the flat layout, all packages are in the `packages` directory, and the root
`pyproject.toml` defines a so-called virtual workspace. In this example `albatross/pyproject.toml` has only a `tool.uv.workspace` section,
but no `project`.
```
```text
albatross
├── packages
│ ├── albatross