rdoc/index.rdoc in rb-gsl-1.15.3.1 vs rdoc/index.rdoc in rb-gsl-1.15.3.2

- old
+ new

@@ -1,18 +1,18 @@ # -# = {Ruby/GSL}[link:files/rdoc/index_rdoc.html"target="_parent] +# = {Ruby/GSL}[link:doc/rdoc/index_rdoc.html"target="_parent] # # Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License. # # == {}[link:index.html"name="1] Description # {Ruby/GSL}[http://rubyforge.org/projects/rb-gsl/"target="_top] is a ruby interface to the {GNU Scientific Library}[http://www.gnu.org/software/gsl/"target="_top] (GSL), for numerical computing with {Ruby}[http://www.ruby-lang.org/en/"target="_top]. # # == {}[link:index.html"name="3] Installation # === {}[link:index.html"name="3.1] Using the gem command # Ruby/GSL may now be installed as a Ruby Gem by simply running # -# gem install gsl +# gem install rb-gsl # # Note that the GSL libraries must already be installed before Ruby/GSL # can be installed. # # === {}[link:index.html"name="3.2] Using the setup.rb command @@ -31,14 +31,14 @@ # Windows-cygwin binaries of <tt>GNU plotutils</tt> and related packages are # available from {here}[http://rustam.uwp.edu/support"target="_top]. # # == {}[link:index.html"name="4] Screenshot # -# Ruby/GSL can be seen in action in these {screenshots}[link:files/rdoc/screenshot_rdoc.html]. +# Ruby/GSL can be seen in action in these {screenshots}[link:doc/rdoc/screenshot_rdoc.html]. # # == {}[link:index.html"name="5] Reference # -# The {Ruby/GSL reference manual}[link:files/rdoc/ref_rdoc.html] follows and borrows +# The {Ruby/GSL reference manual}[link:doc/rdoc/ref_rdoc.html] follows and borrows # large parts of the GSL reference manual. # # == {}[link:index.html"name="6] Examples # See scripts in <tt>examples/</tt> and <tt>tests/</tt> directories. #