Fix: lien vers les notebooks et les html
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2824c3a6e1
commit
717642a1b7
@ -2,7 +2,7 @@ Fonctions spécifications et tests
|
||||
#################################
|
||||
|
||||
:date: 2022-12-02
|
||||
:modified: 2023-01-07
|
||||
:modified: 2023-01-08
|
||||
:authors: Benjamin Bertrand
|
||||
:tags: Programmation
|
||||
:category: 1NSI
|
||||
@ -35,8 +35,8 @@ Progression
|
||||
|
||||
Activité capytale pour apprendre à programmer des fonctions en décorant du texte.
|
||||
|
||||
- `Fonctions décoratives (html) <./1E fonctions de décorations.html>`_
|
||||
- `Fonctions décoratives (notebook) <./1E fonctions de décorations.ipynb>`_
|
||||
- `Fonctions décoratives (html) <./1E_fonctions_de_decorations.html>`_
|
||||
- `Fonctions décoratives (notebook) <./1E_fonctions_de_decorations.ipynb>`_
|
||||
|
||||
Bilan: structure d'une fonction, arguments, valeur retournée, spécifications
|
||||
|
||||
@ -50,8 +50,8 @@ Bilan: structure d'une fonction, arguments, valeur retournée, spécifications
|
||||
|
||||
Fonctions plus classiques à programmer et à documenter.
|
||||
|
||||
- `Fonctions et documentation (html) <./2E fonction documentations.html>`_
|
||||
- `Fonctions et documentation (notebook) <./2E fonction documentations.ipynb>`_
|
||||
- `Fonctions et documentation (html) <./2E_fonction_documentations.html>`_
|
||||
- `Fonctions et documentation (notebook) <./2E_fonction_documentations.ipynb>`_
|
||||
|
||||
Bilan: documenter et spécifier une fonction
|
||||
|
||||
@ -66,5 +66,5 @@ Bilan: documenter et spécifier une fonction
|
||||
|
||||
Écrire des tests avant d'écrire une fonction. Utilisation d'assert.
|
||||
|
||||
- `Fonctions et tests (html) <./3E Tester des fonctions.html>`_
|
||||
- `Fonctions et tests (notebook) <./3E Tester des fonctions.ipynb>`_
|
||||
- `Fonctions et tests (html) <./3E_Tester_des_fonctions.html>`_
|
||||
- `Fonctions et tests (notebook) <./3E_Tester_des_fonctions.ipynb>`_
|
||||
|
Loading…
Reference in New Issue
Block a user