My Ruby installation is a bit of a mess, especially so far as the documentation is concerned. I would like to give it some semblance of good order. Can someone suggest a nice way to organize and maintain both ri and HTML documentation for a Ruby installation, that includes built-in classes, standard library, thrd party libraries and a number of RubyGems? Say, you build the above said installation from scratch and want to generate documentation for everything - how do you actually do that? Where do you run rdoc, with what options, where do you place the output, etc? And then, when you add/upgrade/delete a library, what do you do in those cases? I promise to summarize the answers and write a short guideline (assuming that I will have something to summarize :). Alex