rust/doc
bors 9ee8d506d9 auto merge of #6398 : osaut/rust/master, r=bstrie
I have replaced io::println by println in the tutorial as I do not think it is needed anymore since it is already included in prelude.rs.
2013-05-11 15:10:44 -07:00
..
lib
lib.css
manual.css
prep.js
README
rust.css
rust.md Remove the '<->' operator from the language 2013-05-10 22:51:06 -04:00
rustpkg.md
tutorial-borrowed-ptr.md
tutorial-ffi.md Fix tests with the swap operator 2013-05-10 22:51:06 -04:00
tutorial-macros.md
tutorial-tasks.md
tutorial.md Replace io::println by println as it is now included in prelude.rs 2013-05-10 21:12:11 +02:00
version_info.html.template

The markdown docs are only generated by make when node is installed (use
`make doc`). If you don't have node installed you can generate them yourself.
Unfortunately there's no real standard for markdown and all the tools work
differently. pandoc is one that seems to work well.

To generate an html version of a doc do something like:
pandoc --from=markdown --to=html --number-sections -o build/doc/rust.html doc/rust.md && git web--browse build/doc/rust.html

The syntax for pandoc flavored markdown can be found at:
http://johnmacfarlane.net/pandoc/README.html#pandocs-markdown

A nice quick reference (for non-pandoc markdown) is at:
http://kramdown.rubyforge.org/quickref.html