소스 검색

Update Matplotlib documentation (1.5.3)

Thibaut Courouble 9 년 전
부모
커밋
1c3654c023
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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