From e98811675a61def0fcf255c6994df874a3dd55ea Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sat, 1 Mar 2014 21:08:21 -0700 Subject: 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. --- doc/pyrex/run_test.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 doc/pyrex/run_test.py (limited to 'doc/pyrex/run_test.py') diff --git a/doc/pyrex/run_test.py b/doc/pyrex/run_test.py deleted file mode 100755 index 5ffd7e80f..000000000 --- a/doc/pyrex/run_test.py +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env python -from __future__ import division, absolute_import, print_function - -from numpyx import test -test() -- cgit v1.2.1