From 38b588d7c06859f79ff96bbb16c7749eebe5299c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 16 Apr 2019 12:28:01 +0200
Subject: [PATCH] Manual: adapt for k-order

Ref #217
---
 doc/manual/source/the-model-file.rst | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index 7e4f2c61ee..4426040811 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -3138,19 +3138,18 @@ Computing the stochastic solution
 
     .. option:: order = INTEGER
 
-       Order of Taylor approximation. Acceptable values are ``1``,
-       ``2`` and ``3``. Note that for third order, ``k_order_solver``
-       option is implied and only empirical moments are available (you
-       must provide a value for ``periods`` option). Default: ``2``
-       (except after an ``estimation`` command, in which case the
-       default is the value used for the estimation).
+       Order of Taylor approximation. Note that for third order and above, the
+       ``k_order_solver`` option is implied and only empirical moments are
+       available (you must provide a value for ``periods`` option). Default:
+       ``2`` (except after an ``estimation`` command, in which case the default
+       is the value used for the estimation).
 
     .. option:: k_order_solver
 
        Use a k-order solver (implemented in C++) instead of the
        default Dynare solver. This option is not yet compatible with
        the ``bytecode`` option (see :ref:`model-decl`). Default:
-       disabled for order 1 and 2, enabled otherwise.
+       disabled for order 1 and 2, enabled for order 3 and above.
 
     .. option:: periods = INTEGER
 
@@ -3244,6 +3243,7 @@ Computing the stochastic solution
        algorithm of *Kim, Kim, Schaumburg and Sims (2008)*, while at
        third order its generalization by *Andreasen,
        Fernández-Villaverde and Rubio-Ramírez (2013)* is used.
+       Not available above third order.
 
     .. option:: partial_information
 
-- 
GitLab