Files
uv/docs
Charlie Marsh 99a87464eb Avoid duplicate [tool.uv] header in TOML examples (#8545)
## Summary

For example, in:

```toml
[tool.uv]
[[tool.uv.index]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cu121"
```

We can just omit `[tool.uv]`.
2024-10-24 21:10:01 +00:00
..
2024-10-23 15:17:49 -04:00