Forráskód Böngészése

Update Matplotlib documentation (1.5.3)

Thibaut Courouble 9 éve
szülő
commit
1c3654c023
1 módosított fájl, 4 hozzáadás és 4 törlés
  1. 4 4
      lib/docs/scrapers/matplotlib.rb

+ 4 - 4
lib/docs/scrapers/matplotlib.rb

@@ -21,11 +21,11 @@ module Docs
     HTML
 
     version '1.5' do
-      self.release = '1.5.1'
+      self.release = '1.5.3'
       self.base_urls = [
-        'http://matplotlib.org/1.5.1/api/',
-        'http://matplotlib.org/1.5.1/mpl_toolkits/mplot3d/',
-        'http://matplotlib.org/1.5.1/mpl_toolkits/axes_grid/api/'
+        "http://matplotlib.org/#{release}/api/",
+        "http://matplotlib.org/#{release}/mpl_toolkits/mplot3d/",
+        "http://matplotlib.org/#{release}/mpl_toolkits/axes_grid/api/"
       ]
     end
   end