Skip to content

Commit abda033

Browse files
authored
Merge pull request #14 from mdboom/typos
Typos, spelling corrections, and simple grammatical fixes
2 parents 0138bce + 6d3df1b commit abda033

8 files changed

+314
-303
lines changed

01-preface.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ neuroscience in association with the `Institute of Neurodegenerative
1818
Diseases`_, the Bordeaux laboratory for research in computer science
1919
(LaBRI_), the `University of Bordeaux`_ and the national center for scientific
2020
research (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
2323
years for modeling in neuroscience, machine learning and for advanced
2424
visualization (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
2727
conferences and schools worldwide (SciPy, EuroScipy, etc). He's also the author
2828
of the popular article `Ten Simple Rules for Better Figures`_.
2929

@@ -34,7 +34,7 @@ About this book
3434
This 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

5555
This 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
5757
a look at the bibliography_ for a curated list of resources.
5858

5959

6060
Conventions
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
6464
should import numpy, scipy and matplotlib as:
6565

6666
.. code-block:: python

0 commit comments

Comments
 (0)