Przeglądaj źródła

Numérotation des chapitres

master
Dimitri Merejkowsky 5 lat temu
rodzic
commit
e48a316a31
19 zmienionych plików z 38 dodań i 38 usunięć
  1. +2
    -2
      cours/source/01-introduction/index.rst
  2. +2
    -2
      cours/source/02-premiers-pas/index.rst
  3. +2
    -2
      cours/source/03-variables-et-types/index.rst
  4. +2
    -2
      cours/source/04-flot-de-controle/index.rst
  5. +2
    -2
      cours/source/05-fonctions-01/index.rst
  6. +2
    -2
      cours/source/06-listes/index.rst
  7. +2
    -2
      cours/source/07-none-et-pass/index.rst
  8. +2
    -2
      cours/source/08-dictionnaires/index.rst
  9. +2
    -2
      cours/source/09-tuples/index.rst
  10. +2
    -2
      cours/source/10-classes-01/index.rst
  11. +2
    -2
      cours/source/11-modules-01/index.rst
  12. +2
    -2
      cours/source/12-classes-02/index.rst
  13. +2
    -2
      cours/source/13-bibliothèques-01/index.rst
  14. +2
    -2
      cours/source/14-fichiers-et-données-binaires/index.rst
  15. +2
    -2
      cours/source/15-interpréteur-interactif/index.rst
  16. +2
    -2
      cours/source/16-classes-03/index.rst
  17. +2
    -2
      cours/source/17-décorateurs/index.rst
  18. +2
    -2
      cours/source/18-exceptions/index.rst
  19. +2
    -2
      cours/source/19-classes-04/index.rst

+ 2
- 2
cours/source/01-introduction/index.rst Wyświetl plik

@@ -1,5 +1,5 @@
Introduction
============
Chapitre 1 - Introduction
==========================




.. toctree:: .. toctree::


+ 2
- 2
cours/source/02-premiers-pas/index.rst Wyświetl plik

@@ -1,5 +1,5 @@
Premiers pas
============
Chapitre 2 - Premiers pas
=========================


.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1


+ 2
- 2
cours/source/03-variables-et-types/index.rst Wyświetl plik

@@ -1,5 +1,5 @@
Variables et types
==================
Chapitre 3 - Instructions, expressions, variables et types
==========================================================


.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1


+ 2
- 2
cours/source/04-flot-de-controle/index.rst Wyświetl plik

@@ -1,5 +1,5 @@
Flot de contrôle
================
Chapitre 4 - Flot de contrôle
==============================


.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1


+ 2
- 2
cours/source/05-fonctions-01/index.rst Wyświetl plik

@@ -1,5 +1,5 @@
Introduction aux fonctions
==========================
Chapitre 5 - Introduction aux fonctions
=======================================


.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1


+ 2
- 2
cours/source/06-listes/index.rst Wyświetl plik

@@ -1,5 +1,5 @@
Listes
======
Chapitre 6 - Listes
===================


Définition Définition
---------- ----------


+ 2
- 2
cours/source/07-none-et-pass/index.rst Wyświetl plik

@@ -1,5 +1,5 @@
None et pass
============
Chapitre 7 - None et pass
==========================


.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1


+ 2
- 2
cours/source/08-dictionnaires/index.rst Wyświetl plik

@@ -1,5 +1,5 @@
Dictionnaires
==============
Chapitre 8 - Dictionnaires
==========================


Définition Définition
---------- ----------


+ 2
- 2
cours/source/09-tuples/index.rst Wyświetl plik

@@ -1,5 +1,5 @@
Tuples
======
Chapitre 9 - Tuples
====================


Définition Définition
------------ ------------


+ 2
- 2
cours/source/10-classes-01/index.rst Wyświetl plik

@@ -1,5 +1,5 @@
Introduction aux classes
========================
Chapitre 10 - Introduction aux classes
======================================


Ce qu’on a vu jusqu’ici: Ce qu’on a vu jusqu’ici:




+ 2
- 2
cours/source/11-modules-01/index.rst Wyświetl plik

@@ -1,5 +1,5 @@
Introduction aux modules
========================
Chapitre 11 - Introduction aux modules
======================================


Un fichier = un module Un fichier = un module
------------------------ ------------------------


+ 2
- 2
cours/source/12-classes-02/index.rst Wyświetl plik

@@ -1,5 +1,5 @@
Couplage et composition
=======================
Chapitre 12 - Couplage et composition
======================================


.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1


+ 2
- 2
cours/source/13-bibliothèques-01/index.rst Wyświetl plik

@@ -1,5 +1,5 @@
Bibliothèques
=============
Chapitre 13 - Bibliothèques
===========================


.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1


+ 2
- 2
cours/source/14-fichiers-et-données-binaires/index.rst Wyświetl plik

@@ -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 à 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 manipuler des suites de 0 et et de 1s, mais qu'en est-t-il


+ 2
- 2
cours/source/15-interpréteur-interactif/index.rst Wyświetl plik

@@ -1,5 +1,5 @@
L'interpréteur interactif
=========================
Chapitre 15 - L'interpréteur interactif
=======================================


Démarrage Démarrage
---------- ----------


+ 2
- 2
cours/source/16-classes-03/index.rst Wyświetl plik

@@ -1,5 +1,5 @@
Héritage
========
Chapitre 16 - Héritage
======================


Rappel - composition Rappel - composition
--------------------- ---------------------


+ 2
- 2
cours/source/17-décorateurs/index.rst Wyświetl plik

@@ -1,5 +1,5 @@
Décorateurs
===========
Chapitre 17 - Décorateurs
=========================


.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1


+ 2
- 2
cours/source/18-exceptions/index.rst Wyświetl plik

@@ -1,5 +1,5 @@
Exceptions
==========
Chapitre 18 - Exceptions
=========================


On a souvent montré des exemples de code qui provoquaient des erreurs au 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 cours des chapitres précédents. Il est temps maintenant de se pencher


+ 2
- 2
cours/source/19-classes-04/index.rst Wyświetl plik

@@ -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 déjà parlé de *programmation* orientée objet en Python, mais pour l'instant
on a vu que des classes et des instances. on a vu que des classes et des instances.