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 1f9cce1 commit c05094fCopy full SHA for c05094f
lib/docs/scrapers/octave.rb
@@ -29,6 +29,11 @@ class Octave < UrlScraper
29
Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions.
30
HTML
31
32
+ version '9' do
33
+ self.release = '9.2.0'
34
+ self.base_url = "https://docs.octave.org/v#{self.release}/"
35
+ end
36
+
37
version '8' do
38
self.release = '8.1.0'
39
self.base_url = "https://docs.octave.org/v#{self.release}/"
0 commit comments