uv/docs
ldacey d8095b1fb8
fix(docs): replace underscore with dash for dev-dependencies (#6344)
Docs show an underscore which should be a dash in dev-dependencies:
`dev_dependencies = ["ruff==0.5.0"]`


## Summary
I followed the example in the references settings and used
dev_dependencies in my pyproject.toml but it seems like this needs to be
a dash instead of an underscore:

=> ERROR [stage-0 5/5] RUN uv sync 6.9s
------
 > [stage-0 5/5] RUN uv sync:
0.085 warning: Failed to parse `pyproject.toml` during settings
discovery:
0.085   TOML parse error at line 65, column 1
0.085      |
0.085   65 | [tool.uv]
0.085      | ^^^^^^^^^
0.085   unknown field `dev_dependencies`
0.085
2024-08-21 15:52:57 +00:00
..
.overrides/partials/integrations/analytics Migrate from MdBook to MkDocs (#5062) 2024-07-15 22:22:07 +00:00
assets Use logo in documentation (#5421) 2024-07-24 15:45:10 -05:00
concepts switch to jiff from chrono (#6205) 2024-08-20 11:31:46 -05:00
configuration Update env vars doc about XDG_* variables on macOS (#6337) 2024-08-21 10:09:26 -05:00
getting-started Bump version to 0.3.0 (#6260) 2024-08-20 12:29:58 -05:00
guides Bump version to 0.3.0 (#6260) 2024-08-20 12:29:58 -05:00
js Improve copy of console command examples (#5397) 2024-07-31 14:52:02 +00:00
pip allow manylinux compatibility override via _manylinux module. (#6039) 2024-08-21 01:57:42 +00:00
reference fix(docs): replace underscore with dash for dev-dependencies (#6344) 2024-08-21 15:52:57 +00:00
stylesheets Increase the size of nav entries (#6233) 2024-08-20 11:22:29 -05:00
.gitignore Add structured documentation (#4426) 2024-06-26 11:28:42 -05:00
index.md Link to Trio (#6322) 2024-08-21 07:48:52 -05:00
requirements-insiders.in Reference the root requirements from the insiders requirements file (#5105) 2024-07-16 09:51:16 -05:00
requirements-insiders.txt Reference the root requirements from the insiders requirements file (#5105) 2024-07-16 09:51:16 -05:00
requirements.in Migrate from MdBook to MkDocs (#5062) 2024-07-15 22:22:07 +00:00
requirements.txt Migrate from MdBook to MkDocs (#5062) 2024-07-15 22:22:07 +00:00