From 975f4860ec836adf8a4dcccae900d0a08e792097 Mon Sep 17 00:00:00 2001 From: SebastianoF Date: Tue, 21 Jan 2020 14:09:14 +0000 Subject: [PATCH] trailing File addressed --- 100_Numpy_exercises.ipynb | 2 +- 100_Numpy_exercises.md | 4 +++- 100_Numpy_exercises_with_hints.md | 4 +++- 100_Numpy_exercises_with_hints_with_solutions.md | 4 +++- 100_Numpy_exercises_with_solutions.md | 4 +++- 100_Numpy_random.ipynb | 2 +- generators.py | 4 ++-- source/headers.ktx | 2 +- 8 files changed, 17 insertions(+), 9 deletions(-) diff --git a/100_Numpy_exercises.ipynb b/100_Numpy_exercises.ipynb index e3fa47c..2e4a30e 100644 --- a/100_Numpy_exercises.ipynb +++ b/100_Numpy_exercises.ipynb @@ -12,7 +12,7 @@ "\n", "\n", "If you find an error or think you've a better way to solve some of them, feel\n", - "free to open an issue at " + "free to open an issue at ." ] }, { diff --git a/100_Numpy_exercises.md b/100_Numpy_exercises.md index ef5a6f5..1e7ce70 100644 --- a/100_Numpy_exercises.md +++ b/100_Numpy_exercises.md @@ -9,7 +9,9 @@ and new users but also to provide a set of exercises for those who teach. If you find an error or think you've a better way to solve some of them, feel -free to open an issue at File automatically generated. See the documentation to update questions/answers/hints programmatically. +free to open an issue at . +File automatically generated. See the documentation to update questions/answers/hints programmatically. + #### 1. Import the numpy package under the name `np` (★☆☆) #### 2. Print the numpy version and the configuration (★☆☆) diff --git a/100_Numpy_exercises_with_hints.md b/100_Numpy_exercises_with_hints.md index 40a0479..905334a 100644 --- a/100_Numpy_exercises_with_hints.md +++ b/100_Numpy_exercises_with_hints.md @@ -9,7 +9,9 @@ and new users but also to provide a set of exercises for those who teach. If you find an error or think you've a better way to solve some of them, feel -free to open an issue at File automatically generated. See the documentation to update questions/answers/hints programmatically. +free to open an issue at . +File automatically generated. See the documentation to update questions/answers/hints programmatically. + #### 1. Import the numpy package under the name `np` (★☆☆) `hint: import … as` #### 2. Print the numpy version and the configuration (★☆☆) diff --git a/100_Numpy_exercises_with_hints_with_solutions.md b/100_Numpy_exercises_with_hints_with_solutions.md index 2d63101..eb83533 100644 --- a/100_Numpy_exercises_with_hints_with_solutions.md +++ b/100_Numpy_exercises_with_hints_with_solutions.md @@ -9,7 +9,9 @@ and new users but also to provide a set of exercises for those who teach. If you find an error or think you've a better way to solve some of them, feel -free to open an issue at File automatically generated. See the documentation to update questions/answers/hints programmatically. +free to open an issue at . +File automatically generated. See the documentation to update questions/answers/hints programmatically. + #### 1. Import the numpy package under the name `np` (★☆☆) `hint: import … as` diff --git a/100_Numpy_exercises_with_solutions.md b/100_Numpy_exercises_with_solutions.md index dcedca9..d51bbde 100644 --- a/100_Numpy_exercises_with_solutions.md +++ b/100_Numpy_exercises_with_solutions.md @@ -9,7 +9,9 @@ and new users but also to provide a set of exercises for those who teach. If you find an error or think you've a better way to solve some of them, feel -free to open an issue at File automatically generated. See the documentation to update questions/answers/hints programmatically. +free to open an issue at . +File automatically generated. See the documentation to update questions/answers/hints programmatically. + #### 1. Import the numpy package under the name `np` (★☆☆) diff --git a/100_Numpy_random.ipynb b/100_Numpy_random.ipynb index bddcb92..3abd982 100644 --- a/100_Numpy_random.ipynb +++ b/100_Numpy_random.ipynb @@ -12,7 +12,7 @@ "\n", "\n", "If you find an error or think you've a better way to solve some of them, feel\n", - "free to open an issue at " + "free to open an issue at ." ] }, { diff --git a/generators.py b/generators.py index 9425b70..a8691d8 100644 --- a/generators.py +++ b/generators.py @@ -103,8 +103,8 @@ def create_markdown(destination_filename='100_Numpy_exercises', with_hints=False mdfile = mdutils.MdUtils(file_name=destination_filename) # Add headers - mdfile.write(HEADERS["header"]) - mdfile.write(HEADERS["sub_header"]) + mdfile.write(HEADERS["header"] + '\n') + mdfile.write(HEADERS["sub_header"] + '\n') # Add questions (and hint or answers if required) for n in range(1, 101): diff --git a/source/headers.ktx b/source/headers.ktx index 5bee6f2..03acd5d 100644 --- a/source/headers.ktx +++ b/source/headers.ktx @@ -7,7 +7,7 @@ and new users but also to provide a set of exercises for those who teach. If you find an error or think you've a better way to solve some of them, feel -free to open an issue at +free to open an issue at . < sub_header