1
0
Эх сурвалжийг харах

Update scikit-learn documentation (0.19)

Thibaut Courouble 8 жил өмнө
parent
commit
54471c859d

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

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

+ 3 - 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.18'
+    self.release = '0.19'
     self.base_url = 'http://scikit-learn.org/stable/'
     self.root_path = 'documentation.html'
     self.links = {
@@ -17,9 +17,10 @@ module Docs
     options[:skip] = %w(tutorial/statistical_inference/finding_help.html)
     options[:only_patterns] = [/\Amodules/, /\Adatasets/, /\Atutorial/, /\Aauto_examples/]
     options[:skip_patterns] = [/\Adatasets\/(?!index)/]
+    options[:max_image_size] = 256_000
 
     options[:attribution] = <<-HTML
-      &copy; 2007&ndash;2016 The scikit-learn developers<br>
+      &copy; 2007&ndash;2017 The scikit-learn developers<br>
       Licensed under the 3-clause BSD License.
     HTML