summaryrefslogtreecommitdiff
path: root/numpy/doc/pyrex/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/doc/pyrex/setup.py')
-rw-r--r--numpy/doc/pyrex/setup.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/numpy/doc/pyrex/setup.py b/numpy/doc/pyrex/setup.py
index 79fa363fa..7f7cf0fc1 100644
--- a/numpy/doc/pyrex/setup.py
+++ b/numpy/doc/pyrex/setup.py
@@ -1,5 +1,11 @@
#!/usr/bin/env python
-"""Install file for example on how to use Pyrex with Numpy.
+"""
+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).
+
+
+Install file for example on how to use Pyrex with Numpy.
For more details, see:
http://www.scipy.org/Cookbook/Pyrex_and_NumPy