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

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Feb 5 20:14:04 EST 2009


Author: ptvirtan
Date: 2009-02-05 19:13:53 -0600 (Thu, 05 Feb 2009)
New Revision: 5531

Modified:
   trunk/doc/source/tutorial/ndimage.rst
Log:
doc: remove spurious column spanning in table -> make latex works

Modified: trunk/doc/source/tutorial/ndimage.rst
===================================================================
--- trunk/doc/source/tutorial/ndimage.rst	2009-02-01 03:57:01 UTC (rev 5530)
+++ trunk/doc/source/tutorial/ndimage.rst	2009-02-06 01:13:53 UTC (rev 5531)
@@ -133,7 +133,6 @@
 currently supported:
 
  ==========   ====================================   ====================
- ------------------------------------------------------------------------
  "nearest"    Use the value at the boundary          [1 2 3]->[1 1 2 3 3]
  "wrap"       Periodically replicate the array       [1 2 3]->[3 1 2 3 1]
  "reflect"    Reflect the array at the boundary      [1 2 3]->[1 1 2 3 3]




More information about the Scipy-svn mailing list