diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2017-06-18 13:58:25 +1200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2017-06-18 15:34:42 +1200 |
commit | ac494fd212857dcdbb15bfdaf2e73bf28c3afd85 (patch) | |
tree | 5da26fd1382aaabd98b63530d0650c1c89f29093 /doc/f2py/f2python9-final/mk_html.sh | |
parent | 79402fdc67a26cdfc568963368f9d40494f80936 (diff) | |
download | numpy-ac494fd212857dcdbb15bfdaf2e73bf28c3afd85.tar.gz |
MAINT: remove outdated doc/f2py content.
This content is not part of https://docs.scipy.org/doc/numpy/f2py/
(that's built from doc/source/f2py) and is >10 years old.
Diffstat (limited to 'doc/f2py/f2python9-final/mk_html.sh')
-rwxr-xr-x | doc/f2py/f2python9-final/mk_html.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/f2py/f2python9-final/mk_html.sh b/doc/f2py/f2python9-final/mk_html.sh deleted file mode 100755 index 944110e93..000000000 --- a/doc/f2py/f2python9-final/mk_html.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -cd src - -test -f aerostructure.eps || convert ../aerostructure.jpg aerostructure.eps -test -f flow.eps || convert ../flow.jpg flow.eps -test -f structure.eps || convert ../structure.jpg structure.eps - -latex python9.tex -latex python9.tex -latex python9.tex - -test `which tth` && cat python9.tex | sed -e "s/{{}\\\verb@/\\\texttt{/g" | sed -e "s/@{}}/}/g" | tth -Lpython9 -i > ../f2python9.html -cd .. |