From 0e08dd287b9da85037d34e13da562e3b7150da3c Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer <jpfeifer@gmx.de> Date: Wed, 15 Nov 2023 09:54:26 +0100 Subject: [PATCH] manual: fix some quotes --- doc/manual/source/running-dynare.rst | 2 +- doc/manual/source/the-model-file.rst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/manual/source/running-dynare.rst b/doc/manual/source/running-dynare.rst index bde52ede77..983e2aa076 100644 --- a/doc/manual/source/running-dynare.rst +++ b/doc/manual/source/running-dynare.rst @@ -554,7 +554,7 @@ by the ``dynare`` command. executing the ``dynare`` command will leave variables containing results in the workspace available for further processing. More details are given under the relevant computing tasks. The - ``M_``,``oo_``, and ``options_`` structures are saved in a file + ``M_``, ``oo_``, and ``options_`` structures are saved in a file called ``FILENAME_results.mat`` located in the ``MODFILENAME/Output`` folder. If they exist, ``estim_params_``, ``bayestopt_``, ``dataset_``, ``oo_recursive_`` and diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index 602e21c084..a8c3441710 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -15101,10 +15101,10 @@ Misc commands ============= .. command:: set_dynare_seed (INTEGER) - set_dynare_seed (`default') - set_dynare_seed (`clock') - set_dynare_seed (`reset') - set_dynare_seed (`ALGORITHM', INTEGER) + set_dynare_seed ('default') + set_dynare_seed ('clock') + set_dynare_seed ('reset') + set_dynare_seed ('ALGORITHM', INTEGER) |br| Sets the seed used for random number generation. It is possible to set a given integer value, to use a default value, or -- GitLab