Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johannes Pfeifer
dynare
Commits
3e7921d6
Verified
Commit
3e7921d6
authored
Aug 28, 2019
by
Houtan Bastani
Browse files
doc: add missing value for `json` option
parent
1e8b00ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/manual/source/running-dynare.rst
View file @
3e7921d6
...
...
@@ -193,14 +193,20 @@ by the ``dynare`` command.
Suppresses
all
warnings
.
..
option
::
json
=
parse
|
transform
|
compute
..
option
::
json
=
parse
|
check
|
transform
|
compute
Causes
the
preprocessor
to
output
a
version
of
the
``.
mod
``
file
in
JSON
format
.
Causes
the
preprocessor
to
output
a
version
of
the
``.
mod
``
file
in
JSON
format
.
When
the
JSON
output
is
created
depends
on
the
value
passed
.
These
values
represent
various
steps
of
processing
in
the
preprocessor
.
If
``
parse
``
is
passed
,
the
output
will
be
written
after
the
parsing
of
the
``.
mod
``
file
to
a
file
called
``
FILENAME
.
json
``.
If
``
parse
``
is
passed
,
the
output
will
be
written
after
the
parsing
of
the
``.
mod
``
file
to
a
file
called
``
FILENAME
.
json
``
but
before
file
has
been
checked
(
e
.
g
.
if
there
are
unused
exogenous
in
the
model
block
,
the
JSON
output
will
be
created
before
the
preprocessor
exits
).
If
``
check
``
is
passed
,
the
output
will
be
written
to
a
file
called
``
FILENAME
.
json
``
after
the
model
has
been
checked
.
If
``
transform
``
is
passed
,
the
JSON
output
of
the
transformed
model
(
maximum
lead
of
1
,
minimum
lag
of
-
1
,
expectation
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment