5.1. Documentation sur le système de gestion de cours « validation »#

documentation sur un système de gestion de cours avec nbgrader et des outils de validation

5.1.1. création du livre (se placer en dessus du répertoire book_validation)#

version html

jupyter-book build book_validation/

crétion d’une version html statique dans book_validation/_build/html/

version pdf

jupyter-book build book_validation/ --builder pdflatex

5.1.2. gestion sous git#

cd  book_validation 
git remote add origin https://forge.univ-lyon1.fr/nbgrader/book_validation.git
git branch -M main
git push -uf origin main

puis

git commit -a -m "texte"
git push

5.1.3. syntaxe markdown#

5.1.3.1. notation markdown jupyter-book#

Title

text

Note

text

Avertissement

text some more text…

Astuce

text some more text…

Prudence

text some more text…

Attention

text some more text…

Danger

text some more text…

Erreur

text some more text…

Indication

text some more text…

Important

text some more text…

5.1.3.2. référence#

5.1.4. Authors and acknowledgment#

Marc BUFFAT, dpt mécanique, Université Lyon 1

5.1.5. License#

Projet sous licence libre, mais sans garantie

5.1.6. Project status#

projet en cours de développement