Performance results page

This commit is contained in:
Matt Pharr
2011-12-05 14:24:34 -08:00
parent f19c2aba40
commit 13df5f1cb9
5 changed files with 809 additions and 6 deletions

View File

@@ -1,10 +1,13 @@
#!/bin/bash
for i in ispc perf faq; do
for i in ispc perfguide faq; do
rst2html.py --template=template.txt --link-stylesheet \
--stylesheet-path=css/style.css $i.txt > $i.html
done
rst2html.py --template=template-perf.txt --link-stylesheet \
--stylesheet-path=css/style.css perf.txt > perf.html
#rst2latex --section-numbering --documentclass=article --documentoptions=DIV=9,10pt,letterpaper ispc.txt > ispc.tex
#pdflatex ispc.tex
#/bin/rm -f ispc.aux ispc.log ispc.out ispc.tex