From: Dave Burt Date: 2006-05-02T11:59:31+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? I've just had a quick look, and this might work: Use the --inline-source switch, and use a stylesheet modified with "a.source-toggle{display:none}" to hide the links. Cheers, Dave