On Saturday, February 14, 2004, 9:58:56 AM, J.Herre wrote: > On Feb 13, 2004, at 2:29 PM, Gavin Sinclair wrote: >> If you want to be at the bleeding edge, you can generate the docs from >> the Ruby source yourself. That enables you to choose the absolute >> latest code, or the 1.6.x code, or whatever. (The website shows the >> latest 1.8 code.) I'm happy to assist you in setting that up; it is >> meant to be easy. >> > I've tinkered with using rdoc on the stdlib but the results aren't as > pretty as yours. Also the master index on the left is a big help. > It'd be great to have the option of generating the docs myself. Maybe > you could also offer a mini distribution that has everything thing you > need to build it yourself from a ruby source tree? That would be http://stdlib-doc.rubyforge.org :) (CVS only) I think the instructions are reasonably clear. I'll help you through it anyway to make sure they are. Summary: 1. Edit the etc/cfg/stdlib-doc.yaml file to point to the source dir 2. ruby stdlib-doc.rb gendoc --all That should be it, really. Cheers, Gavin