Skip to content

Commit a34296f

Browse files
committed
Update Julia documentation (1.7.0)
1 parent e3ac739 commit a34296f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

lib/docs/scrapers/julia.rb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ class Julia < UrlScraper
1111
Licensed under the MIT License.
1212
HTML
1313

14+
version '1.7' do
15+
self.release = '1.7.0'
16+
self.base_url = "https://docs.julialang.org/en/v#{release}/"
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.6' do
1526
self.release = '1.6.0'
1627
self.base_url = "https://docs.julialang.org/en/v#{release}/"

0 commit comments

Comments
 (0)