Merge pull request #172 from JensRantil/adding_cross_references
authorKenneth Reitz <me@kennethreitz.com>
Mon, 11 Jun 2012 00:33:56 +0000 (17:33 -0700)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 11 Jun 2012 00:33:56 +0000 (17:33 -0700)
Adding cross references

docs/scenarios/scientific.rst

index 37e60bd..0b2c165 100644 (file)
@@ -11,12 +11,13 @@ 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
 :::::::::
 
-Numpy
+NumPy
 -----
 `NumPy <http://numpy.scipy.org/>`_ is a low level library written in C (and
 FORTRAN) for high level mathematical functions. NumPy cleverly overcomes the