Skip to content

Commit a96897f

Browse files
authored
Fix indentation in the multiline lists
1 parent d8153d9 commit a96897f

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

content/en/learn.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ strongly recommend the following:
1919

2020
* [NumPy Quickstart Tutorial](https://numpy.org/devdocs/user/quickstart.html)
2121
* [NumPy Tutorials](https://numpy.org/numpy-tutorials) A collection of tutorials and
22-
educational materials in the format of Jupyter Notebooks developed and maintained by
23-
the NumPy Documentation team. To submit your own content, visit the
24-
[numpy-tutorials repository on GitHub](https://github.com/numpy/numpy-tutorials).
22+
educational materials in the format of Jupyter Notebooks developed and maintained by
23+
the NumPy Documentation team. To submit your own content, visit the
24+
[numpy-tutorials repository on GitHub](https://github.com/numpy/numpy-tutorials).
2525
* [NumPy Illustrated: The Visual Guide to NumPy](https://betterprogramming.pub/3b1d4976de1d?sk=57b908a77aa44075a49293fa1631dd9b)
26-
*by Lev Maximov*
26+
*by Lev Maximov*
2727
* [Scientific Python Lectures](https://lectures.scientific-python.org/) Besides covering
28-
NumPy, these lectures offer a broader introduction to the scientific Python ecosystem.
28+
NumPy, these lectures offer a broader introduction to the scientific Python ecosystem.
2929
* [NumPy: the absolute basics for beginners](https://numpy.org/devdocs/user/absolute_beginners.html)
3030
* [NumPy tutorial](https://github.com/rougier/numpy-tutorial) *by Nicolas Rougier*
3131
* [Stanford CS231](http://cs231n.github.io/python-numpy-tutorial/) *by Justin Johnson*
@@ -34,12 +34,12 @@ NumPy, these lectures offer a broader introduction to the scientific Python ecos
3434
<i class="fas fa-book"></i> **Books**
3535

3636
* [Guide to NumPy](https://web.mit.edu/dvp/Public/numpybook.pdf) *by Travis E. Oliphant*
37-
This is the first and *free* edition of the book. To purchase the latest edition,
38-
[click here](https://www.amazon.com/exec/obidos/ASIN/151730007X/acmorg-20).
37+
This is the first and *free* edition of the book. To purchase the latest edition,
38+
[click here](https://www.amazon.com/exec/obidos/ASIN/151730007X/acmorg-20).
3939
* [From Python to NumPy](https://www.labri.fr/perso/nrougier/from-python-to-numpy/)
40-
*by Nicolas P. Rougier* *(free)*
40+
*by Nicolas P. Rougier* *(free)*
4141
* [Elegant SciPy](https://www.amazon.com/Elegant-SciPy-Art-Scientific-Python/dp/1491922877)
42-
*by Juan Nunez-Iglesias, Stefan van der Walt, and Harriet Dashnow*
42+
*by Juan Nunez-Iglesias, Stéfan van der Walt, and Harriet Dashnow*
4343

4444
You may also want to check out the [Goodreads list](https://www.goodreads.com/shelf/show/python-scipy)
4545
on the subject of "Python+SciPy." Most books there are about the "SciPy ecosystem,"
@@ -58,27 +58,29 @@ Try these advanced resources for a better understanding of NumPy concepts like a
5858
<i class="fas fa-chalkboard"></i> **Tutorials**
5959

6060
* [100 NumPy Exercises](http://www.labri.fr/perso/nrougier/teaching/numpy.100/index.html)
61-
*by Nicolas P. Rougier*
61+
*by Nicolas P. Rougier*
6262
* [An Introduction to NumPy and Scipy](https://engineering.ucsb.edu/~shell/che210d/numpy.pdf)
63-
*by M. Scott Shell*
63+
*by M. Scott Shell*
6464
* [Numpy Medkits](http://mentat.za.net/numpy/numpy_advanced_slides/)
65-
*by Stéfan van der Walt*
65+
*by Stéfan van der Walt*
6666
* [NumPy Tutorials](https://numpy.org/numpy-tutorials) A collection of tutorials and educational
67-
materials in the format of Jupyter Notebooks developed and maintained by the NumPy Documentation team.
68-
To submit your own content, visit the [numpy-tutorials repository on GitHub](https://github.com/numpy/numpy-tutorials).
67+
materials in the format of Jupyter Notebooks developed and maintained by the NumPy Documentation team.
68+
To submit your own content, visit the [numpy-tutorials repository on GitHub](https://github.com/numpy/numpy-tutorials).
6969

7070
<i class="fas fa-book"></i> **Books**
7171

7272
* [Python Data Science Handbook](https://www.amazon.com/Python-Data-Science-Handbook-Essential/dp/1098121228)
73-
*by Jake Vanderplas*
73+
*by Jake Vanderplas*
7474
* [Python for Data Analysis](https://www.amazon.com/Python-Data-Analysis-Wrangling-Jupyter/dp/109810403X)
75-
*by Wes McKinney*
76-
* [Numerical Python: Scientific Computing and Data Science Applications with Numpy, SciPy, and Matplotlib](https://www.amazon.com/Numerical-Python-Scientific-Applications-Matplotlib/dp/1484242459) *by Robert Johansson*
75+
*by Wes McKinney*
76+
* [Numerical Python: Scientific Computing and Data Science Applications with Numpy, SciPy,
77+
and Matplotlib](https://www.amazon.com/Numerical-Python-Scientific-Applications-Matplotlib/dp/1484242459)
78+
*by Robert Johansson*
7779

7880
<i class="far fa-file-video"></i> **Videos**
7981

8082
* [Advanced NumPy - broadcasting rules, strides, and advanced indexing](https://www.youtube.com/watch?v=cYugp9IN1-Q)
81-
*by Juan Nunez-Iglesias*
83+
*by Juan Nunez-Iglesias*
8284

8385
***
8486

0 commit comments

Comments
 (0)