Update scikit-learn documentation (0.19)

pull/669/head
Thibaut Courouble 8 years ago
parent 8ac2e79990
commit 54471c859d

@ -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,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

Loading…
Cancel
Save