Go to file
Bertrand Benjamin 9633860403
continuous-integration/drone/push Build is passing Details
Feat: ...
2020-08-11 17:24:36 +02:00
tools Feat: add examples and new exercises caracteristics 2020-08-11 17:21:57 +02:00
.drone.yml Feat: add drone 2020-08-07 18:35:16 +02:00
.gitignore Feat: add xsim file in gitignore 2020-08-11 17:21:38 +02:00
Makefile Feat: python env and githook setup on a make install 2020-08-07 18:18:07 +02:00
README.md Feat: ... 2020-08-11 17:24:36 +02:00
config.fish Feat: Début de l'année! 2020-08-07 18:04:18 +02:00
index.rst Feat: Début de l'année! 2020-08-07 18:04:18 +02:00
requirements.txt Feat: python env and githook setup on a make install 2020-08-07 18:18:07 +02:00

README.md

Cours pour l'année 2019-2020

Build Status

Quand on arrive

. config.fish

Mise en place

make install

Cela va installer le git hook pour le formatage des fichiers rst et créer un virtualenv pour python.

Structure des fichiers et dossiers

    classe
    > index.rst (Index pour la classe)
    > n°_chapitre
        > index.rst (index pour le chapitre)
        > exercices.tex (tous les exercices du chapitre)
        > 1E_... (exercices de l'étape 1)
        > 1C_... (cours de l'étape 1)