diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-03-14 07:53:59 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-03-14 07:53:59 +0000 |
commit | 7afda6a7aa249f3bfe490e62f61480d9e5e9c941 (patch) | |
tree | c7ef3a6e3bca2148ffd06bf4824a897bd58c559d /numpy/doc/pyrex/notes | |
parent | 22335be3938621d9a4ed0ca0ac8ec5a8fc5a1da3 (diff) | |
download | numpy-7afda6a7aa249f3bfe490e62f61480d9e5e9c941.tar.gz |
Add rest of the examples for pyrex and swig
Diffstat (limited to 'numpy/doc/pyrex/notes')
-rw-r--r-- | numpy/doc/pyrex/notes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/numpy/doc/pyrex/notes b/numpy/doc/pyrex/notes new file mode 100644 index 000000000..301581cee --- /dev/null +++ b/numpy/doc/pyrex/notes @@ -0,0 +1,3 @@ +- cimport with a .pxd file vs 'include foo.pxi'? + +- the need to repeat: pyrex does NOT parse C headers.
\ No newline at end of file |