uv/docs
Charlie Marsh 04c445a3db
Respect `--index-url` in `uv pip list` (#8942)
## Summary

As an oversight, these arguments weren't being respected from the CLI or
elsewhere -- we always hit PyPI, ignored `--exclude-newer`, etc. It has
to do with the way that the `PipOptions` are setup -- there's a global
struct that we pass around everywhere and fill in with defaults, so
there's no type safety to guarantee that we provide whatever it is we
need to use in the command. The newer APIs are much better about this.

Closes #8927.
2024-11-08 09:52:32 -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 Add project boundary note (#8900) 2024-11-07 15:49:14 -06:00
configuration Remove some missed references to `~/.cargo/bin` (#8936) 2024-11-08 07:29:32 -06:00
getting-started Add uninstall note for previous versions (#8937) 2024-11-08 07:28:38 -06:00
guides Remove some missed references to `~/.cargo/bin` (#8936) 2024-11-08 07:29:32 -06:00
js Improve copy of console command examples (#5397) 2024-07-31 14:52:02 +00:00
pip Remove all special-casing for local version identifiers (#8818) 2024-11-07 14:29:54 -06:00
reference Respect `--index-url` in `uv pip list` (#8942) 2024-11-08 09:52:32 -05: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 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