Skip to content

Commit 393c064

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#172 from JensRantil/adding_cross_references
Adding cross references
2 parents 9118659 + d0774ac commit 393c064

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/scenarios/scientific.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ and it performs really well.
1111

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

1617
Libraries
1718
:::::::::
1819

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

0 commit comments

Comments
 (0)