From ddb59e32ce33201a0645e06fcffd7fe169fe4f9f Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Sat, 13 Mar 2021 09:45:13 +0100 Subject: [PATCH] Update scikit-image documentation (0.18.1) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/scikit_image.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index a0919a29..63942841 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -755,7 +755,7 @@ credits = [ 'scikit-image', '2019 the scikit-image team', 'BSD', - 'http://scikit-image.org/docs/dev/license.html' + 'https://scikit-image.org/docs/dev/license.html' ], [ 'scikit-learn', '2007-2020 The scikit-learn developers', diff --git a/lib/docs/scrapers/scikit_image.rb b/lib/docs/scrapers/scikit_image.rb index 59ea0f46..368e03f7 100644 --- a/lib/docs/scrapers/scikit_image.rb +++ b/lib/docs/scrapers/scikit_image.rb @@ -3,8 +3,8 @@ module Docs self.name = 'scikit-image' self.slug = 'scikit_image' self.type = 'sphinx' - self.release = '0.17.2' - self.base_url = 'https://scikit-image.org/docs/0.17.x/' + self.release = '0.18.1' + self.base_url = 'https://scikit-image.org/docs/0.18.x/' self.links = { home: 'https://scikit-image.org/', code: 'https://github.com/scikit-image/scikit-image'