diff --git a/docs/arch_exp/turpan/Quick_start/_category_.json b/docs/arch_exp/turpan/Quick_start/_category_.json index c69a4f9c4..f66166232 100644 --- a/docs/arch_exp/turpan/Quick_start/_category_.json +++ b/docs/arch_exp/turpan/Quick_start/_category_.json @@ -1,4 +1,4 @@ { "label": "Démarrage rapide", - "position": 10 + "position": 11 } \ No newline at end of file diff --git a/docs/arch_exp/turpan/datasets.md b/docs/arch_exp/turpan/datasets.md index 9197172b4..915356405 100644 --- a/docs/arch_exp/turpan/datasets.md +++ b/docs/arch_exp/turpan/datasets.md @@ -1,6 +1,6 @@ --- title: "Les jeux de données" -sidebar_position: 8 +sidebar_position: 9 --- import Tabs from '@theme/Tabs'; diff --git a/docs/arch_exp/turpan/logiciels/envpython/index.md b/docs/arch_exp/turpan/logiciels/envpython/index.md index 2fa48d932..32e45a68f 100644 --- a/docs/arch_exp/turpan/logiciels/envpython/index.md +++ b/docs/arch_exp/turpan/logiciels/envpython/index.md @@ -20,9 +20,3 @@ CALMIP préconise l’utilisation de conda pour l’installation de vos environn * [JupyterLab](./jupyterlab.md) * [TensorBoard](./tensorboard.md) - -### Autres ressources et guides pratiques - -* [Guide pour débuter avec l'IA sur turpan](Turpan_for_AI.pdf) - - diff --git a/docs/arch_exp/turpan/logiciels/envpython/jupyterlab.md b/docs/arch_exp/turpan/logiciels/envpython/jupyterlab.md index 970ced9c5..c8fc343e6 100644 --- a/docs/arch_exp/turpan/logiciels/envpython/jupyterlab.md +++ b/docs/arch_exp/turpan/logiciels/envpython/jupyterlab.md @@ -280,7 +280,7 @@ apptainer exec --env "PYTHONUSERBASE=${HOME}/myenv3" --bind /tmpdir,/work --nv / Voici quelques liens pour avoir de l'information supplémentaire : - * Sur l'[utilisation des conteneurs](../apptainer.md) sur Turpan + * Sur l'[utilisation des conteneurs](../container/index.md) sur Turpan * Sur l'[utilisation de la bibliothèque Pytorch](./pytorch.md) sur Turpan * Sur l'[utilisation de la bibliothèque TensorFlow](./tensorflow.md) sur Turpan * Sur l'[utilisation de la bibliothèque Scikit-learn](./scikit-learn.md) sur Turpan diff --git a/docs/arch_exp/turpan/performance/_category_.json b/docs/arch_exp/turpan/performance/_category_.json index 002037a04..9af341e78 100644 --- a/docs/arch_exp/turpan/performance/_category_.json +++ b/docs/arch_exp/turpan/performance/_category_.json @@ -1,4 +1,4 @@ { "label": "Améliorer les performances", - "position": 9 + "position": 10 } diff --git a/docs/arch_exp/turpan/ressources_ia/_category_.json b/docs/arch_exp/turpan/ressources_ia/_category_.json new file mode 100644 index 000000000..4d0700376 --- /dev/null +++ b/docs/arch_exp/turpan/ressources_ia/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Ressources pour l'IA", + "position": 7 +} \ No newline at end of file diff --git a/docs/arch_exp/turpan/ressources_ia/index.md b/docs/arch_exp/turpan/ressources_ia/index.md index a110b20ba..522a67fee 100644 --- a/docs/arch_exp/turpan/ressources_ia/index.md +++ b/docs/arch_exp/turpan/ressources_ia/index.md @@ -1,6 +1,6 @@ --- title: Ressources pour l'IA -sidebar_position: 3 +sidebar_position: 12 --- import Tabs from '@theme/Tabs';