[ANN] Standard library documentation available

Ask a Question related to Ruby, Design and Development.

  1. #1

    Default [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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. $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: ...
    4. 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...
    5. 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...
  3. #2

    Default Re: [ANN] Standard library documentation available

    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 [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
    >
    >
    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

    Raphael Bauduin Guest

  4. #3

    Default Re: [ANN] Standard library documentation available

    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 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 ]/)_ _~_ _____[ [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

  5. #4

    Default Re: [ANN] Standard library documentation available

    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 :)
    gabriele renzi Guest

  6. #5

    Default Re: [ANN] Standard library documentation available

    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.

    Lyle Johnson Guest

  7. #6

    Default 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

  8. #7

    Default Re: [ANN] Standard library documentation available

    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@energy.com.au Guest

  9. #8

    Default Re: [ANN] Standard library documentation available

    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 [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?
    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
    gsinclair@energy.com.au Guest

  10. #9

    Default Re: [ANN] Standard library documentation available

    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.
    >
    >
    > [url]http://rdoc.sourceforge.net/doc/index.html[/url]
    > 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

    Raphael Bauduin Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139