Hi, could someone help me to find the official Ruby Documentation, from the ruby-lang.org website I could find the below webpages and confused to
choose the right one.
The “official” documention is that one on ruby-doc.org, which is
generated from the Ruby sourcecode by means of Ruby’ſ standard
documentation tool RDoc. However, some people don’t like the way RDoc
documents Ruby code and instead prefer YARD, an alternative
documentation engine. This is what rubydoc.info uses to process the Ruby
sourcecode.
Since both sites are based on the Ruby sourcecode, the actual semantics
should be equal, but are presented slightly different to you (though the
difference is greater than just applying a different CSS stylesheet).
Hi, could someone help me to find the official Ruby Documentation, from
the ruby-lang.org website I could find the below webpages and confused to
choose the right one.
12 окт. 2015 г. 9:39 пользователь "Ferdinand Rosario" <ferdinandrosario@gmail.com <mailto:ferdinandrosario@gmail.com>> написал:
Hi, could someone help me to find the official Ruby Documentation, from the ruby-lang.org <http://ruby-lang.org/> website I could find the below webpages and confused to choose the right one. http://ruby-doc.org <http://ruby-doc.org/>
rubydoc.info <http://rubydoc.info/>
The “official” documention is that one on ruby-doc.org, which is
generated from the Ruby sourcecode by means of Ruby’ſ standard
documentation tool RDoc. However, some people don’t like the way RDoc
documents Ruby code and instead prefer YARD, an alternative
documentation engine. This is what rubydoc.info uses to process the
Ruby
sourcecode.
Since both sites are based on the Ruby sourcecode, the actual
semantics
should be equal, but are presented slightly different to you (though
the
difference is greater than just applying a different CSS stylesheet).
The “official” documention is that one on ruby-doc.org, which is
generated from the Ruby sourcecode by means of Ruby’ſ standard
documentation tool RDoc. However, some people don’t like the way RDoc
documents Ruby code and instead prefer YARD, an alternative
documentation engine. This is what rubydoc.info uses to process the Ruby
sourcecode.
Since both sites are based on the Ruby sourcecode, the actual semantics
should be equal, but are presented slightly different to you (though the
difference is greater than just applying a different CSS stylesheet).
Yes! Most of the documentation is generated from source code comments,
so to contribute, follow the instructions for developing Ruby itself,
and just change comments and not code
···
On Oct 12, 2015, at 04:55, Ferdinand Rosario <ferdinandrosario@gmail.com> wrote: