We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcaa25d commit 2b78a93Copy full SHA for 2b78a93
1 file changed
docs/scenarios/scientific.rst
@@ -53,10 +53,11 @@ NumPy is compatible with Python versions 2.4 through to 2.7.2 and 3.1+.
53
54
Numba
55
-----
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
+
+`Numba <http://numba.pydata.org>`_ is an Numpy aware Python compiler
+(just-in-time (JIT) specializing compiler) which compiles annotated Python (and
+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
61
can be natively executed at runtime.
62
63
SciPy
0 commit comments