summaryrefslogtreecommitdiff
path: root/doc/pyrex/README.txt
diff options
context:
space:
mode:
authorStefan van der Walt <stefan@sun.ac.za>2008-08-23 23:17:23 +0000
committerStefan van der Walt <stefan@sun.ac.za>2008-08-23 23:17:23 +0000
commit5c86844c34674e3d580ac2cd12ef171e18130b13 (patch)
tree2fdf1150706c07c7e193eb7483ce58a5074e5774 /doc/pyrex/README.txt
parent376d483d31c4c5427510cf3a8c69fc795aef63aa (diff)
downloadnumpy-5c86844c34674e3d580ac2cd12ef171e18130b13.tar.gz
Move documentation outside of source tree. Remove `doc` import from __init__.
Diffstat (limited to 'doc/pyrex/README.txt')
-rw-r--r--doc/pyrex/README.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/pyrex/README.txt b/doc/pyrex/README.txt
new file mode 100644
index 000000000..9df1e6c8e
--- /dev/null
+++ b/doc/pyrex/README.txt
@@ -0,0 +1,3 @@
+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).