mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-14 16:38:00 -05:00
14 lines
338 B
Batchfile
14 lines
338 B
Batchfile
@echo off
|
|
REM ~ make latex
|
|
REM ~ cd _build/latex
|
|
REM ~ pdflatex CoolPropdoc.tex
|
|
REM ~ pdflatex CoolPropdoc.tex
|
|
REM ~ pdflatex CoolPropdoc.tex
|
|
REM ~ pdflatex CoolPropdoc.tex
|
|
REM ~ pdflatex CoolPropdoc.tex
|
|
REM ~ copy /Y CoolPropdoc.pdf ..\..\_static\
|
|
REM ~ cd ..\..
|
|
|
|
rem sphinx-apidoc -f -o apidoc ../CoolProp
|
|
make html 2>&1 | wtee log.txt
|