switch from pycco and md to docco and rst
[rust-101.git] / README.rst
1 Rust-101
2 ========
3
4 This is Rust-101, a tutorial for the `Rust language`_. You can either read 
5 through the sources in ``src/``, or generate the HTML in ``docs/`` using ``docco 
6 src/*.rs`` (this step needs Docco_), or go directly to `the rendered output`_.
7
8 .. _Rust language: http://www.rust-lang.org/
9 .. _Docco: https://jashkenas.github.io/docco/
10 .. _the rendered output: https://ralfjung.github.io/rust-101/main.html