changeset 9367:59559e71000e

update docs
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 19 Jun 2009 08:01:54 +0200
parents 25b52645de34
children ff612fdaee95
files doc/interpreter/interp.txi doc/interpreter/matrix.txi
diffstat 2 files changed, 3 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/interp.txi
+++ b/doc/interpreter/interp.txi
@@ -128,15 +128,10 @@
 
 In additional the support function @code{spline} and @code{lookup} that
 underlie the @code{interp1} function can be called directly.
+@ref{Finding Elements and Checking Conditions}
 
 @DOCSTRING(spline)
 
-The @code{lookup} function is used by other interpolation functions to identify
-the points of the original data that are closest to the current point
-of interest.
-
-@DOCSTRING(lookup)
-
 @node Multi-dimensional Interpolation
 @section Multi-dimensional Interpolation
 
--- a/doc/interpreter/matrix.txi
+++ b/doc/interpreter/matrix.txi
@@ -79,6 +79,8 @@
 
 @DOCSTRING(find)
         
+@DOCSTRING(lookup)
+        
 @DOCSTRING(common_size)
 
 @node Rearranging Matrices