diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2014-03-01 21:08:21 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2014-03-01 21:08:21 -0700 |
commit | e98811675a61def0fcf255c6994df874a3dd55ea (patch) | |
tree | 3f886a3cf8ffc5b146d07d3fdc358596fb38dfc1 /doc/pyrex/notes | |
parent | 52bac2cb96fa1ed5cb811303ad5ef402d74e76df (diff) | |
download | numpy-e98811675a61def0fcf255c6994df874a3dd55ea.tar.gz |
MAINT: Remove doc/cython and doc/pyrex files.
Pyrex is obsolete and cython does a good job with Numpy these days.
These directories are not packages, so I don't think they need
deprecation.
Closes #4373.
Diffstat (limited to 'doc/pyrex/notes')
-rw-r--r-- | doc/pyrex/notes | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/pyrex/notes b/doc/pyrex/notes deleted file mode 100644 index 301581cee..000000000 --- a/doc/pyrex/notes +++ /dev/null @@ -1,3 +0,0 @@ -- 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 |