[Scipy-svn] r7146 - trunk/doc/source

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Feb 17 14:26:36 EST 2011


Author: ptvirtan
Date: 2011-02-17 13:26:35 -0600 (Thu, 17 Feb 2011)
New Revision: 7146

Modified:
   trunk/doc/source/interpolate.rst
Log:
DOC: add RectBivariateSpline to the docs

Modified: trunk/doc/source/interpolate.rst
===================================================================
--- trunk/doc/source/interpolate.rst	2011-02-16 23:43:54 UTC (rev 7145)
+++ trunk/doc/source/interpolate.rst	2011-02-17 19:26:35 UTC (rev 7146)
@@ -87,9 +87,18 @@
 
 .. seealso:: scipy.ndimage.map_coordinates
 
+For data on a grid:
+
 .. autosummary::
    :toctree: generated/
 
+   RectBivariateSpline
+
+For unstructured data:
+
+.. autosummary::
+   :toctree: generated/
+
    BivariateSpline
    SmoothBivariateSpline
    LSQBivariateSpline




More information about the Scipy-svn mailing list