- [ ] Which comment styles `///` get translated to docs - [ ] How to use the `rustdoc` command - [ ] `#[doc]` attributes: `inline`, `no_inline`, `hidden` - [ ] [Playpen](http://play.rust-lang.org) integration - [ ] Do we have "[doctests(https://docs.python.org/2/library/doctest.html)]"? i.e. examples in the docs that get tested to match some expected output - [ ] The [std docs](http://static.rust-lang.org/doc/master/std/index.html) have been generated using `rustdoc`!