Thomas Sawyer wrote: > Hey, has anyone thought about or worked on a "next gen" documentation > system for handling Ruby DSLs? How about just writing plain old narrative documentation instead of using a specialized system? If you want pretty HTML output, you might want to consider Mizuho [1] or Asciidoc [2]. Some Ruby on Rails manuals are in the process of being converted to Mizuho/Asciidoc format. See [3] for the output. [1] https://github.com/FooBarWidget/mizuho/tree [2] http://www.methods.co.nz/asciidoc/ [3] http://izumi.plan99.net/manuals/creating_plugins.html -- Posted via http://www.ruby-forum.com/.