Update Julia documentation (1.0.0)

pull/856/merge
Thibaut Courouble 7 years ago
parent 082376dfb1
commit 5cbfdf4fd8

@ -12,9 +12,29 @@ module Docs
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
version '1.0' do
self.release = '1.0.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 '0.7' do
self.release = '0.7.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 '0.6' do version '0.6' do
self.release = '0.6.2' self.release = '0.6.2'
self.base_url = 'https://docs.julialang.org/en/release-0.6/' self.base_url = "https://docs.julialang.org/en/v#{release}/"
self.type = 'julia' self.type = 'julia'
html_filters.push 'julia/entries', 'julia/clean_html' html_filters.push 'julia/entries', 'julia/clean_html'
@ -24,7 +44,7 @@ module Docs
version '0.5' do version '0.5' do
self.release = '0.5.2' self.release = '0.5.2'
self.base_url = 'https://docs.julialang.org/en/release-0.5/' self.base_url = "https://docs.julialang.org/en/v#{release}/"
self.type = 'sphinx_simple' self.type = 'sphinx_simple'
html_filters.push 'julia/entries_sphinx', 'julia/clean_html_sphinx', 'sphinx/clean_html' html_filters.push 'julia/entries_sphinx', 'julia/clean_html_sphinx', 'sphinx/clean_html'

Loading…
Cancel
Save