uv/docs/concepts/projects
Matthew Lee 160fc37315
FIX: Dependency documentation with double quotes where required (#9946)
## Summary
Documentation steps resulted in errors due to single quotes when adding
project dependencies:

``` shell
>uv add 'httpx>0.1.0'

error: Failed to parse: `'httpx`
  Caused by: Expected package name starting with an alphanumeric character, found `'`
'httpx
^
```
``` shell
>uv add 'PyQt5; sys_platform == "windows" 
error: Failed to parse: `'PyQt5;`
  Caused by: Expected package name starting with an alphanumeric character, found `'`
'PyQt5;
^
```

## Testing Steps
- Follow new documentation steps

Tested on:
- [x] Windows
2024-12-16 17:39:04 -06:00
..
build.md Reorganize the project concept documentation (#9121) 2024-11-19 13:52:12 -06:00
config.md Mention uv pip behavior in build system note (#9586) 2024-12-02 16:56:46 -06:00
dependencies.md FIX: Dependency documentation with double quotes where required (#9946) 2024-12-16 17:39:04 -06:00
index.md Reorganize the project concept documentation (#9121) 2024-11-19 13:52:12 -06:00
init.md Avoid referencing scikit-build (#9320) 2024-11-21 08:42:47 -06:00
layout.md Improve content on project configuration (#9235) 2024-11-20 08:49:51 -06:00
run.md Add missing word to docs for run.md (#9527) 2024-11-29 21:58:20 -05:00
sync.md Reframe --locked and --frozen as --check operations for uv lock (#9662) 2024-12-08 10:02:00 -06:00
workspaces.md Add a note to say that dependencies between workspace members are editable (#9363) 2024-12-16 12:36:24 -06:00