lbalhar / rpms / numpy

Forked from rpms/numpy 4 years ago
Clone
Blob Blame History Raw
--- numpy-0.9.2/numpy/f2py/f2py.1.f2pynumpy	2006-01-19 23:07:33.000000000 -0500
+++ numpy-0.9.2/numpy/f2py/f2py.1	2006-01-19 23:10:00.000000000 -0500
@@ -1,20 +1,20 @@
-.TH "F2PY" 1
+.TH "F2PY.NUMPY" 1
 .SH NAME
-f2py \- Fortran to Python interface generator
+f2py.numpy \- Fortran to Python interface generator
 .SH SYNOPSIS
 (1) To construct extension module sources:
 
-.B f2py
+.B f2py.numpy
 [<options>] <fortran files> [[[only:]||[skip:]] <fortran functions> ] [: <fortran files> ...]
 
 (2) To compile fortran files and build extension modules:
 
-.B f2py
+.B f2py.numpy
 -c [<options>, <config_fc options>, <extra options>] <fortran files>
 
 (3) To generate signature files:
 
-.B f2py
+.B f2py.numpy
 -h <filename.pyf> ...< same options as in (1) >
 .SH DESCRIPTION
 This program generates a Python C/API file (<modulename>module.c)
@@ -44,7 +44,7 @@
 Get back to <fortran files> mode.
 .TP
 .B \-m <modulename>
-Name of the module; f2py generates a Python/C API file
+Name of the module; f2py.numpy generates a Python/C API file
 <modulename>module.c or extension module <modulename>.  Default is
 \'untitled\'.
 .TP
@@ -53,7 +53,7 @@
 assumed with -h key, and --no-lower without -h key.
 .TP
 .B \-\-build\-dir <dirname>
-All f2py generated files are created in <dirname>. Default is tempfile.mktemp().
+All f2py.numpy generated files are created in <dirname>. Default is tempfile.mktemp().
 .TP
 .B \-\-overwrite\-signature
 Overwrite existing signature file.
@@ -95,10 +95,10 @@
 Run with extra verbosity.
 .TP
 .B \-v
-Print f2py version ID and exit.
+Print f2py.numpy version ID and exit.
 .TP
 .B \-\-include_paths path1:path2:...
-Search include files (that f2py will scan) from the given directories.
+Search include files (that f2py.numpy will scan) from the given directories.
 .SH "CONFIG_FC OPTIONS"
 The following options are effective only when -c switch is used.
 .TP
@@ -180,11 +180,7 @@
 .SH REQUIREMENTS
 Python 1.5.2 or higher (2.x is supported).
 
-Numerical Python 13 or higher (20.x,21.x,22.x,23.x are supported).
-
-Optional Numarray 0.9 or higher partially supported.
-
-numpy_distutils from Scipy (can be downloaded from F2PY homepage)
+numpy_distutils from Numpy
 .SH "SEE ALSO"
 python(1)
 .SH BUGS
@@ -200,10 +196,8 @@
 
 Mailing list: http://cens.ioc.ee/mailman/listinfo/f2py-users/
 
-Scipy website: http://www.numpy.org
+Numpy website: http://numeric.scipy.org/
 .SH COPYRIGHT
 Copyright (c) 1999, 2000, 2001, 2002, 2003, 2004, 2005 Pearu Peterson
 .SH LICENSE
 NumPy License
-.SH VERSION
-2.45.241