From 6d7de70a85bdf00b0ddf12e22fbc22735c758312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 16 Feb 2023 16:50:56 -0500 Subject: [PATCH] =?UTF-8?q?Manual:=20mark=20=E2=80=9Csimul=E2=80=9D=20as?= =?UTF-8?q?=20deprecated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] (cherry picked from commit 39a9b221b9f64d0c8e1b8a28cf70045c86fe53b2) --- doc/manual/source/the-model-file.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index 9ab6caaec5..1a2e651168 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -3686,8 +3686,7 @@ speed-up on large models. .. command:: simul ; simul (OPTIONS...); - |br| Short-form command for triggering the computation of a - deterministic simulation of the model. It is strictly equivalent + |br| This command is deprecated. It is strictly equivalent to a call to ``perfect_foresight_setup`` followed by a call to ``perfect_foresight_solver``. -- GitLab