Explorar o código

Update Matplotlib documentation (1.5.3)

Thibaut Courouble %!s(int64=9) %!d(string=hai) anos
pai
achega
1c3654c023
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  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