File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,21 @@ class Julia < UrlScraper
77
88
99 options [ :attribution ] = <<-HTML
10- © 2009–2022 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors< br >
10+ © 2009–2023 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors< br >
1111 Licensed under the MIT License.
1212 HTML
1313
14+ version '1.9' do
15+ self . release = '1.9.2'
16+ self . base_url = "https://docs.julialang.org/en/v#{ version } /"
17+ self . type = 'julia'
18+
19+ html_filters . push 'julia/entries' , 'julia/clean_html'
20+
21+ options [ :container ] = '.docs-main'
22+ options [ :only_patterns ] = [ /\A manual\/ / , /\A base\/ / , /\A stdlib\/ / ]
23+ end
24+
1425 version '1.8' do
1526 self . release = '1.8.5'
1627 self . base_url = "https://docs.julialang.org/en/v#{ version } /"
You can’t perform that action at this time.
0 commit comments