[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Standard library documentation available

Gavin Sinclair

10/30/2003 3:21:00 PM

Folks,

On the eve of my hiking holiday in New Zealand, ill-timed to clash
with the Rugby World Cup quarter finals, I have rushed through the
preparation of a fairly useful set of standard library documentation.

See http://stdlib-doc.rubyforge.org/html/...

It's all RDoc-generated. If you like what you see, and want to see
more, feel free to contribute some RDoc comments. They'll end up in
this collection soon enough with credit to contributors.

Suggestions for improvement welcome.

Cheers,
Gavin


8 Answers

Raphael Bauduin

10/30/2003 3:48:00 PM

0

Gavin Sinclair wrote:
> Folks,
>
> On the eve of my hiking holiday in New Zealand, ill-timed to clash
> with the Rugby World Cup quarter finals, I have rushed through the
> preparation of a fairly useful set of standard library documentation.
>
> See http://stdlib-doc.rubyforge.org/html/...
>
> It's all RDoc-generated. If you like what you see, and want to see
> more, feel free to contribute some RDoc comments. They'll end up in
> this collection soon enough with credit to contributors.
>
> Suggestions for improvement welcome.
>
> Cheers,
> Gavin
>
>

Cool! It's already bookmarked! :-)

Is there a place where rdoc is clearly documented? I'd like to use it
for my code too, but didn't find really good doc about it.

Raph

Kent Dahl

10/30/2003 7:05:00 PM

0

Gavin Sinclair wrote:
> On the eve of my hiking holiday in New Zealand, ill-timed to clash
> with the Rugby World Cup quarter finals, I have rushed through the
> preparation of a fairly useful set of standard library documentation.
>
> See http://stdlib-doc.rubyforge.org/html/...

Excellent work!

Are these available in a nice download, or do I have to use CVS or wget
to get a local copy?

> It's all RDoc-generated. If you like what you see, and want to see
> more, feel free to contribute some RDoc comments. They'll end up in
> this collection soon enough with credit to contributors.
>
> Suggestions for improvement welcome.

A small error in the TOC, which may be RDoc related:

<li><a href="libdoc/resolv/rdoc/index.html">resolv</a>
<li><a href="libdoc/resolv-replace/rdoc/index.html">resolv</a>

Notice the text is resolv for both, but probably should be
resolv-replace for the latter, or am I missing something?

--
(\[ Kent Dahl ]/)_ _~_ _____[ http://www.pvv.or... ]_____/~
))\_student_/(( \__d L b__/ Master of Science in Technology )
( \__\_õ|õ_/__/ ) _)Industrial economics and technological management(
\____/_ö_\____/ (____engineering.discipline_=_Computer::Technology___)

gabriele renzi

10/30/2003 8:17:00 PM

0

il Thu, 30 Oct 2003 16:48:04 +0100, Raphael Bauduin
<raphael.bauduin@be.easynet.net> ha scritto::


>>
>
>Cool! It's already bookmarked! :-)
>
>Is there a place where rdoc is clearly documented? I'd like to use it
>for my code too, but didn't find really good doc about it.

http://rdoc.sourceforge.net/doc/...
I suppose :)

Lyle Johnson

10/30/2003 9:06:00 PM

0

Gavin Sinclair wrote:

> On the eve of my hiking holiday in New Zealand, ill-timed to clash
> with the Rugby World Cup quarter finals, I have rushed through the
> preparation of a fairly useful set of standard library documentation.

Thanks very much, Gavin, for all of the hard work you've put into this.
This is a great resource.

gabriele renzi

10/30/2003 9:41:00 PM

0

il Fri, 31 Oct 2003 00:21:03 +0900, Gavin Sinclair
<gsinclair@soyabean.com.au> ha scritto::


>Suggestions for improvement welcome.


well, obviousl please make them avaiòable as a tar.gz , xml, chm, ri
data file and whatever :)


One note:
fileutils has stuff like
+:method+.
I think the + is RDoc markup that gets wrongly interpreted, for all
the Symbols.


gsinclair

10/31/2003 2:40:00 AM

0

gabriele renzi <surrender_it@remove.yahoo.it> wrote in message news:<jov2qv8u1rhsobngogfuiul91srp8v4onp@4ax.com>...
> il Fri, 31 Oct 2003 00:21:03 +0900, Gavin Sinclair
> <gsinclair@soyabean.com.au> ha scritto::
>
>
> >Suggestions for improvement welcome.
>
>
> well, obviousl please make them avaiòable as a tar.gz , xml, chm, ri
> data file and whatever :)

That will happen; some of it, anyway. Because I was in a hurry, I
hacked that stuff together. But the tools are half-done to generate
everything yourself.

>
> One note:
> fileutils has stuff like
> +:method+.

> I think the + is RDoc markup that gets wrongly interpreted, for all
> the Symbols.

Ah yeah, I got sick of typing <tt> and hoped RDoc would change. It
didn't, so I have to go back and change it :)

Cheers,
Gavin

gsinclair

10/31/2003 2:49:00 AM

0

Kent Dahl <kentda+news@stud.ntnu.no> wrote in message news:<bnrnct$p3k$1@tyfon.itea.ntnu.no>...
> Gavin Sinclair wrote:
> > On the eve of my hiking holiday in New Zealand, ill-timed to clash
> > with the Rugby World Cup quarter finals, I have rushed through the
> > preparation of a fairly useful set of standard library documentation.
> >
> > See http://stdlib-doc.rubyforge.org/html/...
>
> Excellent work!
>
> Are these available in a nice download, or do I have to use CVS or wget
> to get a local copy?

Not available yet, I'm afraid, and I wouldn't touch the CVS either.
It's way out of date and I need to replace the repository from
scratch.

I'd like ideas on how it should be distributed, though. Initially I
was going to commit all the generated RDoc stuff to CVS so people
could easily get the latest. However, I think that's a bit much. I
think I'll concentrate on the tools that allow you to generate it
yourself, and then make documentation snapshots downloadable. In
fact, I'll make one downloadable tonight since there's a couple of
requests. But then no activity for two weeks!

Another issue to consider is what docs should be shown: latest stable
release or CVS? What if 1.8.x is out but many people are still using
1.8.0? I'll consider these questions when it gets hosted on
ruby-doc.org.

A quick note on that matter. I intend to keep hosting the software on
rubyforge, but will place the end results on ruby-doc.org for online
viewing.

> > It's all RDoc-generated. If you like what you see, and want to see
> > more, feel free to contribute some RDoc comments. They'll end up in
> > this collection soon enough with credit to contributors.
> >
> > Suggestions for improvement welcome.
>
> A small error in the TOC, which may be RDoc related:
>
> <li><a href="libdoc/resolv/rdoc/index.html">resolv</a>
> <li><a href="libdoc/resolv-replace/rdoc/index.html">resolv</a>
>
> Notice the text is resolv for both, but probably should be
> resolv-replace for the latter, or am I missing something?

Yep, my error. Over-eagerly applying a Vim macro. Will fix.

Cheers,
Gavin

Raphael Bauduin

10/31/2003 12:17:00 PM

0

gabriele renzi wrote:
> il Thu, 30 Oct 2003 16:48:04 +0100, Raphael Bauduin
> <raphael.bauduin@be.easynet.net> ha scritto::
>
>
>
>>Cool! It's already bookmarked! :-)
>>
>>Is there a place where rdoc is clearly documented? I'd like to use it
>>for my code too, but didn't find really good doc about it.
>
>
> http://rdoc.sourceforge.net/doc/...
> I suppose :)

Great! Actually I thought I was talking about rdoc , but I was talking
about rd2 from the rdtool debian package, which is something else it seems :-)

I think I'll use rdoc from now.

Thanks!

Raph