Skip to content

Commit

Permalink
fixed reference link
Browse files Browse the repository at this point in the history
  • Loading branch information
joonro committed Mar 29, 2013
1 parent 00081f7 commit 5ead126
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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.">`_) in Python.
Higher dimensional interpolation is possible with this code, but only 1D and
2D examples are provided.

Expand Down Expand Up @@ -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."

0 comments on commit 5ead126

Please sign in to comment.