From 002147e7a4827108c1e6303b8c0a27fb6d195dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20FERNANDEZ=20NU=C3=91EZ?= <nicolas.fernandez@ird.fr> Date: Tue, 7 Jan 2025 13:35:56 +0100 Subject: [PATCH] Doc: test warning --- documentations/en/pages/installations.md | 53 +++++++++++---------- documentations/fr/pages/acknowledgements.md | 5 +- 2 files changed, 30 insertions(+), 28 deletions(-) diff --git a/documentations/en/pages/installations.md b/documentations/en/pages/installations.md index 8dc08ea..50d2305 100644 --- a/documentations/en/pages/installations.md +++ b/documentations/en/pages/installations.md @@ -15,33 +15,34 @@ GeVarLi use the use the free and open-source package manager **Conda**. Otherwise, you can **download** and **install** the [latest version of Miniforge](https://github.com/conda-forge/miniforge/releases) for your specific OS. -_Example script for Linux\_x86\_64-bit** or Windows Subsystem for Linux (WSL) systems_ -```shell -# Download -curl -L -O https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh - -# Install -bash ./Miniforge3-Linux-x86_64.sh -b -p ~/miniforge3/ - -# Clean -rm -f ./Miniforge3-Linux-x86_64.sh - -# Configure -~/miniforge3/condabin/conda config --add channels bioconda -/miniforge3/condabin/conda config --add channels conda-forge -~/miniforge3/condabin/conda config --set channel_priority strict -~/miniforge3/condabin/conda config --set auto_activate_base false - -# Update -~/miniforge3/condabin/conda update conda --yes - -# Check install -~/miniforge3/condabin/conda --version -~/miniforge3/condabin/conda config --show channels +!!! Example script for Linux\_x86\_64-bit** or Windows Subsystem for Linux (WSL) systems + ```shell + # Download + curl -L -O https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh + + # Install + bash ./Miniforge3-Linux-x86_64.sh -b -p ~/miniforge3/ + + # Clean + rm -f ./Miniforge3-Linux-x86_64.sh + + # Configure + ~/miniforge3/condabin/conda config --add channels bioconda + /miniforge3/condabin/conda config --add channels conda-forge + ~/miniforge3/condabin/conda config --set channel_priority strict + ~/miniforge3/condabin/conda config --set auto_activate_base false + + # Update + ~/miniforge3/condabin/conda update conda --yes + + # Check install + ~/miniforge3/condabin/conda --version + ~/miniforge3/condabin/conda config --show channels + + # Init + ~/miniforge3/condabin/conda init + ``` -# Init -~/miniforge3/condabin/conda init -``` !!! warning We higly recommand to **set channels** and **update**! !!! note diff --git a/documentations/fr/pages/acknowledgements.md b/documentations/fr/pages/acknowledgements.md index e188521..25a162f 100644 --- a/documentations/fr/pages/acknowledgements.md +++ b/documentations/fr/pages/acknowledgements.md @@ -22,7 +22,7 @@ !!! important Ceci est important -!!! warning: test +!!! warning Ceci est un warning !!! caution @@ -34,7 +34,8 @@ !!! code Ceci est du ```code``` -!!! bloc +!!! bloc de code + TEST ```shell Ceci est un bloc ``` -- GitLab