summaryrefslogtreecommitdiff
path: root/doc/source/f2py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Spellcheck doc/source/f2py/signature-file.rst.Charles Harris2015-10-161-5/+5
|
* BUG: allow extension of common blocks in numpy.f2pyAlexander Heger2015-10-161-6/+7
| | | | | | | | | | | | | | | | | | | | | | Lack of this feature resulted in the generation of incorrect *.pyf files. For example, the pyf file created by: subroutine sub3 (some arguments) real a, b, c, d common /coeff/ a, b common /coeff/ c, d <do stuff> return end Should contain both common statements the declaration of all four variables a, b, c, and d. Closes #5876.
* DOC: fix examples in f2py documentation. They didn't appear at all in html.Ralf Gommers2014-04-211-95/+45
| | | | Also fix example in testing that Sphinx saw as section header.
* DOC: remove mktemp mention from f2py manpageJulian Taylor2014-02-161-1/+1
|
* DOC: f2py: fix some typos etcPauli Virtanen2014-01-034-38/+38
|
* DOC: f2py: more Numeric -> numpy updatingPauli Virtanen2014-01-022-4/+4
|
* DOC: f2py: update numpy.distutils part a bitPauli Virtanen2014-01-022-45/+7
|
* DOC: f2py: minor fixupsPauli Virtanen2014-01-023-7/+6
|
* MAINT: remove unused filePauli Virtanen2014-01-021-180/+0
|
* DOC: f2py: Numeric -> numpyPauli Virtanen2014-01-026-30/+30
|
* DOC: split up f2py user guide + markup fixesPauli Virtanen2014-01-027-1724/+1725
|
* DOC: fix up f2py user guide formattingPauli Virtanen2014-01-021-181/+169
|
* DOC: move f2py documentation under doc/ and link its user guide with SphinxPauli Virtanen2014-01-0234-0/+2520