From 9e952573daf2a607150e04e40c6760321c558d44 Mon Sep 17 00:00:00 2001
From: Sebastien Guyader <sguyader@gmail.com>
Date: Fri, 4 Oct 2024 13:48:32 -0400
Subject: [PATCH 1/2] feat[session1]: proposition de modification des diapos
 d'installation de Git et IDEs
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

fichier : 6_pratiques_en_local.qmd
diapos concernées : 20 (installation de git) et 21 (interfaces graphiques)
modification proposées  :
- diapo 20 : retrait des onglets "RStudio" et "VS Code"
- diapo 21 : renommée "Installation des interfaces" et ajout des onglets "RStudio" et "VS Code" avec les liens de téléchargement
---
 01_initiation/6_pratiques_en_local.qmd | 39 ++++++++++++++------------
 1 file changed, 21 insertions(+), 18 deletions(-)

diff --git a/01_initiation/6_pratiques_en_local.qmd b/01_initiation/6_pratiques_en_local.qmd
index 6a3e7a7..685aaee 100644
--- a/01_initiation/6_pratiques_en_local.qmd
+++ b/01_initiation/6_pratiques_en_local.qmd
@@ -13,29 +13,15 @@ Un logo est présent sur chaque diapo pour rappeler de quel mode il s'agit.
 
 ## Installation de Git
 
-::: {.panel-tabset group="language"}
-#### Ligne de commande
-![](../ligne_de_commande_logo.png){.absolute top=-10 right=0 width="10%"}
-
 - Windows : <https://git-scm.com/download/win>
 - Linux : `sudo apt-get install git`
 - Mac : <https://git-scm.com/download/mac>
 
-#### RStudio
-![](../R_logo.png){.absolute top=-10 right=0 width="10%"}
+## Installation des interfaces
 
-* Windows : <https://git-scm.com/download/win>
-* Linux : `sudo apt-get install git`
-* Mac : <https://git-scm.com/download/mac>
-
-#### VS Code
-![](../VS_code_logo.png){.absolute top=-10 right=0 width="8%"}
-
-- Windows, Linux et Mac : <https://code.visualstudio.com/download>
-
-:::
-
-## Interfaces graphiques
+::: {.panel-tabset group="language"}
+#### Interfaces graphique Git-spécifiques
+![](../ligne_de_commande_logo.png){.absolute top=-10 right=0 width="10%"}
 
 - Installation automatique de l'interface graphique Git-Gui ([fiche aide](https://git-scm.com/book/fr/v2/Annexe-A%3A-Git-dans-d%E2%80%99autres-environnements-Interfaces-graphiques){target="_blank"})
 - Possibilité d'installer d'autres interfaces graphiques [GUI Clients](https://git-scm.com/downloads/guis){target="_blank"} (attention à la maintenance des outils)
@@ -45,6 +31,23 @@ Un logo est présent sur chaque diapo pour rappeler de quel mode il s'agit.
 Nous ne parlerons pas de l'interface graphique Git-Gui directement installée au moment du téléchargement de Git.
 :::
 
+#### RStudio
+![](../R_logo.png){.absolute top=-10 right=0 width="10%"}
+
+D'abord installer R :
+
+- Windows, Linux et Mac : <https://cran.rstudio.com/bin/>
+
+Puis RStudio :
+
+- Windows, Linux et Mac : <https://posit.co/download/rstudio-desktop/>
+
+#### VS Code
+![](../VS_code_logo.png){.absolute top=-10 right=0 width="8%"}
+
+- Windows, Linux et Mac : <https://code.visualstudio.com/download>
+
+:::
 
 ## Opérations de bases
 
-- 
GitLab


From dc12a9e146f4d7a6b32064fea3476e39c8cf7eaa Mon Sep 17 00:00:00 2001
From: Sebastien Guyader <sebastien.guyader@inrae.fr>
Date: Thu, 17 Oct 2024 14:08:27 -0400
Subject: [PATCH 2/2] feat[session1]: modification des liens d'installation de
 Git et IDEs
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

fichier : 6_pratiques_en_local.qmd
diapos concernées : 20 (installation de git) et 21 (interfaces graphiques)
modification proposée  : mise au format (texte du lien)[url]{target="_blank"} des ldifférents liens pour ouverture dans un nouvel onglet
---
 01_initiation/6_pratiques_en_local.qmd | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/01_initiation/6_pratiques_en_local.qmd b/01_initiation/6_pratiques_en_local.qmd
index 685aaee..b2948b6 100644
--- a/01_initiation/6_pratiques_en_local.qmd
+++ b/01_initiation/6_pratiques_en_local.qmd
@@ -13,9 +13,9 @@ Un logo est présent sur chaque diapo pour rappeler de quel mode il s'agit.
 
 ## Installation de Git
 
-- Windows : <https://git-scm.com/download/win>
-- Linux : `sudo apt-get install git`
-- Mac : <https://git-scm.com/download/mac>
+- Windows : [https://git-scm.com/download/win](https://git-scm.com/download/win){target="_blank"}
+- Linux (basé sur Debian ou Ubuntu) : `sudo apt-get install git`
+- Mac : [https://git-scm.com/download/mac](https://git-scm.com/download/mac){target="_blank"}
 
 ## Installation des interfaces
 
@@ -25,7 +25,7 @@ Un logo est présent sur chaque diapo pour rappeler de quel mode il s'agit.
 
 - Installation automatique de l'interface graphique Git-Gui ([fiche aide](https://git-scm.com/book/fr/v2/Annexe-A%3A-Git-dans-d%E2%80%99autres-environnements-Interfaces-graphiques){target="_blank"})
 - Possibilité d'installer d'autres interfaces graphiques [GUI Clients](https://git-scm.com/downloads/guis){target="_blank"} (attention à la maintenance des outils)
-- Interface client (intégrée à l'explorateur de fichiers) : [tortoisegit](https://tortoisegit.org/)
+- Interface client (intégrée à l'explorateur de fichiers) : [tortoisegit](https://tortoisegit.org/){target="_blank"}
 
 ::: callout-important
 Nous ne parlerons pas de l'interface graphique Git-Gui directement installée au moment du téléchargement de Git.
@@ -36,16 +36,16 @@ Nous ne parlerons pas de l'interface graphique Git-Gui directement installée au
 
 D'abord installer R :
 
-- Windows, Linux et Mac : <https://cran.rstudio.com/bin/>
+- Windows, Linux et Mac : [https://cran.rstudio.com/bin/](https://cran.rstudio.com/bin/){target="_blank"}
 
 Puis RStudio :
 
-- Windows, Linux et Mac : <https://posit.co/download/rstudio-desktop/>
+- Windows, Linux et Mac : [https://posit.co/download/rstudio-desktop/](https://posit.co/download/rstudio-desktop/){target="_blank"}
 
 #### VS Code
 ![](../VS_code_logo.png){.absolute top=-10 right=0 width="8%"}
 
-- Windows, Linux et Mac : <https://code.visualstudio.com/download>
+- Windows, Linux et Mac : [https://code.visualstudio.com/download](https://code.visualstudio.com/download){target="_blank"}
 
 :::
 
-- 
GitLab