From: Philip Hallstrom Date: 2006-05-03T02:56:42+09:00 Subject: Re: Restricting view to source code with RDOC? > Philip Hallstrom wrote: >>> I'd like to generate some docuementation using RDOC, but don't want >>> any of the "source" links available. >>> >>> I've seen some existing rdoc that does this, but don't see an option >>> within rdoc itself to exclude them. >>> >>> Am I just missing it? >> >> Turns out I was. Naturally after asking I find it :) Buried deep in >> /usr/local/lib/ruby/..... were the rdoc templates. I borrowed html.rb >> and tore out the pieces that include the links to source. >> >> Seems to work great. >> >> Heh. :) > > You're not going to add a --no-source switch to rdoc and share the patch? Sorry, I wasn't clear. html.rb is just a template (ie. --template) ... in /usr/local/lib/ruby/1.8/rdoc/generators/template/html along with some others: % ls hefss.rb html.rb kilmer.rb old_html.rb one_page_html.rb I took html.rb and searched for "source" and just removed every mention of it I could find... -philip