Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Willi Mutschler
dynare
Commits
98c2152e
Verified
Commit
98c2152e
authored
5 years ago
by
Houtan Bastani
Browse files
Options
Downloads
Patches
Plain Diff
doc: update macro processor section following rewrite
parent
5b591fac
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/manual/source/examples.rst
+1
-1
1 addition, 1 deletion
doc/manual/source/examples.rst
doc/manual/source/running-dynare.rst
+6
-6
6 additions, 6 deletions
doc/manual/source/running-dynare.rst
doc/manual/source/the-model-file.rst
+165
-117
165 additions, 117 deletions
doc/manual/source/the-model-file.rst
with
172 additions
and
124 deletions
doc/manual/source/examples.rst
+
1
−
1
View file @
98c2152e
...
...
@@ -44,7 +44,7 @@ description, please refer to the comments inside the files themselves.
Multi-country RBC model with time to build, presented in *Backus,
Kehoe and Kydland (1992)*. The file shows how to use Dynare’s
macro
-
processor.
macro
processor.
``agtrend.mod``
...
...
This diff is collapsed.
Click to expand it.
doc/manual/source/running-dynare.rst
+
6
−
6
View file @
98c2152e
...
...
@@ -141,22 +141,22 @@ by the ``dynare`` command.
.. option:: savemacro[=FILENAME]
Instructs ``dynare`` to save the intermediary file which is
obtained after macro
-
processing (see :ref:`macro-proc-lang`);
obtained after macro
processing (see :ref:`macro-proc-lang`);
the saved output will go in the file specified, or if no file
is specified in ``FILENAME-macroexp.mod``
.. option:: onlymacro
Instructs the preprocessor to only perform the
macro
-
processing step, and stop just after.
Mainly u
seful for
debugging purposes or for using the macro
-
processor
macro
processing step, and stop just after.
U
seful for
debugging purposes or for using the macro
processor
independently of the rest of Dynare toolbox.
.. option:: nolinemacro
Instructs the macro
-
preprocessor to omit line numbering
Instructs the macro
preprocessor to omit line numbering
information in the intermediary ``.mod`` file created after
the macro
-
processing step. Useful in conjunction with
the macro
processing step. Useful in conjunction with
:opt:`savemacro <savemacro[=FILENAME]>` when one wants that to reuse the intermediary
``.mod`` file, without having it cluttered by line numbering
directives.
...
...
@@ -321,7 +321,7 @@ by the ``dynare`` command.
.. option:: -I<<path>>
Defines a path to search for files to be included by the
macro
-
processor (using the ``@#include`` command). Multiple
macro
processor (using the ``@#include`` command). Multiple
``-I`` flags can be passed on the command line. The paths will
be searched in the order that the ``-I`` flags are passed and
the first matching file will be used. The flags passed here
...
...
This diff is collapsed.
Click to expand it.
doc/manual/source/the-model-file.rst
+
165
−
117
View file @
98c2152e
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment