File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -162,8 +162,8 @@ In addition to the `[[tool.uv.index]]` configuration option, uv supports pip-sty
162162` --extra-index-url ` command-line options for compatibility, where ` --index-url ` defines the default
163163index and ` --extra-index-url ` defines additional indexes.
164164
165- These options can be used in conjunction with the ` [[tool.uv.index]] ` configuration option, and use
166- the same prioritization rules:
165+ These options can be used in conjunction with the ` [[tool.uv.index]] ` configuration option, and
166+ follow the same prioritization rules:
167167
168168- The default index is always treated as lowest priority, whether defined via the legacy
169169 ` --index-url ` argument, the recommended ` --default-index ` argument, or a ` [[tool.uv.index]] ` entry
@@ -172,4 +172,5 @@ the same prioritization rules:
172172 ` --extra-index-url ` argument, the recommended ` --index ` argument, or ` [[tool.uv.index]] ` entries.
173173
174174In effect, ` --index-url ` and ` --extra-index-url ` can be thought of as unnamed ` [[tool.uv.index]] `
175- entries, with ` default = true ` enabled for the former.
175+ entries, with ` default = true ` enabled for the former. In that context, ` --index-url ` maps to
176+ ` --default-index ` , and ` --extra-index-url ` maps to ` --index ` .
You can’t perform that action at this time.
0 commit comments