Skip to content

Commit 3042e08

Browse files
committed
Added section for Numba
1 parent 7ec689f commit 3042e08

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/scenarios/scientific.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ people who only need the basic requirements can just use NumPy.
3535

3636
NumPy is compatible with Python versions 2.4 through to 2.7.2 and 3.1+.
3737

38+
Numba
39+
-----
40+
.. todo:: Write about Numba
41+
3842
SciPy
3943
-----
4044

@@ -60,8 +64,9 @@ Resources
6064

6165
Installation of scientific Python packages can be troublesome. Many of these
6266
packages are implemented as Python C extensions which need to be compiled.
63-
This section lists various so-called Python distributions which provide precompiled and
64-
easy-to-install collections of scientific Python packages.
67+
This section lists various so-called scientific Python distributions which
68+
provide precompiled and easy-to-install collections of scientific Python
69+
packages.
6570

6671
Unofficial Windows Binaries for Python Extension Packages
6772
---------------------------------------------------------

0 commit comments

Comments
 (0)