Merge pull request #1 from stendler/patch
fix 404 links and add .idea/ to .gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -12,3 +12,6 @@ __pycache__/
|
|||||||
# docker
|
# docker
|
||||||
.docker_cid
|
.docker_cid
|
||||||
Dockerfile
|
Dockerfile
|
||||||
|
|
||||||
|
# Pycharm / Jetbrains IDEs
|
||||||
|
.idea/
|
||||||
|
|||||||
@@ -19,8 +19,8 @@
|
|||||||
"## Introduction to Python / Numpy\n",
|
"## Introduction to Python / Numpy\n",
|
||||||
"\n",
|
"\n",
|
||||||
"* [Learn Python in 15 minutes](https://learnxinyminutes.com/docs/python3/): We will use Python 3.\n",
|
"* [Learn Python in 15 minutes](https://learnxinyminutes.com/docs/python3/): We will use Python 3.\n",
|
||||||
"* [Numpy for Matlab Users](https://docs.scipy.org/doc/numpy-dev/user/numpy-for-matlab-users.html#general-purpose-equivalents)\n",
|
"* [Numpy for Matlab Users](https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html#general-purpose-equivalents)\n",
|
||||||
"* [Numpy Quickstart](https://docs.scipy.org/doc/numpy-dev/user/quickstart.html)\n",
|
"* [Numpy Quickstart](https://docs.scipy.org/doc/numpy/user/quickstart.html)\n",
|
||||||
"\n",
|
"\n",
|
||||||
"## Libraries\n",
|
"## Libraries\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user