1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 13:19:13 +00:00

Use ansible markup in plugins/modules/uv_python.py documentation

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
Mariam Ahhttouche 2026-03-10 15:02:35 +00:00 committed by GitHub
parent a02743fd76
commit cd3dc6a76f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,11 +53,11 @@ options:
choices: [present, absent, latest]
default: present
seealso:
- name: uv documentation
description: Python versions management with uv.
- name: C(uv) documentation
description: Python versions management with C(uv).
link: https://docs.astral.sh/uv/concepts/python-versions/
- name: uv CLI documentation
description: uv CLI reference guide.
- name: C(uv) CLI documentation
description: C(uv) CLI reference guide.
link: https://docs.astral.sh/uv/reference/cli/#uv-python
author: Mariam Ahhttouche (@mriamah)
"""