From d61cb124bad895e31e6b57c8faadaab36797e9db Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Fri, 2 Feb 2024 17:25:38 +0100
Subject: [PATCH] Manual: add missing options to occbin_solver

---
 doc/manual/source/the-model-file.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index 550e4a5b61..5323c1eecd 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -5781,6 +5781,14 @@ All of these elements are discussed in the following.
 
         See :opt:`simul_check_ahead_periods <simul_check_ahead_periods = INTEGER>`.
 
+    .. option:: simul_reset_check_ahead_periods
+
+        See :opt:`simul_reset_check_ahead_periods`.
+
+    .. option:: simul_max_check_ahead_periods
+
+        See :opt:`simul_max_check_ahead_periods <simul_max_check_ahead_periods = INTEGER>`.
+
     .. option:: simul_curb_retrench
 
         See :opt:`simul_curb_retrench`.
-- 
GitLab