Skip to content

Commit ae3dc13

Browse files
author
Chris Fonnesbeck
committed
Removed JSS build steps from builddocs
1 parent 2e0f2b6 commit ae3dc13

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

builddocs

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,4 @@ pdflatex -output-directory=pdf -interaction batchmode UserGuide
2626
pdflatex -output-directory=pdf -interaction batchmode UserGuide
2727
cp pdf/UserGuide.pdf .
2828

29-
30-
# JSS
31-
# Some special formatting in the JSS manual.
32-
# cp pymc.bib jss/
33-
python manual2article.py README.tex > jss/README.tex
34-
python manual2article.py INSTALL.tex > jss/INSTALL.tex
35-
python manual2article.py tutorial.tex > jss/tutorial.tex
36-
python manual2article.py modelbuilding.tex > jss/modelbuilding.tex
37-
python manual2article.py modelchecking.tex > jss/modelchecking.tex
38-
python manual2article.py modelfitting.tex > jss/modelfitting.tex
39-
python manual2article.py extending.tex > jss/extending.tex
40-
python manual2article.py database.tex > jss/database.tex
41-
python manual2article.py conclusion.tex > jss/conclusion.tex
42-
python manual2article.py theory.tex > jss/theory.tex
43-
python manual2article.py distributions-module.tex > jss/distributions-module.tex
44-
45-
# Merge all tex files
46-
47-
cd jss
48-
python mergetex.py jss_article.tex
49-
mkdir pdf
50-
pdflatex -output-directory=pdf -interaction batchmode jss_article_merged
51-
bibtex pdf/jss_article_merged
52-
pdflatex -output-directory=pdf -interaction batchmode jss_article_merged
53-
pdflatex -output-directory=pdf -interaction batchmode jss_article_merged
54-
cp pdf/jss_article_merged.pdf .
55-
56-
cd ../../
29+
cd ..

0 commit comments

Comments
 (0)