[devdocsgjs/main: 1372/1867] Update Scikit-image documentation (0.17.2)




commit e13a492bb520c1257f40c6740598639353fe798b
Author: Phil Scherer <pnscher evoforge org>
Date:   Sun Dec 13 11:33:55 2020 -0500

    Update Scikit-image documentation (0.17.2)

 assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
 lib/docs/scrapers/scikit_image.rb                    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee 
b/assets/javascripts/templates/pages/about_tmpl.coffee
index 5c83e92b..bf6ca2ea 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -738,7 +738,7 @@ credits = [
     'https://raw.githubusercontent.com/scala/scala-lang/master/license.md'
   ], [
     'scikit-image',
-    '2011 the scikit-image team',
+    '2019 the scikit-image team',
     'BSD',
     'http://scikit-image.org/docs/dev/license.html'
   ], [
diff --git a/lib/docs/scrapers/scikit_image.rb b/lib/docs/scrapers/scikit_image.rb
index a5959581..59ea0f46 100644
--- a/lib/docs/scrapers/scikit_image.rb
+++ b/lib/docs/scrapers/scikit_image.rb
@@ -3,10 +3,10 @@ module Docs
     self.name = 'scikit-image'
     self.slug = 'scikit_image'
     self.type = 'sphinx'
-    self.release = '0.14.1'
-    self.base_url = 'http://scikit-image.org/docs/0.14.x/'
+    self.release = '0.17.2'
+    self.base_url = 'https://scikit-image.org/docs/0.17.x/'
     self.links = {
-      home: 'http://scikit-image.org/',
+      home: 'https://scikit-image.org/',
       code: 'https://github.com/scikit-image/scikit-image'
     }
 
@@ -17,7 +17,7 @@ module Docs
     options[:only_patterns] = [/\Aapi/, /\Auser_guide/]
 
     options[:attribution] = <<-HTML
-      &copy; 2011 the scikit-image team<br>
+      &copy; 2019 the scikit-image team<br>
       Licensed under the BSD 3-clause License.
     HTML
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]