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/f2py/doc | |
parent | c14d4fe25cb5cd482369734dd487ac8f376851c9 (diff) | |
download | numpy-e706c7d92c4ee41e8e995fb3838bd0931b57efb5.tar.gz |
Changed all references to scipy to numpy
Diffstat (limited to 'numpy/f2py/doc')
-rw-r--r-- | numpy/f2py/doc/index.html | 4 | ||||
-rw-r--r-- | numpy/f2py/doc/oldnews.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/numpy/f2py/doc/index.html b/numpy/f2py/doc/index.html index abddd7d43..6b6466b75 100644 --- a/numpy/f2py/doc/index.html +++ b/numpy/f2py/doc/index.html @@ -100,7 +100,7 @@ For more information, see the <a href="usersguide.html">User's Guide</a> of the tool. Windows users should also take a look at <a href="win32_notes.txt">f2py HOWTO for Win32</a> (its latest version can be found <a -href="http://www.scipy.org/Members/eric/f2py_win32">here</a>). +href="http://www.numpy.org/Members/eric/f2py_win32">here</a>). <h3>Requirements</h3> <ol> @@ -210,7 +210,7 @@ You can browse <code>f2py</code> CVS repository <a href="http://cens.ioc.ee/cgi- <li> <a href="http://pfdubois.com/numpy/" target="_top">Numerical Python</a>. <li> <a href="http://pyfortran.sourceforge.net/" target="_top">Pyfort</a> -- The Python-Fortran connection tool. <li> <a href="http://starship.python.net/crew/hinsen/scientific.html" target="_top">Scientific Python</a>. - <li> <a href="http://scipy.org/" target="_top">SciPy</a> -- Scientific tools for Python (includes Multipack). + <li> <a href="http://numpy.org/" target="_top">SciPy</a> -- Scientific tools for Python (includes Multipack). <li> <a href="http://www.fortran.com/fortran/" target="_top">The Fortran Company</a>. <li> <a href="http://www.j3-fortran.org/" target="_top">Fortran Standards</a>. diff --git a/numpy/f2py/doc/oldnews.html b/numpy/f2py/doc/oldnews.html index 914265bbe..0e09c032f 100644 --- a/numpy/f2py/doc/oldnews.html +++ b/numpy/f2py/doc/oldnews.html @@ -22,7 +22,7 @@ proper prototypes can be specified (this fixes SEGFAULTs when wrapping C functions with <code>f2py</code>, see <a href="NEWS.txt">NEWS.txt</a> for more details). Updated for the - latest <code>scipy_distutils</code>. Fixed few bugs. + latest <code>numpy_distutils</code>. Fixed few bugs. <dt> February 3, 2002 <dd> Introduced <code>intent(overwrite),intent(out=name)</code> attributes, <code>callstatement C-expr;</code> statement, and |