[Numpy-discussion] Question about documentation for SWIG and ctypes numpy support
Valentin Haenel
valentin@haenel...
Tue Jan 29 03:49:07 CST 2013
Hi,
I need to link the documentation on ctypes and SWIG support for Numpy.
For ctypes I found:
http://www.scipy.org/Cookbook/Ctypes
Which seems to be reasonably up-to-date. There are of course also:
http://docs.scipy.org/doc/numpy/reference/routines.ctypeslib.html
There are also the corresponding section from the API docs:
http://docs.scipy.org/doc/numpy/reference/routines.ctypeslib.html
http://docs.scipy.org/doc/numpy/reference/generated/numpy.ndarray.ctypes.html
So for numpy ctypes support, I would link those three.
For SWIG I found:
http://www.scipy.org/Cookbook/SWIG_NumPy_examples
And this seems to be somewhat outdated, at least it references files
from the numpy svn... :(
There is also:
http://docs.scipy.org/doc/numpy/reference/swig.interface-file.html
Which seems to be more up-to-date, although it doesn't contain much
information about the compilation procedure, like the cookbook does. I
would probably only link that last one for numpy swig support.
Is there any other documentation I should be aware of?
V-
More information about the NumPy-Discussion
mailing list