From cfa978b39ead9815c608b2e24ed528e79c085c1a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Fri, 2 Feb 2024 16:42:18 +0100
Subject: [PATCH] Manual: typos and cosmetics

---
 doc/manual/source/bibliography.rst         | 2 +-
 doc/manual/source/dynare-misc-commands.rst | 2 +-
 doc/manual/source/the-model-file.rst       | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/manual/source/bibliography.rst b/doc/manual/source/bibliography.rst
index fc82232a2f..1fd8a5117b 100644
--- a/doc/manual/source/bibliography.rst
+++ b/doc/manual/source/bibliography.rst
@@ -49,7 +49,7 @@ Bibliography
 * Hansen, Lars P. (1982): “Large sample properties of generalized method of moments estimators,” Econometrica, 50(4), 1029–1054.
 * Hansen, Nikolaus and Stefan Kern (2004): “Evaluating the CMA Evolution Strategy on Multimodal Test Functions”. In: *Eighth International Conference on Parallel Problem Solving from Nature PPSN VIII*, Proceedings, Berlin: Springer, 282–291.
 * Harvey, Andrew C. and Garry D.A. Phillips (1979): “Maximum likelihood estimation of regression models with autoregressive-moving average disturbances,” *Biometrika*, 66(1), 49–58.
-* Herbst, Edward and Schorfheide, Frank (2014): "Sequential monte-carlo sampling for DSGE models," *Journal of Applied Econometrics*, 29, 1073-1098.
+* Herbst, Edward and Schorfheide, Frank (2014): "Sequential Monte Carlo Sampling for DSGE Models," *Journal of Applied Econometrics*, 29, 1073-1098.
 * Herbst, Edward (2015): “Using the “Chandrasekhar Recursions” for Likelihood Evaluation of DSGE Models,” *Computational Economics*, 45(4), 693–705.
 * Ireland, Peter (2004): “A Method for Taking Models to the Data,” *Journal of Economic Dynamics and Control*, 28, 1205–26.
 * Iskrev, Nikolay (2010): “Local identification in DSGE models,” *Journal of Monetary Economics*, 57(2), 189–202.
diff --git a/doc/manual/source/dynare-misc-commands.rst b/doc/manual/source/dynare-misc-commands.rst
index 12fca6e97f..c7abd2e7e1 100644
--- a/doc/manual/source/dynare-misc-commands.rst
+++ b/doc/manual/source/dynare-misc-commands.rst
@@ -281,7 +281,7 @@ Dynare misc commands
 
       This option is not mandatory and allows to plot the expressions
       only over a sub-range. ``DATE1`` and ``DATE2`` must be dates as
-      defined in :ref:`dates in mod file`.
+      defined in :ref:`dates in a mod file`.
 
    .. option:: --style MATLAB_SCRIPT_NAME
 
diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index 9be51a87b6..6f1f0b4845 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -3738,7 +3738,7 @@ speed-up on large models.
                solvers available through option ``solve_algo``, applied on the
                stacked system of all equations in all periods (See
                :ref:`solve_algo <solvalg>` for a list of possible values, note
-               that values 5, 6, 7 and 8, which require ``bytecode`` and/or
+               that values ``5``, ``6``, ``7`` and ``8``, which require ``bytecode`` and/or
                ``block`` options, are not allowed). For instance, the following
                commands::
 
@@ -6513,7 +6513,7 @@ observed variables.
        Note however that the conditional likelihood is sensitive to the choice
        for the initial condition, which can be an issue if the data are
        initially far from the steady state. This option is not compatible with
-       ``analytical_derivation``.
+       ``analytic_derivation``.
 
     .. option:: conf_sig = DOUBLE
 
-- 
GitLab