Woodpecker does not like my colon (#129)
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline was successful Details

Reviewed-on: #129
This commit is contained in:
Julien Palard 2023-04-14 12:29:42 +00:00
parent 0798ce74be
commit b3367a2bd5
2 changed files with 3 additions and 3 deletions

View File

@ -9,5 +9,5 @@ pipeline:
- python3 -m pip install -r requirements.txt
- BRANCH="$(grep ^BRANCH Makefile | awk '{print $3}')"
- git fetch origin --no-tags +refs/heads/$BRANCH
- git branch $BRANCH origin/$BRANCH ||:
- 'git branch $BRANCH origin/$BRANCH ||:'
- make verifs

View File

@ -518,8 +518,8 @@ Balises
Ne traduisez pas le contenu des balises comme ``:ref:...`` ou ``:class:...``.
Vous devez cependant traduire les balises ``:term:...``, qui font référence à
une primitive ou un concept défini dans le `glossaire Python <https://docs.python.org/fr/3/glossary.html>`_.
La syntaxe est ``:term:nom_français<nom_anglais>``. Par exemple, traduisez
`` :term:`dictionary` `` en `` :term:`dictionnaire <dictionary>` ``.
La syntaxe est ``:term:`nom_français <nom_anglais>```. Par exemple, traduisez
``:term:`dictionary``` en ``:term:`dictionnaire <dictionary>```.
Comme le glossaire est déjà traduit, il y a forcément une correspondance à chaque
terme que vous pouvez rencontrer.