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