uv/docs
bluss 67769a4985
packaged app: use executable named for the project and main function (#7670)
## Summary

Create a function main as the default for a packaged app. Configure the
default executable as:

`example-packaged-app = "example_packaged_app:main"`

Which is often what you want - the executable has the same name as the
app.
The purpose is to more often hit what the user wants, so they don't have
to even rename the command to start developing.

## Test Plan

- existing tests are updated
2024-09-30 17:19:36 -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 packaged app: use executable named for the project and main function (#7670) 2024-09-30 17:19:36 -05:00
configuration Add UV_NO_SYNC environment variable (#7752) 2024-09-28 12:03:45 -04:00
getting-started Add uv build and uv publish to features overview (#7716) 2024-09-26 12:47:11 -05:00
guides Update documentation to setup-uv@v3 (#7807) 2024-09-30 08:47:52 -04:00
js Improve copy of console command examples (#5397) 2024-07-31 14:52:02 +00:00
pip (doc) Fix wrong examples for locking (#7120) 2024-09-06 08:21:54 -05:00
reference Add UV_NO_SYNC environment variable (#7752) 2024-09-28 12:03:45 -04:00
stylesheets Fix table of contents sizing (#7751) 2024-09-27 22:59:38 -05:00
.gitignore Add structured documentation (#4426) 2024-06-26 11:28:42 -05:00
index.md Display Python implementation when creating environments (#7652) 2024-09-24 11:45: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