about summary refs log tree commit diff
path: root/doc/tutorial/lib
AgeCommit message (Collapse)AuthorLines
2012-01-19Move tutorial over to a format similar to the reference docMarijn Haverbeke-2025/+0
And adjust highlighting/testing scripts to deal with this.
2012-01-18Fix poor markdown parsing in tutorial-building scriptMarijn Haverbeke-1/+1
2012-01-16Upgrade CodeMirror mode used to highlight the tutorial codeMarijn Haverbeke-7/+28
2011-11-02Expand the tutorial section on functionsMarijn Haverbeke-1/+2
2011-11-01Improve syntax highlighting in tutorialMarijn Haverbeke-8/+13
2011-11-01Add syntax highlighting to the code snippets in the tutorialMarijn Haverbeke-2/+534
Using the CodeMirror Rust mode.
2011-10-31Add a first stab at a tutorialMarijn Haverbeke-0/+1466
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.