Skip to content

Commit 9a2cab3

Browse files
committed
Update Julia documentation (1.11.2)
1 parent 4096bf9 commit 9a2cab3

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

lib/docs/scrapers/julia.rb

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,23 @@ class Julia < UrlScraper
77

88

99
options[:attribution] = <<-HTML
10-
&copy; 2009&ndash;2023 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors<br>
10+
&copy; 2009&ndash;2024 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors<br>
1111
Licensed under the MIT License.
1212
HTML
1313

14+
version '1.11' do
15+
self.release = '1.11.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] = [/\Amanual\//, /\Abase\//, /\Astdlib\//]
23+
end
24+
1425
version '1.10' do
15-
self.release = '1.10.0.2'
26+
self.release = '1.10.7'
1627
self.base_url = "https://docs.julialang.org/en/v#{version}/"
1728
self.type = 'julia'
1829

0 commit comments

Comments
 (0)