From 85f47c5c3913f70d0740fc79492e1a989ce1539a Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Thu, 19 Mar 2020 14:12:14 +0100
Subject: [PATCH] Document options added in
 https://git.dynare.org/Dynare/preprocessor/-/commit/dab769c6f49bc7cde10ef20a8e6ce9c2ebbff800

(cherry picked from commit 625ad3099e948726bc84a6394954de11729bd49a)
---
 doc/manual/source/the-model-file.rst | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index b780b9e2f8..cf2d109f5c 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -7000,6 +7000,30 @@ Shock Decomposition
 
         See :opt:`nobs <nobs = INTEGER>`.
 
+    .. option:: prefilter = INTEGER
+
+        See :opt:`prefilter <prefilter = INTEGER>`.
+        
+    .. option:: loglinear
+        
+        See :opt:`loglinear <loglinear>`.
+
+    .. option:: diffuse_kalman_tol = DOUBLE
+
+        See :opt:`diffuse_kalman_tol <diffuse_kalman_tol = DOUBLE>`.
+        
+    .. option:: diffuse_filter
+                
+        See :opt:`diffuse_filter <diffuse_filter>`.
+        
+    .. option:: xls_sheet = NAME
+
+        See :opt:`xls_sheet <xls_sheet = NAME>`.
+
+    .. option:: xls_range = RANGE
+        
+        See :opt:`xls_range <xls_range = RANGE>`.
+
     .. option:: use_shock_groups [= STRING]
 
         Uses shock grouping defined by the string instead of
-- 
GitLab