summaryrefslogtreecommitdiff
path: root/numpy/f2py/doc
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/f2py/doc')
-rw-r--r--numpy/f2py/doc/index.html4
-rw-r--r--numpy/f2py/doc/oldnews.html2
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