Skip to content

Commit 2b78a93

Browse files
committed
add link to Numba
1 parent dcaa25d commit 2b78a93

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/scenarios/scientific.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@ NumPy is compatible with Python versions 2.4 through to 2.7.2 and 3.1+.
5353

5454
Numba
5555
-----
56-
Numba is an Numpy aware Python compiler (just-in-time (JIT) specializing
57-
compiler) which compiles annotated Python (and Numpy) code to LLVM (Low Level
58-
Virtual Machine) (through special decorators).
59-
Briefly, Numba using system that compiles Python code with LLVM to code which
56+
57+
`Numba <http://numba.pydata.org>`_ is an Numpy aware Python compiler
58+
(just-in-time (JIT) specializing compiler) which compiles annotated Python (and
59+
Numpy) code to LLVM (Low Level Virtual Machine) (through special decorators).
60+
Briefly, Numba using system that compiles Python code with LLVM to code which
6061
can be natively executed at runtime.
6162

6263
SciPy

0 commit comments

Comments
 (0)