summaryrefslogtreecommitdiff
path: root/doc/f2py/f2python9-final/mk_html.sh
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2017-06-18 13:58:25 +1200
committerRalf Gommers <ralf.gommers@gmail.com>2017-06-18 15:34:42 +1200
commitac494fd212857dcdbb15bfdaf2e73bf28c3afd85 (patch)
tree5da26fd1382aaabd98b63530d0650c1c89f29093 /doc/f2py/f2python9-final/mk_html.sh
parent79402fdc67a26cdfc568963368f9d40494f80936 (diff)
downloadnumpy-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-xdoc/f2py/f2python9-final/mk_html.sh13
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 ..