[Numpy-svn] r6355 - branches/1.2.x/numpy/f2py

numpy-svn at scipy.org numpy-svn at scipy.org
Tue Feb 10 05:58:53 EST 2009


Author: cdavid
Date: 2009-02-10 04:57:41 -0600 (Tue, 10 Feb 2009)
New Revision: 6355

Modified:
   branches/1.2.x/numpy/f2py/f2py.1
Log:
Merge 6354 from trunk.

Modified: branches/1.2.x/numpy/f2py/f2py.1
===================================================================
--- branches/1.2.x/numpy/f2py/f2py.1	2009-02-10 10:44:01 UTC (rev 6354)
+++ branches/1.2.x/numpy/f2py/f2py.1	2009-02-10 10:57:41 UTC (rev 6355)
@@ -20,7 +20,7 @@
 This program generates a Python C/API file (<modulename>module.c)
 that contains wrappers for given Fortran or C functions so that they
 can be called from Python.
-With the -c option the corresponding
+With the \-c option the corresponding
 extension modules are built.
 .SH OPTIONS
 .TP
@@ -49,8 +49,8 @@
 \'untitled\'.
 .TP
 .B \-\-[no\-]lower
-Do [not] lower the cases in <fortran files>. By default, --lower is
-assumed with -h key, and --no-lower without -h key.
+Do [not] lower the cases in <fortran files>. By default, \-\-lower is
+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().
@@ -59,14 +59,14 @@
 Overwrite existing signature file.
 .TP
 .B \-\-[no\-]latex\-doc
-Create (or not) <modulename>module.tex.  Default is --no-latex-doc.
+Create (or not) <modulename>module.tex.  Default is \-\-no\-latex\-doc.
 .TP
 .B \-\-short\-latex
 Create 'incomplete' LaTeX document (without commands \\documentclass,
 \\tableofcontents, and \\begin{document}, \\end{document}).
 .TP
 .B \-\-[no\-]rest\-doc
-Create (or not) <modulename>module.rst.  Default is --no-rest-doc.
+Create (or not) <modulename>module.rst.  Default is \-\-no\-rest\-doc.
 .TP
 .B \-\-debug\-capi
 Create C/API code that reports the state of the wrappers during
@@ -81,12 +81,12 @@
 .TP
 .B \-\-[no\-]wrap\-functions
 Create Fortran subroutine wrappers to Fortran 77
-functions. --wrap-functions is default because it ensures maximum
+functions. \-\-wrap\-functions is default because it ensures maximum
 portability/compiler independence.
 .TP
 .B \-\-help\-link [..]
 List system resources found by system_info.py. [..] may contain
-a list of resources names. See also --link-<resource> switch below.
+a list of resources names. See also \-\-link\-<resource> switch below.
 .TP
 .B \-\-quiet
 Run quietly.
@@ -100,7 +100,7 @@
 .B \-\-include_paths path1:path2:...
 Search include files (that f2py will scan) from the given directories.
 .SH "CONFIG_FC OPTIONS"
-The following options are effective only when -c switch is used.
+The following options are effective only when \-c switch is used.
 .TP
 .B \-\-help-compiler
 List available Fortran compilers [DEPRECIATED].
@@ -147,13 +147,13 @@
 .B \-\-debug
 Compile with debugging information.
 .SH "EXTRA OPTIONS"
-The following options are effective only when -c switch is used.
+The following options are effective only when \-c switch is used.
 .TP
 .B \-\-link-<resource> 
 Link extension module with <resource> as defined by
 numpy_distutils/system_info.py. E.g. to link with optimized LAPACK
 libraries (vecLib on MacOSX, ATLAS elsewhere), use
---link-lapack_opt. See also --help-link switch.
+\-\-link\-lapack_opt. See also \-\-help\-link switch.
 
 .TP
 .B -L/path/to/lib/ -l<libname>




More information about the Numpy-svn mailing list