trailing File addressed

This commit is contained in:
SebastianoF 2020-01-21 14:09:14 +00:00
parent 8049fac912
commit 975f4860ec
8 changed files with 17 additions and 9 deletions

View File

@ -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 <https://github.com/rougier/numpy-100>"
"free to open an issue at <https://github.com/rougier/numpy-100>."
]
},
{

View File

@ -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 <https://github.com/rougier/numpy-100>File automatically generated. See the documentation to update questions/answers/hints programmatically.
free to open an issue at <https://github.com/rougier/numpy-100>.
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 (★☆☆)

View File

@ -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 <https://github.com/rougier/numpy-100>File automatically generated. See the documentation to update questions/answers/hints programmatically.
free to open an issue at <https://github.com/rougier/numpy-100>.
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 (★☆☆)

View File

@ -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 <https://github.com/rougier/numpy-100>File automatically generated. See the documentation to update questions/answers/hints programmatically.
free to open an issue at <https://github.com/rougier/numpy-100>.
File automatically generated. See the documentation to update questions/answers/hints programmatically.
#### 1. Import the numpy package under the name `np` (★☆☆)
`hint: import as`

View File

@ -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 <https://github.com/rougier/numpy-100>File automatically generated. See the documentation to update questions/answers/hints programmatically.
free to open an issue at <https://github.com/rougier/numpy-100>.
File automatically generated. See the documentation to update questions/answers/hints programmatically.
#### 1. Import the numpy package under the name `np` (★☆☆)

View File

@ -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 <https://github.com/rougier/numpy-100>"
"free to open an issue at <https://github.com/rougier/numpy-100>."
]
},
{

View File

@ -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):

View File

@ -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 <https://github.com/rougier/numpy-100>
free to open an issue at <https://github.com/rougier/numpy-100>.
< sub_header