mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Octave documentation (8.1.0)
This commit is contained in:
parent
a18a74bcd8
commit
e8dcd14cdf
1 changed files with 6 additions and 1 deletions
|
@ -23,12 +23,17 @@ module Docs
|
|||
options[:root_title] = 'GNU Octave'
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 1996–2022 The Octave Project Developers<br>
|
||||
© 1996–2023 The Octave Project Developers<br>
|
||||
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.<br/>
|
||||
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.</br>
|
||||
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}/"
|
||||
|
|
Loading…
Reference in a new issue