[Numpy-svn] r5433 - branches/1.1.x/numpy/doc/cython

numpy-svn at scipy.org numpy-svn at scipy.org
Wed Jul 16 11:59:06 EDT 2008


Author: charris
Date: 2008-07-16 10:59:03 -0500 (Wed, 16 Jul 2008)
New Revision: 5433

Modified:
   branches/1.1.x/numpy/doc/cython/c_numpy.pxd
Log:
Finish sync of doc/cython/ to trunk.


Modified: branches/1.1.x/numpy/doc/cython/c_numpy.pxd
===================================================================
--- branches/1.1.x/numpy/doc/cython/c_numpy.pxd	2008-07-16 15:53:36 UTC (rev 5432)
+++ branches/1.1.x/numpy/doc/cython/c_numpy.pxd	2008-07-16 15:59:03 UTC (rev 5433)
@@ -1,5 +1,8 @@
 # :Author:    Travis Oliphant
 
+# API declaration section.  This basically exposes the NumPy C API to
+# Pyrex/Cython programs.
+
 cdef extern from "numpy/arrayobject.h":
 
     cdef enum NPY_TYPES:




More information about the Numpy-svn mailing list