[Scipy-svn] r5134 - trunk/doc/source/tutorial

scipy-svn at scipy.org scipy-svn at scipy.org
Sun Nov 16 08:43:11 EST 2008


Author: ptvirtan
Date: 2008-11-16 07:43:00 -0600 (Sun, 16 Nov 2008)
New Revision: 5134

Modified:
   trunk/doc/source/tutorial/index.rst
Log:
Tutorial: update linear_1d -> interp1d

Modified: trunk/doc/source/tutorial/index.rst
===================================================================
--- trunk/doc/source/tutorial/index.rst	2008-11-16 13:33:51 UTC (rev 5133)
+++ trunk/doc/source/tutorial/index.rst	2008-11-16 13:43:00 UTC (rev 5134)
@@ -980,10 +980,10 @@
 2-dimensional (smoothed) cubic-spline interpolation. 
 
 
-Linear 1-d interpolation (interpolate.linear_1d)
-------------------------------------------------
+Linear 1-d interpolation (interpolate.interp1d)
+-----------------------------------------------
 
-The linear_1d class in scipy.interpolate is a convenient method to
+The interp1d class in scipy.interpolate is a convenient method to
 create a function based on fixed data points which can be evaluated
 anywhere within the domain defined by the given data using linear
 interpolation. An instance of this class is created by passing the 1-d
@@ -1002,7 +1002,7 @@
    :align: center
 
 .. **Figure 2**  One-dimensional interpolation using the 
-   class :obj:`interpolate.linear_1d` 
+   class :obj:`interpolate.interp1d` 
 
 
 Spline interpolation in 1-d (interpolate.splXXX)
@@ -1042,8 +1042,8 @@
    :align: center
 
 
-Two-dimensionsal spline representation (interpolate.bisplrep)
--------------------------------------------------------------
+Two-dimensional spline representation (interpolate.bisplrep)
+------------------------------------------------------------
 
 For (smooth) spline-fitting to a two dimensional surface, the function
 :obj:`interpolate.bisplrep` is available. This function takes as




More information about the Scipy-svn mailing list