Skip to content

Commit ab18613

Browse files
committed
reformat
1 parent a4ded8d commit ab18613

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

docs/concepts/python-versions.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ installations and all other Python installations as _system_ Python installation
1818
`pyenv`, it would still be considered a _system_ Python version in uv.
1919

2020
Managed Python versions are stored in a local directory, which can be configured using the
21-
`UV_PYTHON_INSTALL_DIR` environment variable. See the [storage
22-
documentation](../reference/storage.md#python-versions) for more information.
21+
`UV_PYTHON_INSTALL_DIR` environment variable. See the
22+
[storage documentation](../reference/storage.md#python-versions) for more information.
2323

2424
## Requesting a version
2525

@@ -128,8 +128,9 @@ present, uv will install all the Python versions listed in the file.
128128
### Installing Python executables
129129

130130
uv installs Python executables into your `PATH` by default, e.g., on Unix `uv python install 3.12`
131-
will install a Python executable into `~/.local/bin`, e.g., as `python3.12`. See the [storage
132-
documentation](../reference/storage.md#python-executables) on how to configure this directory.
131+
will install a Python executable into `~/.local/bin`, e.g., as `python3.12`. See the
132+
[storage documentation](../reference/storage.md#python-executables) on how to configure this
133+
directory.
133134

134135
!!! tip
135136

docs/concepts/tools.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ $ uv tool install [email protected]
111111

112112
## Tools directory
113113

114-
By default, the uv tools directory is named `tools` and is in the uv [data directory](../reference/storage.md#data),
115-
e.g., `~/.local/share/uv/tools`. The location may be customized with the `UV_TOOL_DIR` environment
116-
variable.
114+
By default, the uv tools directory is named `tools` and is in the uv
115+
[data directory](../reference/storage.md#data), e.g., `~/.local/share/uv/tools`. The location may be
116+
customized with the `UV_TOOL_DIR` environment variable.
117117

118118
To display the path to the tool installation directory:
119119

@@ -265,8 +265,8 @@ Windows.
265265
### The `bin` directory
266266

267267
Executables are installed into the [user `bin` directory](../reference/storage.md#executables),
268-
e.g., `~/.local/bin`. This can be overridden by setting [the `UV_TOOL_BIN_DIR` environment
269-
variable](../reference/storage.md#tool-executables).
268+
e.g., `~/.local/bin`. This can be overridden by setting
269+
[the `UV_TOOL_BIN_DIR` environment variable](../reference/storage.md#tool-executables).
270270

271271
Executables provided by dependencies of tool packages are not installed.
272272

docs/reference/storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ overridden via the `UV_INSTALL_DIR` environment variable.
6161
uv uses a local cache to avoid re-downloading and re-building dependencies.
6262

6363
By default, the cache is stored in the [cache home](#cache), which can be overridden via command
64-
line arguments, environment variables, or settings as detailed in [the cache
65-
documentation](../concepts/cache.md#cache-directory).
64+
line arguments, environment variables, or settings as detailed in
65+
[the cache documentation](../concepts/cache.md#cache-directory).
6666

6767
Use `uv cache dir` to show the current cache directory path.
6868

0 commit comments

Comments
 (0)