Update scikit-learn documentation (0.19.1)

pull/699/merge
Thibaut Courouble 7 years ago
parent f67bce9dce
commit c1e78ae9a8

@ -27,6 +27,7 @@ module Docs
type = at_css('dt > .descclassname').content.strip type = at_css('dt > .descclassname').content.strip
type.remove! 'sklearn.' type.remove! 'sklearn.'
type.remove! %r{\.\z} type.remove! %r{\.\z}
type = 'sklearn' if type.blank?
type type
elsif subpath.start_with?('tutorial') elsif subpath.start_with?('tutorial')
'Tutorials' 'Tutorials'

@ -3,9 +3,10 @@ module Docs
self.name = 'scikit-learn' self.name = 'scikit-learn'
self.slug = 'scikit_learn' self.slug = 'scikit_learn'
self.type = 'sphinx' self.type = 'sphinx'
self.release = '0.19' self.release = '0.19.1'
self.base_url = 'http://scikit-learn.org/stable/' self.base_url = 'http://scikit-learn.org/stable/'
self.root_path = 'documentation.html' self.root_path = 'documentation.html'
self.force_gzip = true
self.links = { self.links = {
home: 'http://scikit-learn.org/', home: 'http://scikit-learn.org/',
code: 'https://github.com/scikit-learn/scikit-learn' code: 'https://github.com/scikit-learn/scikit-learn'

Loading…
Cancel
Save