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:
parent
a02743fd76
commit
cd3dc6a76f
1 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue