From 29adedeb421980516b847bb292214d8e700f383a Mon Sep 17 00:00:00 2001
From: Sebastien Gilles <sebastien.gilles@inria.fr>
Date: Mon, 13 May 2019 09:24:09 +0200
Subject: [PATCH] Mark more explicitly exercice 41 as optional.

---
 4-Templates/1b-TP.ipynb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/4-Templates/1b-TP.ipynb b/4-Templates/1b-TP.ipynb
index 76d18bd..8d713ae 100644
--- a/4-Templates/1b-TP.ipynb
+++ b/4-Templates/1b-TP.ipynb
@@ -14,7 +14,7 @@
    },
    "source": [
     "<h1>Table of contents<span class=\"tocSkip\"></span></h1>\n",
-    "<div class=\"toc\"><ul class=\"toc-item\"><li><span><a href=\"#Introduction\" data-toc-modified-id=\"Introduction-1\">Introduction</a></span></li><li><span><a href=\"#EXERCICE-37:-make-PowerOfTwoApprox-a-template-class\" data-toc-modified-id=\"EXERCICE-37:-make-PowerOfTwoApprox-a-template-class-2\">EXERCICE 37: make <code>PowerOfTwoApprox</code> a template class</a></span></li><li><span><a href=\"#EXERCICE-38:-consistency\" data-toc-modified-id=\"EXERCICE-38:-consistency-3\">EXERCICE 38: consistency</a></span></li><li><span><a href=\"#[optional]-EXERCICE-39:-crude-error-handling-for-the-overflow-issue\" data-toc-modified-id=\"[optional]-EXERCICE-39:-crude-error-handling-for-the-overflow-issue-4\">[optional] EXERCICE 39: crude error handling for the overflow issue</a></span></li><li><span><a href=\"#EXERCICE-40:-more-template-functions\" data-toc-modified-id=\"EXERCICE-40:-more-template-functions-5\">EXERCICE 40: more template functions</a></span></li><li><span><a href=\"#EXERCICE-41:-another-error-handling...\" data-toc-modified-id=\"EXERCICE-41:-another-error-handling...-6\">EXERCICE 41: another error handling...</a></span></li></ul></div>"
+    "<div class=\"toc\"><ul class=\"toc-item\"><li><span><a href=\"#Introduction\" data-toc-modified-id=\"Introduction-1\">Introduction</a></span></li><li><span><a href=\"#EXERCICE-37:-make-PowerOfTwoApprox-a-template-class\" data-toc-modified-id=\"EXERCICE-37:-make-PowerOfTwoApprox-a-template-class-2\">EXERCICE 37: make <code>PowerOfTwoApprox</code> a template class</a></span></li><li><span><a href=\"#EXERCICE-38:-consistency\" data-toc-modified-id=\"EXERCICE-38:-consistency-3\">EXERCICE 38: consistency</a></span></li><li><span><a href=\"#[optional]-EXERCICE-39:-crude-error-handling-for-the-overflow-issue\" data-toc-modified-id=\"[optional]-EXERCICE-39:-crude-error-handling-for-the-overflow-issue-4\">[optional] EXERCICE 39: crude error handling for the overflow issue</a></span></li><li><span><a href=\"#EXERCICE-40:-more-template-functions\" data-toc-modified-id=\"EXERCICE-40:-more-template-functions-5\">EXERCICE 40: more template functions</a></span></li><li><span><a href=\"#[optional]-EXERCICE-41:-another-error-handling...\" data-toc-modified-id=\"[optional]-EXERCICE-41:-another-error-handling...-6\">[optional] EXERCICE 41: another error handling...</a></span></li></ul></div>"
    ]
   },
   {
@@ -217,7 +217,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "### EXERCICE 41: another error handling...\n",
+    "### [optional] EXERCICE 41: another error handling...\n",
     "\n",
     "_Optional: you may want to take the solution directly!_\n",
     "\n",
-- 
GitLab