Update Julia documentation (1.9.2)

pull/2027/head
Simon Legner 1 year ago
parent 86eb64428c
commit 7451ba21eb

@ -7,10 +7,21 @@ module Docs
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2009&ndash;2022 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors<br> &copy; 2009&ndash;2023 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.9' do
self.release = '1.9.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.8' do version '1.8' do
self.release = '1.8.5' self.release = '1.8.5'
self.base_url = "https://docs.julialang.org/en/v#{version}/" self.base_url = "https://docs.julialang.org/en/v#{version}/"

Loading…
Cancel
Save