Update Julia documentation (1.11.2)

pull/2381/head
Simon Legner 2 months ago
parent 4096bf9419
commit 9a2cab3050

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

Loading…
Cancel
Save