소스 검색

Update Matplotlib documentation (2.1.0)

Thibaut Courouble 8 년 전
부모
커밋
60e4cbf99c
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      lib/docs/scrapers/matplotlib.rb

+ 9 - 0
lib/docs/scrapers/matplotlib.rb

@@ -20,6 +20,15 @@ module Docs
       Licensed under the Matplotlib License Agreement.
     HTML
 
+    version '2.1' do
+      self.release = '2.1.0'
+      self.base_urls = [
+        "http://matplotlib.org/#{release}/api/",
+        "http://matplotlib.org/#{release}/mpl_toolkits/mplot3d/",
+        "http://matplotlib.org/#{release}/mpl_toolkits/axes_grid/api/"
+      ]
+    end
+
     version '2.0' do
       self.release = '2.0.2'
       self.base_urls = [