Update Julia documentation (0.5.0)

pull/501/head
Thibaut Courouble 8 years ago
parent c2324515a0
commit 6dc1be6ae9

@ -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'
], [

@ -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
&copy; 2009&ndash;2015 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors<br>
&copy; 2009&ndash;2016 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors<br>
Licensed under the MIT License.
HTML
end

Loading…
Cancel
Save