From 6bff3a3760d5ac5d709280468c8d88dbe19b74b8 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer <jpfeifer@gmx.de> Date: Wed, 8 Jul 2020 16:26:32 +0200 Subject: [PATCH] Add description of JSON output folder (cherry picked from commit d4a45962d3acb8ec055fa78c39cb83c300628c81) --- doc/manual/source/running-dynare.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/manual/source/running-dynare.rst b/doc/manual/source/running-dynare.rst index e370654be9..53be2e56bd 100644 --- a/doc/manual/source/running-dynare.rst +++ b/doc/manual/source/running-dynare.rst @@ -225,7 +225,8 @@ by the ``dynare`` command. .. option:: json = parse|check|transform|compute Causes the preprocessor to output a version of the ``.mod`` file in - JSON format. When the JSON output is created depends on the value + JSON format to ``<<M_.dname>>/model/json/``. + When the JSON output is created depends on the value passed. These values represent various steps of processing in the preprocessor. @@ -253,7 +254,8 @@ by the ``dynare`` command. .. option:: jsonstdout Instead of writing output requested by ``json`` to files, - write to standard out. + write to standard out, i.e. to the MATLAB/Octave command window + (and the log-file). .. option:: onlyjson -- GitLab