From 3106ebbb8130d5349e605392e69c44d127ee3411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Mon, 17 Feb 2020 17:42:55 +0100 Subject: [PATCH] =?UTF-8?q?Manual:=20in=20a=20few=20places,=20replace=20?= =?UTF-8?q?=E2=80=9COctave=E2=80=9D=20by=20=E2=80=9CGNU=20Octave=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a partial revert of 8fa4c483f9116fb9f1f39d87aa584d4a8de10afb. Actually, the official name is “GNU Octave”, and it is easier to find it under that name in search engines. So use the full name at a few prominent places, and use the shorter “Octave” everywhere else. --- doc/manual/source/installation-and-configuration.rst | 2 +- doc/manual/source/introduction.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual/source/installation-and-configuration.rst b/doc/manual/source/installation-and-configuration.rst index 5db8108c4e..b980561019 100644 --- a/doc/manual/source/installation-and-configuration.rst +++ b/doc/manual/source/installation-and-configuration.rst @@ -15,7 +15,7 @@ are necessary in that case. In order to run Dynare, you need one of the following: * MATLAB version 7.9 (R2009b) or above; -* Octave version 4.2.1 or above, with the statistics package from +* GNU Octave version 4.2.1 or above, with the statistics package from `Octave-Forge`_. Note however that the Dynare installers for Windows and macOS require a more specific version of Octave, as indicated on the download page. diff --git a/doc/manual/source/introduction.rst b/doc/manual/source/introduction.rst index 7d447d3b94..9628823564 100644 --- a/doc/manual/source/introduction.rst +++ b/doc/manual/source/introduction.rst @@ -55,7 +55,7 @@ manual. Part of Dynare is programmed in C++, while the rest is written using the `MATLAB`_ programming language. The latter implies that commercially-available MATLAB software is required in order to run Dynare. However, as an alternative to MATLAB, Dynare is also able to -run on top of `Octave`_ (basically a free clone of MATLAB): this +run on top of `GNU Octave`_ (basically a free clone of MATLAB): this possibility is particularly interesting for students or institutions who cannot afford, or do not want to pay for, MATLAB and are willing to bear the concomitant performance loss. @@ -122,7 +122,7 @@ https://www.dynare.org. .. _MATLAB: https://www.mathworks.com/products/matlab/ -.. _Octave: https://www.octave.org/ +.. _GNU Octave: https://www.octave.org/ .. _CEPREMAP: https://www.cepremap.fr/ .. _web forum: https://forum.dynare.org/ .. _official Dynare website: https://www.dynare.org/ -- GitLab