1
0
Fork 0
mirror of https://git.sr.ht/~goorzhel/turboprop synced 2024-12-14 11:37:37 +00:00

Fix reST and docutils mistakes

This commit is contained in:
Antonio Gurgel 2023-12-06 20:23:21 -08:00
parent f97f738559
commit 34c0199981
2 changed files with 4 additions and 3 deletions

View file

@ -3,8 +3,9 @@ oauth: git.sr.ht/REPOSITORIES:RW git.sr.ht/PROFILE:RO
packages:
- hut
- py3-docutils
- py3-pygments
tasks:
- write-readme: |
cd turboprop
docutils README.rst README.html
docutils --stylesheet="" README.rst README.html
hut git update --readme README.html

View file

@ -380,13 +380,13 @@ remoteYAMLFile
--------------
``{version, url, hash} -> <derivation: a YAML file>``
Fetch a remote file. Useful for applications distributed as a YAML stream, e.g., the `Gateway API`_.
Fetch a remote file. Useful for applications distributed as a YAML stream, e.g., `the Gateway API`_.
- **version** (str): Application version, which will also be the derivation's version.
- **url** (str): The URL from which to fetch the file.
- **hash** (str): An `SRI-style hash`_.
.. _Gateway API: https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.0.0
.. _the Gateway API: https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.0.0
Builders
========