diff --git a/cours/source/01-introduction/index.rst b/cours/source/01-introduction/index.rst index 50191ca..bcd43b1 100644 --- a/cours/source/01-introduction/index.rst +++ b/cours/source/01-introduction/index.rst @@ -1,5 +1,5 @@ -Introduction -============ +Chapitre 1 - Introduction +========================== .. toctree:: diff --git a/cours/source/02-premiers-pas/index.rst b/cours/source/02-premiers-pas/index.rst index 21546ee..f6ec686 100644 --- a/cours/source/02-premiers-pas/index.rst +++ b/cours/source/02-premiers-pas/index.rst @@ -1,5 +1,5 @@ -Premiers pas -============ +Chapitre 2 - Premiers pas +========================= .. toctree:: :maxdepth: 1 diff --git a/cours/source/03-variables-et-types/index.rst b/cours/source/03-variables-et-types/index.rst index caa0bc9..108448d 100644 --- a/cours/source/03-variables-et-types/index.rst +++ b/cours/source/03-variables-et-types/index.rst @@ -1,5 +1,5 @@ -Variables et types -================== +Chapitre 3 - Instructions, expressions, variables et types +========================================================== .. toctree:: :maxdepth: 1 diff --git a/cours/source/04-flot-de-controle/index.rst b/cours/source/04-flot-de-controle/index.rst index 19a61a0..f26a9aa 100644 --- a/cours/source/04-flot-de-controle/index.rst +++ b/cours/source/04-flot-de-controle/index.rst @@ -1,5 +1,5 @@ -Flot de contrôle -================ +Chapitre 4 - Flot de contrôle +============================== .. toctree:: :maxdepth: 1 diff --git a/cours/source/05-fonctions-01/index.rst b/cours/source/05-fonctions-01/index.rst index 9c5ff21..1159c0b 100644 --- a/cours/source/05-fonctions-01/index.rst +++ b/cours/source/05-fonctions-01/index.rst @@ -1,5 +1,5 @@ -Introduction aux fonctions -========================== +Chapitre 5 - Introduction aux fonctions +======================================= .. toctree:: :maxdepth: 1 diff --git a/cours/source/06-listes/index.rst b/cours/source/06-listes/index.rst index 18b7a98..a83defe 100644 --- a/cours/source/06-listes/index.rst +++ b/cours/source/06-listes/index.rst @@ -1,5 +1,5 @@ -Listes -====== +Chapitre 6 - Listes +=================== Définition ---------- diff --git a/cours/source/07-none-et-pass/index.rst b/cours/source/07-none-et-pass/index.rst index b08cdd8..4eb7a0f 100644 --- a/cours/source/07-none-et-pass/index.rst +++ b/cours/source/07-none-et-pass/index.rst @@ -1,5 +1,5 @@ -None et pass -============ +Chapitre 7 - None et pass +========================== .. toctree:: :maxdepth: 1 diff --git a/cours/source/08-dictionnaires/index.rst b/cours/source/08-dictionnaires/index.rst index a54722a..6358707 100644 --- a/cours/source/08-dictionnaires/index.rst +++ b/cours/source/08-dictionnaires/index.rst @@ -1,5 +1,5 @@ -Dictionnaires -============== +Chapitre 8 - Dictionnaires +========================== Définition ---------- diff --git a/cours/source/09-tuples/index.rst b/cours/source/09-tuples/index.rst index a808f22..84e8d0c 100644 --- a/cours/source/09-tuples/index.rst +++ b/cours/source/09-tuples/index.rst @@ -1,5 +1,5 @@ -Tuples -====== +Chapitre 9 - Tuples +==================== Définition ------------ diff --git a/cours/source/10-classes-01/index.rst b/cours/source/10-classes-01/index.rst index 12b8485..fc37449 100644 --- a/cours/source/10-classes-01/index.rst +++ b/cours/source/10-classes-01/index.rst @@ -1,5 +1,5 @@ -Introduction aux classes -======================== +Chapitre 10 - Introduction aux classes +====================================== Ce qu’on a vu jusqu’ici: diff --git a/cours/source/11-modules-01/index.rst b/cours/source/11-modules-01/index.rst index c183af7..f592a22 100644 --- a/cours/source/11-modules-01/index.rst +++ b/cours/source/11-modules-01/index.rst @@ -1,5 +1,5 @@ -Introduction aux modules -======================== +Chapitre 11 - Introduction aux modules +====================================== Un fichier = un module ------------------------ diff --git a/cours/source/12-classes-02/index.rst b/cours/source/12-classes-02/index.rst index 92e5a58..9482067 100644 --- a/cours/source/12-classes-02/index.rst +++ b/cours/source/12-classes-02/index.rst @@ -1,5 +1,5 @@ -Couplage et composition -======================= +Chapitre 12 - Couplage et composition +====================================== .. toctree:: :maxdepth: 1 diff --git a/cours/source/13-bibliothèques-01/index.rst b/cours/source/13-bibliothèques-01/index.rst index 2ac4171..1fb5a0c 100644 --- a/cours/source/13-bibliothèques-01/index.rst +++ b/cours/source/13-bibliothèques-01/index.rst @@ -1,5 +1,5 @@ -Bibliothèques -============= +Chapitre 13 - Bibliothèques +=========================== .. toctree:: :maxdepth: 1 diff --git a/cours/source/14-fichiers-et-données-binaires/index.rst b/cours/source/14-fichiers-et-données-binaires/index.rst index d47bfd9..28f0c57 100644 --- a/cours/source/14-fichiers-et-données-binaires/index.rst +++ b/cours/source/14-fichiers-et-données-binaires/index.rst @@ -1,5 +1,5 @@ -Données binaires et fichiers -============================ +Chapitre 14 - Données binaires et fichiers +========================================== On vous a peut-être déjà dit que l'informatique consiste à manipuler des suites de 0 et et de 1s, mais qu'en est-t-il diff --git a/cours/source/15-interpréteur-interactif/index.rst b/cours/source/15-interpréteur-interactif/index.rst index 7c5fa18..fb8774e 100644 --- a/cours/source/15-interpréteur-interactif/index.rst +++ b/cours/source/15-interpréteur-interactif/index.rst @@ -1,5 +1,5 @@ -L'interpréteur interactif -========================= +Chapitre 15 - L'interpréteur interactif +======================================= Démarrage ---------- diff --git a/cours/source/16-classes-03/index.rst b/cours/source/16-classes-03/index.rst index 0555acf..77af8c4 100644 --- a/cours/source/16-classes-03/index.rst +++ b/cours/source/16-classes-03/index.rst @@ -1,5 +1,5 @@ -Héritage -======== +Chapitre 16 - Héritage +====================== Rappel - composition --------------------- diff --git a/cours/source/17-décorateurs/index.rst b/cours/source/17-décorateurs/index.rst index e735ef8..d3e7850 100644 --- a/cours/source/17-décorateurs/index.rst +++ b/cours/source/17-décorateurs/index.rst @@ -1,5 +1,5 @@ -Décorateurs -=========== +Chapitre 17 - Décorateurs +========================= .. toctree:: :maxdepth: 1 diff --git a/cours/source/18-exceptions/index.rst b/cours/source/18-exceptions/index.rst index cf59927..0f7aae1 100644 --- a/cours/source/18-exceptions/index.rst +++ b/cours/source/18-exceptions/index.rst @@ -1,5 +1,5 @@ -Exceptions -========== +Chapitre 18 - Exceptions +========================= On a souvent montré des exemples de code qui provoquaient des erreurs au cours des chapitres précédents. Il est temps maintenant de se pencher diff --git a/cours/source/19-classes-04/index.rst b/cours/source/19-classes-04/index.rst index eb86b98..c55427d 100644 --- a/cours/source/19-classes-04/index.rst +++ b/cours/source/19-classes-04/index.rst @@ -1,5 +1,5 @@ -Objets -====== +Chapitre 19 - Objets +===================== On a déjà parlé de *programmation* orientée objet en Python, mais pour l'instant on a vu que des classes et des instances.