Add cross references to `NumPy`and `SciPy`
authorJens Rantil <jens.rantil@gmail.com>
Sun, 10 Jun 2012 18:00:32 +0000 (20:00 +0200)
committerJens Rantil <jens.rantil@gmail.com>
Sun, 10 Jun 2012 18:00:32 +0000 (20:00 +0200)
docs/scenarios/scientific.rst

index 9c8d708..0b2c165 100644 (file)
@@ -11,7 +11,8 @@ and it performs really well.
 
 Due to its high performance nature, scientific computing in python often refers
 to external libraries, typically written in faster languages (like C, or FORTRAN
-for matrix operations). The main libraries used are NumPy and SciPy
+for matrix operations). The main libraries used are `NumPy`_ and
+`SciPy`_.
 
 Libraries
 :::::::::