From 5ead126eceaf23d1711020dbd77e1da6c4413f5a Mon Sep 17 00:00:00 2001 From: Joon Ro Date: Thu, 28 Mar 2013 20:03:28 -0500 Subject: [PATCH] fixed reference link --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6113c95..95d2779 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Purpose ======= Fast-Cubic-Spline-Python provides an implementation of 1D and 2D fast spline -interpolation algorithm ([Habermann and Kindermann 2007] [1]) in Python. +interpolation algorithm `Habermann and Kindermann 2007 `_) in Python. Higher dimensional interpolation is possible with this code, but only 1D and 2D examples are provided. @@ -57,4 +57,3 @@ References Habermann, C., & Kindermann, F. (2007). Multidimensional Spline Interpolation: Theory and Applications. Computational Economics, 30(2), 153–169. -[1]: http://www.springerlink.com/index/10.1007/s10614-007-9092-4 "Habermann, C., & Kindermann, F. (2007). Multidimensional Spline Interpolation: Theory and Applications. Computational Economics, 30(2), 153–169."