nbconvert syntax ...

This commit is contained in:
Jukka Aho
2015-07-04 04:16:08 +03:00
parent b00c711ddc
commit 687acaeddc
+1 -1
View File
@@ -37,7 +37,7 @@ copyreadme:
# convert notebooks to md files
convert_notebooks:
runipy --kernel=julia-0.4 docs/tutorials/2015-07-04-hello-world-functional-tests-part-2.ipynb /tmp/2015-07-04-hello-world-functional-tests-part-2.ipynb && ipython nbconvert /tmp/2015-07-04-hello-world-functional-tests-part-2.ipynb --to=rst docs/tutorials/2015-07-04-hello-world-functional-tests-part-2.md
cd docs/tutorials && runipy --kernel=julia-0.4 2015-07-04-hello-world-functional-tests-part-2.ipynb /tmp/2015-07-04-hello-world-functional-tests-part-2.ipynb && ipython nbconvert /tmp/2015-07-04-hello-world-functional-tests-part-2.ipynb --to=rst
# sync web server
wwwdeploy: