Skip to content

Commit 277276a

Browse files
authored
Clean up PR #1922 (#1924)
- Lowercase "uv" - Add uv to vale styles - Remove unused includes - Don't specify version of WSL - Replace my username with `username`
1 parent e41b8f6 commit 277276a

File tree

6 files changed

+14
-34
lines changed

6 files changed

+14
-34
lines changed

docs/_inc/_install-pipx.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/_inc/_install-python-plone61.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/_inc/_install-uv.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
Install {term}`uv` -- and {term}`uvx` -- on your local environment.
2-
1+
Install {term}`uv`.
32
Carefully read the console output for further instructions, and follow them, if needed.
43

54
`````{tab-set}
65
7-
````{tab-item} macOS, Linux and Windows with WSL2
6+
````{tab-item} macOS, Linux, and Windows with WSL
87
```shell
98
curl -LsSf https://astral.sh/uv/install.sh | sh
109
```
@@ -18,5 +17,5 @@ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | ie
1817
`````
1918

2019
```{seealso}
21-
- [Other {term}`UV` installation methods](https://docs.astral.sh/uv/getting-started/installation/)
20+
- [Other {term}`uv` installation methods](https://docs.astral.sh/uv/getting-started/installation/)
2221
```

docs/glossary.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,12 @@ pyenv
9999
Python version management.
100100
[pyenv](https://github.com/pyenv/pyenv) lets you easily switch between multiple versions of Python.
101101
102-
UV
103-
[UV](https://docs.astral.sh/uv/) is a Python package and project manager, written in Rust.
102+
uv
103+
[uv](https://docs.astral.sh/uv/) is a Python package and project manager, written in Rust.
104104
105-
uvx
106-
`uvx` is a command implemented by [UV](https://docs.astral.sh/uv/) to execute and installs command-line tools provided by Python packages in an ephemeral environment, similar to {term}`pipx`
105+
`uvx`
106+
`uvx` is an alias for `uv tool run`, implemented in {term}`uv`.
107+
It executes and installs command-line tools provided by Python packages in an ephemeral environment, similar to {term}`pipx`.
107108
108109
pm2
109110
[PM2](https://pm2.keymetrics.io/) is a daemon process manager.

docs/install/create-project-cookieplone.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,22 @@ Plone 6 has both hardware requirements and software prerequisites.
5757
```{include} ../volto/_inc/_install-operating-system.md
5858
```
5959

60-
- {term}`UV`
60+
- {term}`uv`
6161
- {term}`nvm`
6262
- {term}`Node.js`
6363
- {term}`GNU make`
6464
- {term}`Git`
6565

6666

67-
#### UV
67+
#### uv
6868

6969
```{include} /_inc/_install-uv.md
7070
```
7171

7272

7373
#### Python
7474

75-
{term}`UV` will download and install the required Python version for your project.
75+
{term}`uv` will download and install the required Python version for your project.
7676

7777

7878
#### nvm
@@ -161,7 +161,7 @@ Note that pip normalizes these names, so `plone.volto` and `plone-volto` are the
161161
│ .xxxxxxxxxxxxxx. │
162162
│ │
163163
╰─────────────────────────────────────────────────────────────────────────────╯
164-
You've downloaded /Users/stevepiercy/.cookiecutters/cookieplone-templates
164+
You've downloaded /Users/username/.cookiecutters/cookieplone-templates
165165
before. Is it okay to delete and re-download it? [y/n] (y):
166166
╭─────────────────────────────── Plone Project ───────────────────────────────╮
167167
│ │
@@ -170,7 +170,7 @@ before. Is it okay to delete and re-download it? [y/n] (y):
170170
│ Sanity check results: │
171171
│ │
172172
│ - Cookieplone: ✓ │
173-
│ - UV: ✓ │
173+
│ - uv: ✓ │
174174
│ - Node: ✓ │
175175
│ - git: ✓ │
176176
│ - Docker (optional): ✓ │

styles/config/vocabularies/Plone/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ transpile[dr]{0,1}
4646
[Uu]nhide
4747
unregister
4848
UUID
49+
uv
4950
validator
5051
[Vv]iewlet
5152
Volto

0 commit comments

Comments
 (0)