changeset 2824:d0e3a8e0b62c stable

docs: move the topic tutorial in the documentation
author Boris Feld <boris.feld@octobus.net>
date Thu, 27 Jul 2017 11:39:51 +0200
parents 91516be7c034
children 7608f1e04205
files docs/makefile docs/tutorials/topic-tutorial.t
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/makefile	Mon Jul 24 16:55:56 2017 +0200
+++ b/docs/makefile	Thu Jul 27 11:39:51 2017 +0200
@@ -1,10 +1,13 @@
 
-all: tutorials/tutorial.rst static/logo-evolve.ico
+all: tutorials/tutorial.rst tutorials/topic-tutorial.rst static/logo-evolve.ico
 	sphinx-build . ../html/
 
 tutorials/tutorial.rst: tutorials/tutorial.t
 	python test2rst.py tutorials/
 
+tutorials/topic-tutorial.rst: tutorials/topic-tutorial.t
+	python test2rst.py tutorials/
+
 static/logo-evolve.ico: static/logo-evolve.svg
 	convert -resize 36x36 static/logo-evolve.svg static/logo-evolve.ico
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/tutorials/topic-tutorial.t	Thu Jul 27 11:39:51 2017 +0200
@@ -0,0 +1,1 @@
+../../tests/test-topic-tutorial.t
\ No newline at end of file