about summary refs log tree commit diff
path: root/doc/tutorial/control.md
AgeCommit message (Collapse)AuthorLines
2012-01-19Move tutorial over to a format similar to the reference docMarijn Haverbeke-200/+0
And adjust highlighting/testing scripts to deal with this.
2012-01-12Go over the tutorial againMarijn Haverbeke-16/+24
Edit some things, make sure all code runs.
2012-01-09Replace all occurrences of 'when' with 'if' in documentation and tutorial.Austin Seipp-1/+1
Also update the naturaldocs keywords file. Closes #1396
2011-11-22Add hacks to extract and compile tutorial codeMarijn Haverbeke-0/+4
Not included in the build by default, since it's fragile and kludgy. Do something like this to run it: cd doc/tutorial RUSTC=../../build/stage2/bin/rustc bash test.sh Closes #1143
2011-11-01Tie up some ends in the tutorialMarijn Haverbeke-1/+1
2011-11-01Clarify tutorial based on feedback, fix some Markdown errorsMarijn Haverbeke-2/+21
2011-10-31Add a first stab at a tutorialMarijn Haverbeke-0/+169
You build it with `cd doc/tutorial; node build.js`, and then point your browser at doc/tutorial/web/index.html. Not remotely ready for publicity yet.