|
|
@ -8,12 +8,12 @@ module Docs
|
|
|
|
options[:only_patterns] = [/\Amanual\//, /\Astdlib\//]
|
|
|
|
options[:only_patterns] = [/\Amanual\//, /\Astdlib\//]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2009–2016 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors<br>
|
|
|
|
© 2009–2018 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.0' do
|
|
|
|
version '1.0' do
|
|
|
|
self.release = '1.0.0'
|
|
|
|
self.release = '1.0.1'
|
|
|
|
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'
|
|
|
|
|
|
|
|
|
|
|
|