uv/docs/concepts
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
..
projects FIX: Dependency documentation with double quotes where required (#9946) 2024-12-16 17:39:04 -06:00
cache.md Fix --refresh-package flag mentioned as --refresh-dependency (#9486) 2024-11-27 17:14:01 -06:00
index.md Reorganize the project concept documentation (#9121) 2024-11-19 13:52:12 -06:00
python-versions.md docs: add a link to uv python pin docs (#9630) 2024-12-04 11:11:04 -06:00
resolution.md Document the --fork-strategy setting (#9887) 2024-12-13 21:35:20 +00:00
tools.md docs: add missing console highlights (#6900) 2024-08-31 19:04:19 -04:00