From 6dc1be6ae940c839b7ae247a8c78dc80daea0cf6 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sat, 1 Oct 2016 10:30:16 -0400 Subject: [PATCH] Update Julia documentation (0.5.0) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/julia.rb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 9d046b9e..d3699f4d 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -276,7 +276,7 @@ credits = [ 'https://raw.githubusercontent.com/jquery/api.jqueryui.com/master/LICENSE.txt' ], [ 'Julia', - '2009-2015 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors', + '2009-2016 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors', 'MIT', 'https://raw.githubusercontent.com/JuliaLang/julia/master/LICENSE.md' ], [ diff --git a/lib/docs/scrapers/julia.rb b/lib/docs/scrapers/julia.rb index 05c56aa2..e5157390 100644 --- a/lib/docs/scrapers/julia.rb +++ b/lib/docs/scrapers/julia.rb @@ -1,8 +1,8 @@ module Docs class Julia < UrlScraper self.type = 'sphinx_simple' - self.release = '0.4.6' - self.base_url = 'http://docs.julialang.org/en/release-0.4/' + self.release = '0.5.0' + self.base_url = 'http://docs.julialang.org/en/release-0.5/' self.links = { home: 'http://julialang.org/', code: 'https://github.com/JuliaLang/julia' @@ -13,7 +13,7 @@ module Docs options[:only_patterns] = [/\Amanual\//, /\Astdlib\//] options[:attribution] = <<-HTML - © 2009–2015 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors
+ © 2009–2016 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors
Licensed under the MIT License. HTML end