Skip to content

Commit ddb59e3

Browse files
committed
Update scikit-image documentation (0.18.1)
1 parent 3b1c55a commit ddb59e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ credits = [
755755
'scikit-image',
756756
'2019 the scikit-image team',
757757
'BSD',
758-
'http://scikit-image.org/docs/dev/license.html'
758+
'https://scikit-image.org/docs/dev/license.html'
759759
], [
760760
'scikit-learn',
761761
'2007-2020 The scikit-learn developers',

lib/docs/scrapers/scikit_image.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class ScikitImage < UrlScraper
33
self.name = 'scikit-image'
44
self.slug = 'scikit_image'
55
self.type = 'sphinx'
6-
self.release = '0.17.2'
7-
self.base_url = 'https://scikit-image.org/docs/0.17.x/'
6+
self.release = '0.18.1'
7+
self.base_url = 'https://scikit-image.org/docs/0.18.x/'
88
self.links = {
99
home: 'https://scikit-image.org/',
1010
code: 'https://github.com/scikit-image/scikit-image'

0 commit comments

Comments
 (0)