ruby-changes:26862
From: drbrain <ko1@a...>
Date: Thu, 24 Jan 2013 10:29:10 +0900 (JST)
Subject: [ruby-changes:26862] drbrain:r38914 (trunk): * NEWS (RDoc): Added mention of page support and markdown support.
drbrain 2013-01-24 10:28:47 +0900 (Thu, 24 Jan 2013) New Revision: 38914 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38914 Log: * NEWS (RDoc): Added mention of page support and markdown support. Modified files: trunk/ChangeLog trunk/NEWS Index: ChangeLog =================================================================== --- ChangeLog (revision 38913) +++ ChangeLog (revision 38914) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Jan 24 10:28:30 2013 Eric Hodel <drbrain@s...> + + * NEWS (RDoc): Added mention of page support and markdown support. + Thu Jan 24 09:40:13 2013 Eric Hodel <drbrain@s...> * doc/syntax/refinements.rdoc: Added refinements document based on Index: NEWS =================================================================== --- NEWS (revision 38913) +++ NEWS (revision 38914) @@ -312,16 +312,25 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L312 http://rake.rubyforge.org/doc/release_notes/rake-0_9_5_rdoc.html for a list of changes in rake 0.9.3, 0.9.4 and 0.9.5. -* rdoc - * rdoc has been updated to version 4.0 +* RDoc + * RDoc has been updated to version 4.0 This version is largely backwards-compatible with previous rdoc versions. The most notable change is an update to the ri data format (ri data must be regenerated for gems shared across rdoc versions). Further API changes are internal and won't affect most users. - See https://github.com/rdoc/rdoc/blob/master/History.rdoc for a list of - changes in rdoc 4.0. + Notable changes include: + + * Page support for ri. Try `ri ruby:` for a list of pages in ruby or + `ri ruby:syntax/literals` for the syntax documentation for literals. + + This also works for gems such as `ri rspec:README` for the rspec gem's + README file. + * Markdown support. See ri RDoc::Markdown for details. + + See https://github.com/rdoc/rdoc/blob/master/History.rdoc for a full list + of changes in rdoc 4.0. * resolv * new methods: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/