On 29/07/2013 12:00 PM, Jordi Boggiano wrote:
Heya,

Crossposting from Reddit [1], just so more people see it and we can get
feedback:

It's a node project (sources [2]) feeding on the json output that cmr's
rustdoc_ng [3] generates to build a static site.

See http://seld.be/rustdoc/std/index.html for a preview of the std docs.

Very nice.

A few things I notice browsing-around:

- Many type refs appear as raw IDs. I know you mentioned this.

- Markdown isn't being formatted. `, *, _, ~~~ etc. show up in the
docstrings. See: http://seld.be/rustdoc/std/rand/distributions/struct.StandardNormal.html

- //! isn't being stripped / interpreted correctly. See
  http://seld.be/rustdoc/std/task/fn.get_task.html

- Likewise leading * when digesting a block comment full of
  /* ...
   *
   */
  is not being stripped properly. See
  http://seld.be/rustdoc/std/run/struct.Process.html

- The use of color is interesting but I find it a little distracting
  since red is visited-link-color on my browser.
  In general the formatting seems a little too-large / too-bold also.
  These are just aesthetic bits though.

Overall it seems like a big improvement though. Thanks so much for the work! I'm excited to see it having come so far.

-Graydon

_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to