diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2025-08-13 17:11:51 -0400 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2025-08-13 17:11:51 -0400 |
commit | 46a01936f1fb8215afc95aa5d3215441ee9fea83 (patch) | |
tree | ab81eac414340c62cd1c891848e5db758fe6bc59 /content/pages/tipe.rst | |
parent | 110a06e0aa84b5b8a8e280588424edf62fd099cf (diff) | |
download | schiltknecht.org-46a01936f1fb8215afc95aa5d3215441ee9fea83.tar.gz schiltknecht.org-46a01936f1fb8215afc95aa5d3215441ee9fea83.tar.bz2 schiltknecht.org-46a01936f1fb8215afc95aa5d3215441ee9fea83.zip |
Replacer `filename` par `static` pour les fichiers statiques
Diffstat (limited to 'content/pages/tipe.rst')
-rw-r--r-- | content/pages/tipe.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/content/pages/tipe.rst b/content/pages/tipe.rst index f0518d8..4b22fb4 100644 --- a/content/pages/tipe.rst +++ b/content/pages/tipe.rst @@ -15,7 +15,7 @@ Programme Maple Télécharger le fichier : TFD.mw_ -.. _TFD.mw: {filename}/static/TIPE_2007/Maple/TFD.mw +.. _TFD.mw: {static}/static/TIPE_2007/Maple/TFD.mw Sources Octave ============== @@ -26,11 +26,11 @@ Sources Octave * Source de l'algorithme de Multiplication de polynômes (Nécessite la présence des deux archives précédentes, extraites dans le même dossier) : Multiplication.m_ -.. __: {filename}/static/TIPE_2007/Octave/TFD_Octave.zip -.. __: {filename}/static/TIPE_2007/Octave/TFD_Octave.tar.bz2 -.. __: {filename}/static/TIPE_2007/Octave/TFDI_Octave.zip -.. __: {filename}/static/TIPE_2007/Octave/TFDI_Octave.tar.bz2 -.. _Multiplication.m: {filename}/static/TIPE_2007/Octave/Multiplication.m +.. __: {static}/static/TIPE_2007/Octave/TFD_Octave.zip +.. __: {static}/static/TIPE_2007/Octave/TFD_Octave.tar.bz2 +.. __: {static}/static/TIPE_2007/Octave/TFDI_Octave.zip +.. __: {static}/static/TIPE_2007/Octave/TFDI_Octave.tar.bz2 +.. _Multiplication.m: {static}/static/TIPE_2007/Octave/Multiplication.m Sources C++ =========== @@ -38,8 +38,8 @@ Sources C++ Le programme ne peut s'éxecuter que sur un système GNU/Linux. Archive contenant les sources : `Format zip`__ - `Format tar.bz2`__ -.. __: {filename}/static/TIPE_2007/C/TFD_C.zip -.. __: {filename}/static/TIPE_2007/C/TFD_C.tar.bz2 +.. __: {static}/static/TIPE_2007/C/TFD_C.zip +.. __: {static}/static/TIPE_2007/C/TFD_C.tar.bz2 Le dossier @@ -48,6 +48,6 @@ Le dossier * Télécharger le `Dossier TIPE`_ (Format PDF) * Télécharger les `transparents de présentation`_ (Format PDF) -.. _Dossier TIPE: {filename}/static/TIPE_2007/Dossier/Dossier_TIPE_2007_TF.pdf -.. _transparents de présentation: {filename}/static/TIPE_2007/Dossier/Transparents_TIPE_2007_TF.pdf +.. _Dossier TIPE: {static}/static/TIPE_2007/Dossier/Dossier_TIPE_2007_TF.pdf +.. _transparents de présentation: {static}/static/TIPE_2007/Dossier/Transparents_TIPE_2007_TF.pdf |