changeset 233:9e153a9101c3

[doc] add a simple make file
author Pierre-Yves.David@ens-lyon.org
date Wed, 09 May 2012 22:28:52 +0200
parents adb7e29cb2bd
children d32c07269dcd
files .hgignore docs/makefile
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore
+++ b/.hgignore
@@ -1,4 +1,5 @@
 syntax: re
 /figures/[^/]+\.png$
 ^docs/build/
+^docs/html/
 .pyc$
new file mode 100644
--- /dev/null
+++ b/docs/makefile
@@ -0,0 +1,6 @@
+
+all: tutorial
+	sphinx-build . html/
+
+tutorial:
+	cp tutorials/tutorial.t tutorials/tutorial.rst