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?
/Jesper
···
--
___________________________________________________________
Jesper Rønn-Jensen / Capgemini Denmark
Tel. +45 3977 8220 / Mob. +45 2373 6220 / Fax +45 7011 2201
www.dk.capgemini.com / Blog http://justaddwater.dk/
___________________________________________________________
RDoc only supports links to external pages and auto-linking via method/class names.
···
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?
Eric Hodel 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.
There is the 'link' directive in rdoc. For example:
{README}[link:../ruby-api/files/README.html]
The {...} part is used for the visible text of the link.
I'm not sure if it is possible to link to a class rather than a file, but of course you can just link to the HTML file containing the class's generated rdoc.
···
On Feb 13, 2008, at 12:10 PM, Jesper Rønn-Jensen wrote:
--
vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407
As I recall, the names of classes are generated, so it will be difficult to have a stable link.
···
On Feb 22, 2008, at 12:49 PM, Joel VanderWerf wrote:
Eric Hodel wrote:
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.
There is the 'link' directive in rdoc. For example:
{README}[link:../ruby-api/files/README.html]
The {...} part is used for the visible text of the link.
I'm not sure if it is possible to link to a class rather than a file, but of course you can just link to the HTML file containing the class's generated rdoc.