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

- old
+ new

@@ -55,11 +55,11 @@ # == {}[link:index.html"name="2] Methods # --- # * GSL::Histogram2d#set_ranges(vx, vy) # # This sets the ranges of the existing histogram using -# two {GSL::Vector}[link:files/rdoc/vector_rdoc.html] objects or arrays. +# two {GSL::Vector}[link:rdoc/vector_rdoc.html] objects or arrays. # --- # * GSL::Histogram2d#set_ranges_uniform(xmin, xmax, ymin, ymax) # * GSL::Histogram2d#set_ranges_uniform([xmin, xmax], [ymin, ymax]) # # This sets the ranges of the existing histogram <tt>self</tt> to cover @@ -269,11 +269,11 @@ # hy = h2.yproject # printf("%f %f %f %f\n", h2.xsigma, h2.ysigma, hx.sigma, hy.sigma) # GSL::graph(hx, hy, "-T X -C -g 3") # # -# {prev}[link:files/rdoc/hist_rdoc.html] -# {next}[link:files/rdoc/hist3d_rdoc.html] +# {prev}[link:rdoc/hist_rdoc.html] +# {next}[link:rdoc/hist3d_rdoc.html] # -# {Reference index}[link:files/rdoc/ref_rdoc.html] -# {top}[link:files/rdoc/index_rdoc.html] +# {Reference index}[link:rdoc/ref_rdoc.html] +# {top}[link:index.html] #