From 54471c859dc9407b35268dd5959538b6f3e8069b Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sat, 26 Aug 2017 11:57:33 -0400 Subject: [PATCH] Update scikit-learn documentation (0.19) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/scikit_learn.rb | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 35ea3af8..bbdab6ef 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/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' ], [ diff --git a/lib/docs/scrapers/scikit_learn.rb b/lib/docs/scrapers/scikit_learn.rb index 33305f33..b6e0bca3 100644 --- a/lib/docs/scrapers/scikit_learn.rb +++ b/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 - © 2007–2016 The scikit-learn developers
+ © 2007–2017 The scikit-learn developers
Licensed under the 3-clause BSD License. HTML