From 989d6b22a109212de6206164024197efec2e2cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= <stephane.adjemian@univ-lemans.fr> Date: Tue, 9 Sep 2014 08:42:02 +0200 Subject: [PATCH] Cosmetic changes. --- doc/manual/source/installation-and-configuration.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/manual/source/installation-and-configuration.rst b/doc/manual/source/installation-and-configuration.rst index 5c670c65e..26d9bf045 100644 --- a/doc/manual/source/installation-and-configuration.rst +++ b/doc/manual/source/installation-and-configuration.rst @@ -118,17 +118,17 @@ to MATLAB path. You have two options for doing that: * Under Windows, assuming that you have installed Dynare in the standard location, and replacing 4.x.y with the correct version - number, type::: + number:: >> addpath c:\dynare\4.x.y\matlab - * Under Debian GNU/Linux or Ubuntu, type::: + * Under Debian GNU/Linux or Ubuntu:: >> addpath /usr/share/dynare/matlab * Under Mac OS X, assuming that you have installed Dynare in the standard location, and replacing 4.x.y with the correct version - number, type:::1 + number:: >> addpath /Applications/Dynare/4.x.y/matlab @@ -153,7 +153,7 @@ You need to add the ‘matlab’ subdirectory of your Dynare installation to Octave path, using the addpath at the Octave command prompt. * Under Windows, assuming that you have installed Dynare in the standard - location, and replacing “4.x.y” with the correct version number, type::: + location, and replacing “4.x.y” with the correct version number:: >> addpath c:\dynare\4.x.y\matlab @@ -162,7 +162,7 @@ to Octave path, using the addpath at the Octave command prompt. * Under Mac OS X, assuming that you have installed Dynare in the standard location, and replacing “4.x.y” with the correct version - number, type::: + number:: >> addpath /Applications/Dynare/4.x.y/matlab -- GitLab