@@ -18,12 +18,12 @@ neuroscience in association with the `Institute of Neurodegenerative
1818Diseases `_, the Bordeaux laboratory for research in computer science
1919(LaBRI _), the `University of Bordeaux `_ and the national center for scientific
2020research (CNRS _).
21-
22- He has been using Python for more than 15 years and Numpy for more than 10
21+
22+ He has been using Python for more than 15 years and numpy for more than 10
2323years for modeling in neuroscience, machine learning and for advanced
2424visualization (OpenGL). Nicolas P. Rougier is the author of several online
25- resources and tutorials (Matplotlib, Numpy , OpenGL) and he's teaching Python,
26- Numpy and scientific visualization at the University of Bordeaux and in various
25+ resources and tutorials (Matplotlib, numpy , OpenGL) and he's teaching Python,
26+ numpy and scientific visualization at the University of Bordeaux and in various
2727conferences and schools worldwide (SciPy, EuroScipy, etc). He's also the author
2828of the popular article `Ten Simple Rules for Better Figures `_.
2929
@@ -34,7 +34,7 @@ About this book
3434This book has been written in |ReST |_ format and generated using the
3535`rst2html.py ` command line available from the docutils _ python package.
3636
37- If you want to rebuild the html output, from top direcotry , type:
37+ If you want to rebuild the html output, from the top directory , type:
3838
3939.. code-block ::
4040
@@ -49,18 +49,18 @@ The sources are available from https://github.com/rougier/from-python-to-numpy.
4949.. _docutils : http://docutils.sourceforge.net/
5050
5151
52- Pre-requisites
53- ++++++++++++++
52+ Prerequisites
53+ +++++++++++++
5454
5555This is not a Python beginner guide and you should have an intermediate level in
56- Python and ideally a beginner level in Numpy . If this is not the case, have
56+ Python and ideally a beginner level in numpy . If this is not the case, have
5757a look at the bibliography _ for a curated list of resources.
5858
5959
6060Conventions
6161+++++++++++
6262
63- We will use usual naming conventions. If not stated explicitely , each script
63+ We will use usual naming conventions. If not stated explicitly , each script
6464should import numpy, scipy and matplotlib as:
6565
6666.. code-block :: python
0 commit comments