We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ac739 commit a34296fCopy full SHA for a34296f
lib/docs/scrapers/julia.rb
@@ -11,6 +11,17 @@ class Julia < UrlScraper
11
Licensed under the MIT License.
12
HTML
13
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
25
version '1.6' do
26
self.release = '1.6.0'
27
self.base_url = "https://docs.julialang.org/en/v#{release}/"
0 commit comments