diff options
| author | Pauli Virtanen <pav@iki.fi> | 2014-01-02 22:12:01 +0200 |
|---|---|---|
| committer | Pauli Virtanen <pav@iki.fi> | 2014-01-02 22:19:47 +0200 |
| commit | 75c2d2fe3cc9daa6589707fb6b8512ffa48fc365 (patch) | |
| tree | 32e729ca94dd28e06c7c2e10fd250f2ce4b91a2a /numpy/f2py/doc/f2python9-final/mk_pdf.sh | |
| parent | a32807e61b25205cc08d552127234b56709c6242 (diff) | |
| download | numpy-75c2d2fe3cc9daa6589707fb6b8512ffa48fc365.tar.gz | |
DOC: move f2py documentation under doc/ and link its user guide with Sphinx
Diffstat (limited to 'numpy/f2py/doc/f2python9-final/mk_pdf.sh')
| -rwxr-xr-x | numpy/f2py/doc/f2python9-final/mk_pdf.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/numpy/f2py/doc/f2python9-final/mk_pdf.sh b/numpy/f2py/doc/f2python9-final/mk_pdf.sh deleted file mode 100755 index b773028b7..000000000 --- a/numpy/f2py/doc/f2python9-final/mk_pdf.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -cd src - -test -f aerostructure.pdf || convert ../aerostructure.jpg aerostructure.pdf -test -f flow.pdf || convert ../flow.jpg flow.pdf -test -f structure.pdf || convert ../structure.jpg structure.pdf - -cat python9.tex | sed -e "s/eps,/pdf,/g" > python9pdf.tex -pdflatex python9pdf.tex -pdflatex python9pdf.tex -pdflatex python9pdf.tex - -mv python9pdf.pdf ../f2python9.pdf
\ No newline at end of file |
