|
|
@ -7,10 +7,21 @@ module Docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2009–2019 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors<br>
|
|
|
|
© 2009–2020 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.5' do
|
|
|
|
|
|
|
|
self.release = '1.5.3'
|
|
|
|
|
|
|
|
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.2' do
|
|
|
|
version '1.2' do
|
|
|
|
self.release = '1.2.0'
|
|
|
|
self.release = '1.2.0'
|
|
|
|
self.base_url = "https://docs.julialang.org/en/v#{release}/"
|
|
|
|
self.base_url = "https://docs.julialang.org/en/v#{release}/"
|
|
|
|