We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9118659 + d0774ac commit 393c064Copy full SHA for 393c064
docs/scenarios/scientific.rst
@@ -11,12 +11,13 @@ and it performs really well.
11
12
Due to its high performance nature, scientific computing in python often refers
13
to external libraries, typically written in faster languages (like C, or FORTRAN
14
-for matrix operations). The main libraries used are NumPy and SciPy
+for matrix operations). The main libraries used are `NumPy`_ and
15
+`SciPy`_.
16
17
Libraries
18
:::::::::
19
-Numpy
20
+NumPy
21
-----
22
`NumPy <http://numpy.scipy.org/>`_ is a low level library written in C (and
23
FORTRAN) for high level mathematical functions. NumPy cleverly overcomes the
0 commit comments