From 6b6b64825568c7b22d7e9fc7241181e30268cb51 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Wed, 17 Jan 2024 16:18:10 +0100
Subject: [PATCH] Manual: minor fixes to function synopses

---
 doc/manual/source/dynare-misc-commands.rst |  6 +++---
 doc/manual/source/the-model-file.rst       | 10 ++++++----
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/doc/manual/source/dynare-misc-commands.rst b/doc/manual/source/dynare-misc-commands.rst
index a048139270..47e00394ad 100644
--- a/doc/manual/source/dynare-misc-commands.rst
+++ b/doc/manual/source/dynare-misc-commands.rst
@@ -8,17 +8,17 @@
 Dynare misc commands
 ####################
 
-.. matcomm:: send_endogenous_variables_to_workspace
+.. matcomm:: send_endogenous_variables_to_workspace ;
 
     Puts the simulation results for the endogenous variables stored in ``oo_.endo_simul`` 
     into vectors with the same name as the respective variables into the base workspace.
 
-.. matcomm:: send_exogenous_variables_to_workspace
+.. matcomm:: send_exogenous_variables_to_workspace ;
 
     Puts the simulation results for the exogenous variables stored in ``oo_.exo_simul`` 
     into vectors with the same name as the respective variables into the base workspace.
 
-.. matcomm:: send_irfs_to_workspace
+.. matcomm:: send_irfs_to_workspace ;
 
     Puts the IRFs stored in ``oo_.irfs`` into vectors with the same name into the base workspace.
 
diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index a7b2e8523a..2de866f5fb 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -1259,7 +1259,8 @@ command, the list of transformed model equations using the
 ``write_latex_dynamic_model command``, and the list of static model
 equations using the ``write_latex_static_model`` command.
 
-.. command:: write_latex_original_model (OPTIONS);
+.. command:: write_latex_original_model ;
+             write_latex_original_model (OPTIONS);
 
     |br| This command creates two LaTeX files: one
     containing the model as defined in the model block and one
@@ -1334,7 +1335,8 @@ equations using the ``write_latex_static_model`` command.
         See :opt:`write_equation_tags`
 
 
-.. command:: write_latex_static_model (OPTIONS);
+.. command:: write_latex_static_model ;
+             write_latex_static_model (OPTIONS);
 
     |br| This command creates two LaTeX files: one
     containing the static model and one containing the LaTeX
@@ -1369,7 +1371,7 @@ equations using the ``write_latex_static_model`` command.
 
         See :opt:`write_equation_tags`.
 
-.. command:: write_latex_steady_state_model
+.. command:: write_latex_steady_state_model ;
 
     |br| This command creates two LaTeX files: one containing the steady
     state model and one containing the LaTeX document header
@@ -11743,7 +11745,7 @@ with ``discretionary_policy`` or for optimal simple rules with ``osr``
 
     With ``discretionary_policy``, the objective function must be quadratic.
 
-.. command:: evaluate_planner_objective;
+.. command:: evaluate_planner_objective ;
              evaluate_planner_objective (OPTIONS...);
 
     This command computes, displays, and stores the value of the
-- 
GitLab