From 135d650b3e90015d09c60cce7f5fcdcd44e61072 Mon Sep 17 00:00:00 2001 From: brad-gh <32170926+brad-gh@users.noreply.github.com> Date: Mon, 29 Mar 2021 23:48:15 +0200 Subject: [PATCH] fix: correct title format --- one_md_per_day_format/piscine/Week1/day1.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/one_md_per_day_format/piscine/Week1/day1.md b/one_md_per_day_format/piscine/Week1/day1.md index 0d6b673..48efc73 100644 --- a/one_md_per_day_format/piscine/Week1/day1.md +++ b/one_md_per_day_format/piscine/Week1/day1.md @@ -8,21 +8,12 @@ Author:
-# Outline: +# Outline: (optional) A. Introduction B. Rules C. Exercices -1. -2. -3. -4. -5. -6. -7. -8. -9. ## Rules ... Notebook Colabs or Jupyter Notebook @@ -87,7 +78,7 @@ The goal of this exercice is to learn to create a NumPy array with 0s. 2. The question is validated if the solution uses `reshape` and the shape of the array is **(3, 100)** --- -## Exercice 3 Slicing +# Exercice 3 Slicing The goal of this exercice is to learn NumPy indexing/slicing. It allows to access values of the NumPy array efficiently and without a for loop. @@ -412,4 +403,4 @@ This exercice is validated if the output is: ``` [[0 3 1 2 4] [7 6 8 9 5]] -``` \ No newline at end of file +```