diff options
| author | Travis Oliphant <oliphant@enthought.com> | 2006-01-04 19:00:27 +0000 |
|---|---|---|
| committer | Travis Oliphant <oliphant@enthought.com> | 2006-01-04 19:00:27 +0000 |
| commit | e706c7d92c4ee41e8e995fb3838bd0931b57efb5 (patch) | |
| tree | 015a057d49422774e49ed211a37c14105d03a713 /numpy/doc/CAPI.txt | |
| parent | c14d4fe25cb5cd482369734dd487ac8f376851c9 (diff) | |
| download | numpy-e706c7d92c4ee41e8e995fb3838bd0931b57efb5.tar.gz | |
Changed all references to scipy to numpy
Diffstat (limited to 'numpy/doc/CAPI.txt')
| -rw-r--r-- | numpy/doc/CAPI.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/doc/CAPI.txt b/numpy/doc/CAPI.txt index f8bfd3981..7af8456b7 100644 --- a/numpy/doc/CAPI.txt +++ b/numpy/doc/CAPI.txt @@ -1,5 +1,5 @@ Author: Travis Oliphant -Discussions to: scipy-dev@scipy.org +Discussions to: numpy-dev@numpy.org Created: October 2005 The CAPI of SciPy is (mostly) backward compatible with Numeric. @@ -33,7 +33,7 @@ their function signatures. All of these headers are installed to -<YOUR_PYTHON_LOCATION>/site-packages/scipy/base/include +<YOUR_PYTHON_LOCATION>/site-packages/numpy/base/include Getting arrays in C-code |
