# HG changeset patch # User Pierre-Yves.David@ens-lyon.org # Date 1336595332 -7200 # Node ID 9e153a9101c3e020df4587689da960c7630e01a1 # Parent adb7e29cb2bd1f143dad35ec113da6f66569c3e2 [doc] add a simple make file diff -r adb7e29cb2bd -r 9e153a9101c3 .hgignore --- a/.hgignore Wed May 09 19:02:35 2012 +0200 +++ b/.hgignore Wed May 09 22:28:52 2012 +0200 @@ -1,4 +1,5 @@ syntax: re /figures/[^/]+\.png$ ^docs/build/ +^docs/html/ .pyc$ diff -r adb7e29cb2bd -r 9e153a9101c3 docs/makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/makefile Wed May 09 22:28:52 2012 +0200 @@ -0,0 +1,6 @@ + +all: tutorial + sphinx-build . html/ + +tutorial: + cp tutorials/tutorial.t tutorials/tutorial.rst