document generation system updates

This commit is contained in:
Jukka Aho
2015-07-04 23:51:58 +03:00
parent 142d867d98
commit adb65c4ac9
3 changed files with 14 additions and 1 deletions
View File
+1 -1
View File
@@ -11,11 +11,11 @@ for ipynb in readdir("tutorials")
println("Running notebook tutorials/$ipynb")
try
run(`runipy -o tutorials/$ipynb --kernel=julia-0.4 --port=34211`)
runtime = toc()
status = 0
catch
println("did not work")
end
runtime = toc()
run(`ipython nbconvert tutorials/$ipynb --to rst --output=tutorials/$(ipynb[1:end-6])`)
println("took $runtime seconds")
push!(results, Dict("filename" => ipynb, "status" => status, "runtime" => runtime))
+13
View File
@@ -0,0 +1,13 @@
JuliaFEM
========
.. include:: ../readme.rst
Contents:
.. toctree::
:maxdepth: 2
readme
api/index