浏览代码

Update Julia documentation (1.0.1)

Thibaut Courouble 7 年之前
父节点
当前提交
7ba33e90b0
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 2 2
      lib/docs/scrapers/julia.rb

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -372,7 +372,7 @@ credits = [
     'https://raw.githubusercontent.com/jquery/api.jqueryui.com/master/LICENSE.txt'
   ], [
     'Julia',
-    '2009-2016 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors',
+    '2009-2018 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors',
     'MIT',
     'https://raw.githubusercontent.com/JuliaLang/julia/master/LICENSE.md'
   ], [

+ 2 - 2
lib/docs/scrapers/julia.rb

@@ -8,12 +8,12 @@ module Docs
     options[:only_patterns] = [/\Amanual\//, /\Astdlib\//]
 
     options[:attribution] = <<-HTML
-      &copy; 2009&ndash;2016 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors<br>
+      &copy; 2009&ndash;2018 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors<br>
       Licensed under the MIT License.
     HTML
 
     version '1.0' do
-      self.release = '1.0.0'
+      self.release = '1.0.1'
       self.base_url = "https://docs.julialang.org/en/v#{release}/"
       self.type = 'julia'