File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments