Skip to content

Commit 8d3be7e

Browse files
authored
Merge branch 'master' into patch-2
2 parents aab9731 + e1b05dd commit 8d3be7e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/intro/duction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ include:
3333
Perl's `CPAN <https://www.cpan.org>`_. There is a thriving community
3434
of very powerful Python frameworks and tools like
3535
the `Django <https://www.djangoproject.com>`_ web framework and the
36-
`NumPy <http://numpy.scipy.org>`_ set of math routines.
36+
`NumPy <https://numpy.org/>`_ set of math routines.
3737

3838
* **integration with other systems**
3939

docs/scenarios/scientific.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Libraries
4747
NumPy
4848
-----
4949

50-
`NumPy <http://numpy.scipy.org/>`_ is a low level library written in C (and
50+
`NumPy <https://numpy.org/>`_ is a low level library written in C (and
5151
Fortran) for high level mathematical functions. NumPy cleverly overcomes the
5252
problem of running slower algorithms on Python by using multidimensional arrays
5353
and functions that operate on arrays. Any algorithm can then be expressed as a

docs/writing/reading.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ reading. Each one of these projects is a paragon of Python coding.
4949

5050
.. todo:: Include code examples of exemplary code from each of the projects listed. Explain why it is excellent code. Use complex examples.
5151

52-
.. todo:: Explain techniques to rapidly identify data structures and algorithms and determine what the code is doing.
52+
.. todo:: Explain techniques for rapidly identifying data structures and algorithms and determining what the code is doing.

0 commit comments

Comments
 (0)