uv/docs
Tania Allard de74dac6e6
DOC - Fix syntax for local directory installation (#9193)
## Summary

This is a minor fix as the command in
https://docs.astral.sh/uv/pip/packages/#installing-a-package to install
projects in editable mode from local directories results in the
following error:

```
error: Failed to parse: `@`
  Caused by: Expected package name starting with an alphanumeric character, found `@`
```

This PR adds the missing `"`

## Test Plan

<!-- How was it tested? -->
Using the fixed syntax here does not result in the above error, and
packages are correctly installed 
2024-11-18 08:31:01 -05:00
..
.overrides Use | for page separator in meta titles (#6953) 2024-09-03 00:42:59 +00:00
assets Add static assets to docs pages (#6951) 2024-09-02 20:00:30 -04:00
concepts docs: add some words about specifying conflicting extras/groups (#9120) 2024-11-14 13:50:18 -06:00
configuration Turn --verify-hashes on by default (#9170) 2024-11-18 01:57:54 +00:00
getting-started Bump version to 0.5.2 (#9133) 2024-11-14 15:59:50 -06:00
guides Bump version to 0.5.2 (#9133) 2024-11-14 15:59:50 -06:00
js Improve copy of console command examples (#5397) 2024-07-31 14:52:02 +00:00
pip DOC - Fix syntax for local directory installation (#9193) 2024-11-18 08:31:01 -05:00
reference Fix typo in environment variable name (#9186) 2024-11-18 02:54:26 +00:00
stylesheets Update styles to support collapsible nav (#9095) 2024-11-15 17:00:23 -06:00
.gitignore Add structured documentation (#4426) 2024-06-26 11:28:42 -05:00
index.md Add reference to uv build and uv publish in the landing pages (#8542) 2024-10-24 15:56:54 -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