summaryrefslogtreecommitdiff
path: root/doc/pyrex/README.txt
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2014-03-01 21:08:21 -0700
committerCharles Harris <charlesr.harris@gmail.com>2014-03-01 21:08:21 -0700
commite98811675a61def0fcf255c6994df874a3dd55ea (patch)
tree3f886a3cf8ffc5b146d07d3fdc358596fb38dfc1 /doc/pyrex/README.txt
parent52bac2cb96fa1ed5cb811303ad5ef402d74e76df (diff)
downloadnumpy-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/README.txt')
-rw-r--r--doc/pyrex/README.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/pyrex/README.txt b/doc/pyrex/README.txt
deleted file mode 100644
index 9df1e6c8e..000000000
--- a/doc/pyrex/README.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-WARNING: this code is deprecated and slated for removal soon. See the
-doc/cython directory for the replacement, which uses Cython (the actively
-maintained version of Pyrex).