Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/scenarios/scientific.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ and it performs really well.

Due to its high performance nature, scientific computing in python often refers
to external libraries, typically written in faster languages (like C, or FORTRAN
for matrix operations). The main libraries used are NumPy and SciPy
for matrix operations). The main libraries used are `NumPy`_ and
`SciPy`_.

Libraries
:::::::::

Numpy
NumPy
-----
`NumPy <http://numpy.scipy.org/>`_ is a low level library written in C (and
FORTRAN) for high level mathematical functions. NumPy cleverly overcomes the
Expand Down