From e9607d09a56159579c55c1ba9181ed74152c71a1 Mon Sep 17 00:00:00 2001
From: Marco Ratto <marco.ratto@ec.europa.eu>
Date: Thu, 5 Dec 2019 15:13:17 +0100
Subject: [PATCH] added documentation of flip diff options of plot
 decomposition

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

diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index 6f7a7db58a..594153a40e 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -7349,6 +7349,17 @@ Shock Decomposition
 
         Default: ``0``.
 
+    .. option:: diff
+
+        If passed, plot the decomposition of the first difference of the list of variables. 
+        If used in combination with :opt:`flip`, the ``diff`` operator is first applied. 
+        Default: not activated
+
+    .. option:: flip
+
+        If passed, plot the decomposition of the opposite of the list of variables. 
+        If used in combination with :opt:`diff`, the ``diff`` operator is first applied. 
+        Default: not activated
 
 Calibrated Smoother
 ===================
-- 
GitLab