瀏覽代碼

Update scikit-learn documentation (0.20.0)

Thibaut Courouble 7 年之前
父節點
當前提交
1902f1725d
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 2 2
      lib/docs/scrapers/scikit_learn.rb

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -647,7 +647,7 @@ credits = [
     'http://scikit-image.org/docs/dev/license.html'
   ], [
     'scikit-learn',
-    '2007-2017 The scikit-learn developers',
+    '2007-2018 The scikit-learn developers',
     'BSD',
     'https://raw.githubusercontent.com/scikit-learn/scikit-learn/master/COPYING'
   ], [

+ 2 - 2
lib/docs/scrapers/scikit_learn.rb

@@ -3,7 +3,7 @@ module Docs
     self.name = 'scikit-learn'
     self.slug = 'scikit_learn'
     self.type = 'sphinx'
-    self.release = '0.19.1'
+    self.release = '0.20.0'
     self.base_url = 'http://scikit-learn.org/stable/'
     self.root_path = 'documentation.html'
     self.force_gzip = true
@@ -21,7 +21,7 @@ module Docs
     options[:max_image_size] = 256_000
 
     options[:attribution] = <<-HTML
-      &copy; 2007&ndash;2017 The scikit-learn developers<br>
+      &copy; 2007&ndash;2018 The scikit-learn developers<br>
       Licensed under the 3-clause BSD License.
     HTML