Ask a Question related to Ruby, Design and Development.
-
Gavin Sinclair #1
[ANN] Standard library documentation available
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 [url]http://stdlib-doc.rubyforge.org/html/index.html[/url]
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
Gavin Sinclair Guest
-
Which SDK library to use for Adobe Acrobat 7.0 Standard?
Hi, I have Adobe Acrobat 7.0 Standard and wanted to use SDK to open and modify PDF files. Which version of SDK should I download from Adobe SDK... -
Standard Library Docs online at ruby-doc.org
The HTML output from the RDoc comments from Gavin Sinclair's stdlib-doc project are online at www.ruby-doc.org . The pages have a nie index... -
$VERBOSE=true returns warnings from standard library
I normally write my ruby code with $VERBOSE=true. When I do this in ruby 1.8.0 and use singleton.rb I get the following warning: ... -
Learning from the standard library
There are a lot of good ways to learn how to do things in Ruby. I happen to think the Pickaxe (http://www.pragmaticprogrammer.com/ruby/) is a... -
Documentation for standard library -- what format?
Hi all! I'm a bit confused as to what is meant to be the standard format for documentation in the standard library. For instance, in the Net... -
Raphael Bauduin #2
Re: [ANN] Standard library documentation available
Gavin Sinclair wrote:
Cool! It's already bookmarked! :-)> 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 [url]http://stdlib-doc.rubyforge.org/html/index.html[/url]
>
> 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
>
>
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
Raphael Bauduin Guest
-
Kent Dahl #3
Re: [ANN] Standard library documentation available
Gavin Sinclair wrote:
Excellent work!> 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 [url]http://stdlib-doc.rubyforge.org/html/index.html[/url]
Are these available in a nice download, or do I have to use CVS or wget
to get a local copy?
A small error in the TOC, which may be RDoc related:> 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.
<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 ]/)_ _~_ _____[ [url]http://www.pvv.org/~kentda/[/url] ]_____/~
))\_student_/(( \__d L b__/ Master of Science in Technology )
( \__\_õ|õ_/__/ ) _)Industrial economics and technological management(
\____/_ö_\____/ (____engineering.discipline_=_Computer::Technology ___)
Kent Dahl Guest
-
gabriele renzi #4
Re: [ANN] Standard library documentation available
il Thu, 30 Oct 2003 16:48:04 +0100, Raphael Bauduin
<raphael.bauduin@be.easynet.net> ha scritto::
[url]http://rdoc.sourceforge.net/doc/index.html[/url]>>>
>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.
I suppose :)
gabriele renzi Guest
-
Lyle Johnson #5
Re: [ANN] Standard library documentation available
Gavin Sinclair wrote:
Thanks very much, Gavin, for all of the hard work you've put into this.> 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.
This is a great resource.
Lyle Johnson Guest
-
gabriele renzi #6
Re: [ANN] Standard library documentation available
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.
gabriele renzi Guest
-
gsinclair@energy.com.au #7
Re: [ANN] Standard library documentation available
gabriele renzi <surrender_it@remove.yahoo.it> wrote in message news:<jov2qv8u1rhsobngogfuiul91srp8v4onp@4ax.com>. ..
That will happen; some of it, anyway. Because I was in a hurry, I> 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 :)
hacked that stuff together. But the tools are half-done to generate
everything yourself.
>
> One note:
> fileutils has stuff like
> +:method+.Ah yeah, I got sick of typing <tt> and hoped RDoc would change. It> I think the + is RDoc markup that gets wrongly interpreted, for all
> the Symbols.
didn't, so I have to go back and change it :)
Cheers,
Gavin
gsinclair@energy.com.au Guest
-
gsinclair@energy.com.au #8
Re: [ANN] Standard library documentation available
Kent Dahl <kentda+news@stud.ntnu.no> wrote in message news:<bnrnct$p3k$1@tyfon.itea.ntnu.no>...
Not available yet, I'm afraid, and I wouldn't touch the CVS either.> 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 [url]http://stdlib-doc.rubyforge.org/html/index.html[/url]
> 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 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.
Yep, my error. Over-eagerly applying a Vim macro. Will fix.>> > 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?
Cheers,
Gavin
gsinclair@energy.com.au Guest
-
Raphael Bauduin #9
Re: [ANN] Standard library documentation available
gabriele renzi wrote:
Great! Actually I thought I was talking about rdoc , but I was talking> 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.
>
> [url]http://rdoc.sourceforge.net/doc/index.html[/url]
> I suppose :)
about rd2 from the rdtool debian package, which is something else it seems :-)
I think I'll use rdoc from now.
Thanks!
Raph
Raphael Bauduin Guest



Reply With Quote

