From 1ff5eae597843b32d4a0cb820ff8d47a4c5ddb82 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 14 Apr 2023 14:04:26 +0200 Subject: [PATCH 1/4] test --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4ea2ed02..8c96fd07 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 -- 2.30.2 From 69c6c438daa32e4c489547969719fade4aafaab0 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 14 Apr 2023 14:05:59 +0200 Subject: [PATCH 2/4] test --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8c96fd07..4ea2ed02 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 -- 2.30.2 From c63e028b17fa3cfee3a4da56f6323523c030eeac Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 14 Apr 2023 14:07:09 +0200 Subject: [PATCH 3/4] test --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4ea2ed02..3eb08f53 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 -- 2.30.2 From 33b24c4cf60e9a6158737e87cb54bed74a581b58 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 14 Apr 2023 14:27:48 +0200 Subject: [PATCH 4/4] rst syntax --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 835e69a9..7032bc34 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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 `_. -La syntaxe est ``:term:nom_français``. Par exemple, traduisez -`` :term:`dictionary` `` en `` :term:`dictionnaire ` ``. +La syntaxe est ``:term:`nom_français ```. Par exemple, traduisez +``:term:`dictionary``` en ``:term:`dictionnaire ```. Comme le glossaire est déjà traduit, il y a forcément une correspondance à chaque terme que vous pouvez rencontrer. -- 2.30.2