Ruby RDoc ressources

12.06.2009 – 10:02

I quite often search for infos about RDoc, so here are some useful links.

How to write RDoc comments

How to browse RDoc for installed gems

  • bdoc very nice browsing for documentation should be used with the better hanna rdoc template
  • sinatra-rubygems reimplementation of gem server to use apache not webrick
  • Gembox sinatra based application to browse the locally installed gems
  • docs.github.com for github based projects that use rdoc.info

Post a Comment