From: Eric Hodel Date: 2008-02-23T05:04:16+09:00 Subject: Re: RDoc question: How do I make a link from the README file to a specific RDOC Page On Feb 13, 2008, at 12:10 PM, Jesper Rønn-Jensen wrote: > This is an excerpt from the ActiveWarehouse-etl README file > > * Multiple source types. Current supported types: > * Fixed-width and delimited text files > * XML files through SAX > * Apache combined log format > > I want to link the word "Fixed-width" to the page > ETL::Parser::FixedWidthParser > > How can i do that in an optimal way to keep readability in the > source file? RDoc only supports links to external pages and auto-linking via method/ class names.