|
|
@ -8,12 +8,32 @@ module Docs
|
|
|
|
options[:only_patterns] = [/\Amanual\//, /\Astdlib\//]
|
|
|
|
options[:only_patterns] = [/\Amanual\//, /\Astdlib\//]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2009–2018 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors<br>
|
|
|
|
© 2009–2019 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.2' do
|
|
|
|
|
|
|
|
self.release = '1.2.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'
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version '1.1' do
|
|
|
|
|
|
|
|
self.release = '1.1.1'
|
|
|
|
|
|
|
|
self.base_url = "https://docs.julialang.org/en/v#{release}/"
|
|
|
|
|
|
|
|
self.type = 'julia'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
html_filters.push 'julia/entries', 'julia/clean_html'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
options[:container] = '#docs'
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
version '1.0' do
|
|
|
|
version '1.0' do
|
|
|
|
self.release = '1.0.1'
|
|
|
|
self.release = '1.0.4'
|
|
|
|
self.base_url = "https://docs.julialang.org/en/v#{release}/"
|
|
|
|
self.base_url = "https://docs.julialang.org/en/v#{release}/"
|
|
|
|
self.type = 'julia'
|
|
|
|
self.type = 'julia'
|
|
|
|
|
|
|
|
|
|
|
|