File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -755,7 +755,7 @@ credits = [
755
755
' scikit-image' ,
756
756
' 2019 the scikit-image team' ,
757
757
' BSD' ,
758
- ' http ://scikit-image.org/docs/dev/license.html'
758
+ ' https ://scikit-image.org/docs/dev/license.html'
759
759
], [
760
760
' scikit-learn' ,
761
761
' 2007-2020 The scikit-learn developers' ,
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ class ScikitImage < UrlScraper
3
3
self . name = 'scikit-image'
4
4
self . slug = 'scikit_image'
5
5
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/'
8
8
self . links = {
9
9
home : 'https://scikit-image.org/' ,
10
10
code : 'https://github.com/scikit-image/scikit-image'
You can’t perform that action at this time.
0 commit comments