From 8fa4c483f9116fb9f1f39d87aa584d4a8de10afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 14 Nov 2019 16:57:33 +0100 Subject: [PATCH] =?UTF-8?q?Manual:=20replace=20=E2=80=9CGNU=20Octave?= =?UTF-8?q?=E2=80=9D=20by=20=E2=80=9COctave=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mentioning that Octave is a GNU project is pointless and maybe even confusing for users. --- doc/manual/source/installation-and-configuration.rst | 8 ++++---- doc/manual/source/introduction.rst | 4 ++-- doc/manual/source/running-dynare.rst | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/manual/source/installation-and-configuration.rst b/doc/manual/source/installation-and-configuration.rst index 8543fa3e2c..146101c6a4 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; -* GNU Octave version 4.2.1 or above, with the statistics package from `Octave-Forge`_. +* Octave version 4.2.1 or above, with the statistics package from `Octave-Forge`_. The following optional extensions are also useful to benefit from extra features, but are in no way required: @@ -23,7 +23,7 @@ extra features, but are in no way required: * If under MATLAB: the Optimization Toolbox, the Statistics Toolbox, the Control System Toolbox; -* If under GNU Octave, the following `Octave-Forge`_ packages: ``optim, io, +* If under Octave, the following `Octave-Forge`_ packages: ``optim, io, control``. @@ -192,8 +192,8 @@ installation to MATLAB path. You have two options for doing that: MATLAB will remember this setting next time you run it. -For GNU Octave --------------- +For Octave +---------- You need to add the ``matlab`` subdirectory of your Dynare installation to Octave path, using the ``addpath`` at the Octave diff --git a/doc/manual/source/introduction.rst b/doc/manual/source/introduction.rst index ce44b991bb..f34d1e69e5 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 `GNU Octave`_ (basically a free clone of MATLAB): this +run on top of `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. @@ -128,7 +128,7 @@ https://www.dynare.org. .. _MATLAB: http://www.mathworks.com/products/matlab/ -.. _GNU Octave: http://www.octave.org/ +.. _Octave: http://www.octave.org/ .. _CEPREMAP: http://www.cepremap.fr/ .. _web forum: https://forum.dynare.org/ .. _official Dynare website: http://www.dynare.org/ diff --git a/doc/manual/source/running-dynare.rst b/doc/manual/source/running-dynare.rst index 9b6ee34a29..25f95ce05d 100644 --- a/doc/manual/source/running-dynare.rst +++ b/doc/manual/source/running-dynare.rst @@ -22,7 +22,7 @@ command at the MATLAB or Octave prompt (with the filename of the In practice, the handling of the model file is done in two steps: in the first one, the model and the processing instructions written by the user in a *model file* are interpreted and the proper MATLAB or -GNU Octave instructions are generated; in the second step, the program +Octave instructions are generated; in the second step, the program actually runs the computations. Both steps are triggered automatically by the ``dynare`` command. -- GitLab