From e8dcd14cdfefe891feb06b997c7a58dd4b78d35f Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Wed, 12 Apr 2023 22:30:10 +0200 Subject: [PATCH] Update Octave documentation (8.1.0) --- lib/docs/scrapers/octave.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/docs/scrapers/octave.rb b/lib/docs/scrapers/octave.rb index c44a1f6c..fa9103fc 100644 --- a/lib/docs/scrapers/octave.rb +++ b/lib/docs/scrapers/octave.rb @@ -23,12 +23,17 @@ module Docs options[:root_title] = 'GNU Octave' options[:attribution] = <<-HTML - © 1996–2022 The Octave Project Developers
+ © 1996–2023 The Octave Project Developers
Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.
Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.
Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions. HTML + version '8' do + self.release = '8.1.0' + self.base_url = "https://docs.octave.org/v#{self.release}/" + end + version '7' do self.release = '7.2.0' self.base_url = "https://docs.octave.org/v#{self.release}/"