Update Julia documentation (1.6.0)

pull/1250/merge
Simon Legner 4 years ago
parent 9be4243005
commit 5e5e46945a

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

@ -7,10 +7,21 @@ module Docs
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2009&ndash;2020 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors<br> &copy; 2009&ndash;2021 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
version '1.6' do
self.release = '1.6.0'
self.base_url = "https://docs.julialang.org/en/v#{release}/"
self.type = 'julia'
html_filters.push 'julia/entries', 'julia/clean_html'
options[:container] = '.docs-main'
options[:only_patterns] = [/\Amanual\//, /\Abase\//, /\Astdlib\//]
end
version '1.5' do version '1.5' do
self.release = '1.5.3' self.release = '1.5.3'
self.base_url = "https://docs.julialang.org/en/v#{release}/" self.base_url = "https://docs.julialang.org/en/v#{release}/"

Loading…
Cancel
Save