diff --git a/algorithmique/cours/conf.py b/algorithmique/cours/conf.py index 0fc0a95..b115013 100644 --- a/algorithmique/cours/conf.py +++ b/algorithmique/cours/conf.py @@ -37,8 +37,8 @@ def setup(app): app.add_config_value('correction', False, 'env') app.add_config_value('exercice', False, 'env') -exercice = True -correction = True +exercice = False +correction = False # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] diff --git a/algorithmique/cours/donnees.txt b/algorithmique/cours/donnees.txt index c9851fd..99b21ca 100644 --- a/algorithmique/cours/donnees.txt +++ b/algorithmique/cours/donnees.txt @@ -150,7 +150,7 @@ Cette fonction est prédéfinie en Ocaml : `List.length` implémentation en python - .. code-block: python + .. code-block:: python >>> matrice = [] >>> for i in range(12):