ri request

C

Chris Morris

I'd love to see things like the sprintf, Time.strftime, etc.
flag/fields/directives tables available in ri or some other cmdline
dealy. Anyone already got something like this? Anyway this could make it
into ri, Dave?
 
J

jbritt

Chris said:
I'd love to see things like the sprintf, Time.strftime, etc.
flag/fields/directives tables available in ri or some other cmdline
dealy. Anyone already got something like this? Anyway this could make it
into ri, Dave?

You can use RImport[0] to add RDoc'ed files into ri. Results, of
course, depend on the quality (and existence) of code comments.

Several files have been rimported into the online ri[1] at
ruby-doc.org, e.g.:

http://www.ruby-doc.org/find/ri/Time

BTW, I found some formaatting bugs in rimport and hope to have the fixes
available soon.

James Britt

[0] http://rimport.rubyforge.org
[1] http://www.ruby-doc.org/find/ri
 
G

gabriele renzi

Several files have been rimported into the online ri[1] at
ruby-doc.org, e.g.:

http://www.ruby-doc.org/find/ri/Time

<sidenote>
this page is something wonderful.
could we hope to see a packaged version of ri+imported files?

I know that I could run rdoc+rimport on my ruby tree by myself, but
having a click'n'run pkg would be cute :)
</sidenote>
 
G

Gavin Sinclair

il Sat, 13 Sep 2003 00:22:06 +0900, "(e-mail address removed)"
<[email protected]> ha scritto::
Several files have been rimported into the online ri[1] at
ruby-doc.org, e.g.:

http://www.ruby-doc.org/find/ri/Time
<sidenote>
this page is something wonderful.
could we hope to see a packaged version of ri+imported files?
I know that I could run rdoc+rimport on my ruby tree by myself, but
having a click'n'run pkg would be cute :)
</sidenote>

I'm working on this and will hopefully have something released soon.
My main focus is including "extra" docs in ri, like Matrix, Set, etc.

Cheers,
Gavin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,125
Messages
2,570,748
Members
47,302
Latest member
MitziWragg

Latest Threads

Top