Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Spellcheck doc/source/f2py/signature-file.rst. | Charles Harris | 2015-10-16 | 1 | -5/+5 |
| | |||||
* | BUG: allow extension of common blocks in numpy.f2py | Alexander Heger | 2015-10-16 | 1 | -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 Gommers | 2014-04-21 | 1 | -95/+45 |
| | | | | Also fix example in testing that Sphinx saw as section header. | ||||
* | DOC: remove mktemp mention from f2py manpage | Julian Taylor | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | DOC: f2py: fix some typos etc | Pauli Virtanen | 2014-01-03 | 4 | -38/+38 |
| | |||||
* | DOC: f2py: more Numeric -> numpy updating | Pauli Virtanen | 2014-01-02 | 2 | -4/+4 |
| | |||||
* | DOC: f2py: update numpy.distutils part a bit | Pauli Virtanen | 2014-01-02 | 2 | -45/+7 |
| | |||||
* | DOC: f2py: minor fixups | Pauli Virtanen | 2014-01-02 | 3 | -7/+6 |
| | |||||
* | MAINT: remove unused file | Pauli Virtanen | 2014-01-02 | 1 | -180/+0 |
| | |||||
* | DOC: f2py: Numeric -> numpy | Pauli Virtanen | 2014-01-02 | 6 | -30/+30 |
| | |||||
* | DOC: split up f2py user guide + markup fixes | Pauli Virtanen | 2014-01-02 | 7 | -1724/+1725 |
| | |||||
* | DOC: fix up f2py user guide formatting | Pauli Virtanen | 2014-01-02 | 1 | -181/+169 |
| | |||||
* | DOC: move f2py documentation under doc/ and link its user guide with Sphinx | Pauli Virtanen | 2014-01-02 | 34 | -0/+2520 |