You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/glossary.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,12 @@ pyenv
99
99
Python version management.
100
100
[pyenv](https://github.com/pyenv/pyenv) lets you easily switch between multiple versions of Python.
101
101
102
+
UV
103
+
[UV](https://docs.astral.sh/uv/) is a Python package and project manager, written in Rust.
104
+
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`
107
+
102
108
pm2
103
109
[PM2](https://pm2.keymetrics.io/) is a daemon process manager.
104
110
@@ -463,7 +469,7 @@ Slate
463
469
`volto-slate` is an interactive default text editor for Volto, developed on top of {term}`Slate`, offering enhanced {term}`WYSIWYG` functionality and behavior.
464
470
465
471
WYSIWYG
466
-
WYSIWYG is an acronym for "what you see is what you get", referring to software that allows content to be edited in a form that resembles its appearance when printed or displayed as a finished product.
472
+
WYSIWYG is an acronym for "what you see is what you get", referring to software that allows content to be edited in a form that resembles its appearance when printed or displayed as a finished product.
467
473
468
474
TinyMCE
469
475
The rich text {term}`WYSIWYG` editor used in {term}`Classic UI`.
@@ -563,7 +569,7 @@ ZODB
563
569
[A native object database for Python](https://zodb.org/en/latest/).
564
570
565
571
`FileStorage`
566
-
`FileStorage` is a Python class in {term}`ZODB` that saves data in a file.
572
+
`FileStorage` is a Python class in {term}`ZODB` that saves data in a file.
0 commit comments