Skip to content

Commit

Permalink
Update Octave documentation (9.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Dec 7, 2024
1 parent 1f9cce1 commit c05094f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/docs/scrapers/octave.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ class Octave < UrlScraper
Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions.
HTML

version '9' do
self.release = '9.2.0'
self.base_url = "https://docs.octave.org/v#{self.release}/"
end

version '8' do
self.release = '8.1.0'
self.base_url = "https://docs.octave.org/v#{self.release}/"
Expand Down

0 comments on commit c05094f

Please sign in to comment.