uv/docs/concepts
Jacob Coffee 8259600ca6
Fix - to _ in Packaged applications doc (#7571)
## Summary

Small stale/typo char in docs when generating a project

```
➜ ntp -v uv-test && uv venv --python 3.12 --seed && uv init --app --package example-packaged-app
Directory /tmp/testing/uv-test created and switched to.
Using Python 3.12.4 interpreter at: /Users/coffee/.local/share/mise/installs/python/3.12/bin/python3.12
Creating virtual environment with seed packages at: .venv
 + pip==24.2
Activate with: source .venv/bin/activate.fish
Virtual environment created with Python 3.12 and activated.
Using Python 3.12.4 interpreter at: /Users/coffee/.local/share/mise/installs/python/3.12/bin/python3.12
Creating virtual environment with seed packages at: .venv
 + pip==24.2
Activate with: source .venv/bin/activate.fish
Initialized project `example-packaged-app` at `/private/tmp/testing/uv-test/example-packaged-app`

/tmp/testing/uv-test via  pyenv (uv-test) on ☁  (us-east-2)
➜ tree
   0 B    ┌─ README.md
4096 B    ├─ pyproject.toml
4096 B    │     ┌─ __init__.py
4096 B    │  ┌─ example_packaged_app
4096 B    ├─ src
8192 B ┌─ example-packaged-app
8192 B uv-test
```

## Test Plan

Eyeballs
2024-09-20 08:47:53 +02:00
..
cache.md Prune unzipped source distributions in uv cache prune --ci (#7446) 2024-09-16 19:18:20 -04:00
dependencies.md docs: list supported sdist formats (#7168) 2024-09-07 19:16:12 +00:00
index.md Update documentation sections (#5452) 2024-07-25 12:37:22 -05:00
projects.md Fix - to _ in Packaged applications doc (#7571) 2024-09-20 08:47:53 +02:00
python-versions.md Avoid selecting prerelease Python installations without opt-in (#7300) 2024-09-11 15:49:33 -05:00
resolution.md Allow users to provide pre-defined metadata for resolution (#7442) 2024-09-18 03:18:05 +00:00
tools.md docs: add missing console highlights (#6900) 2024-08-31 19:04:19 -04:00
workspaces.md Update workspace documentation to remove legacy virtual projects (#6720) 2024-08-27 17:31:12 -04:00