Skip to content

Commit fadc692

Browse files
committed
insert whitespace after headings for source coherence
1 parent b7755bc commit fadc692

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/scenarios/scientific.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Libraries
1919

2020
NumPy
2121
-----
22+
2223
`NumPy <http://numpy.scipy.org/>`_ is a low level library written in C (and
2324
FORTRAN) for high level mathematical functions. NumPy cleverly overcomes the
2425
problem of running slower algorithms on Python by using multidimensional arrays
@@ -33,6 +34,7 @@ NumPy is compatible with Python versions 2.4 through to 2.7.2 and 3.1+.
3334

3435
SciPy
3536
-----
37+
3638
`SciPy <http://scipy.org/>`_ is a library that uses Numpy for more mathematical
3739
function. SciPy uses NumPy arrays as its basic data structure. SciPy comes with
3840
modules for various commonly used tasks in scientific programing like linear

0 commit comments

Comments
 (0)