Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stéphane Adjemian
dynare
Commits
931ebece
Verified
Commit
931ebece
authored
Feb 5, 2020
by
Houtan Bastani
Browse files
Options
Downloads
Patches
Plain Diff
Remove options `noemptylinemacro` and `nolinemacro`; add option `linemacro`
parent
8043f5b3
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/manual/source/conf.py
+2
-2
2 additions, 2 deletions
doc/manual/source/conf.py
doc/manual/source/running-dynare.rst
+5
-12
5 additions, 12 deletions
doc/manual/source/running-dynare.rst
preprocessor
+1
-1
1 addition, 1 deletion
preprocessor
with
8 additions
and
15 deletions
doc/manual/source/conf.py
+
2
−
2
View file @
931ebece
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
# Copyright (C) 2018-20
19
Dynare Team
# Copyright (C) 2018-20
20
Dynare Team
#
#
# This file is part of Dynare.
# This file is part of Dynare.
#
#
...
@@ -36,7 +36,7 @@ mathjax_path = 'mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
...
@@ -36,7 +36,7 @@ mathjax_path = 'mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
master_doc
=
'
index
'
master_doc
=
'
index
'
project
=
u
'
Dynare
'
project
=
u
'
Dynare
'
copyright
=
u
'
20
19
, Dynare Team
'
copyright
=
u
'
20
20
, Dynare Team
'
author
=
u
'
Dynare Team
'
author
=
u
'
Dynare Team
'
add_function_parentheses
=
False
add_function_parentheses
=
False
...
...
This diff is collapsed.
Click to expand it.
doc/manual/source/running-dynare.rst
+
5
−
12
View file @
931ebece
...
@@ -152,19 +152,12 @@ by the ``dynare`` command.
...
@@ -152,19 +152,12 @@ by the ``dynare`` command.
debugging purposes or for using the macro processor
debugging purposes or for using the macro processor
independently of the rest of Dynare toolbox.
independently of the rest of Dynare toolbox.
.. option::
no
linemacro
.. option:: linemacro
Instructs the macro preprocessor to omit line numbering
Instructs the macro preprocessor include ``@#line`` directives
information in the intermediary ``.mod`` file created after
specifying the line on which macro directives were encountered and
the macro processing step. Useful in conjunction with
expanded from. Only useful in conjunction with :opt:`savemacro
:opt:`savemacro <savemacro[=FILENAME]>` when one wants that to reuse the intermediary
<savemacro[=FILENAME]>`.
``.mod`` file, without having it cluttered by line numbering
directives.
.. option:: noemptylinemacro
Passing this option removes all empty lines from the macro expanded
mod file created when the :opt:`savemacro <savemacro[=FILENAME]>` option is used.
.. option:: onlymodel
.. option:: onlymodel
...
...
This diff is collapsed.
Click to expand it.
preprocessor
@
1dbbd87d
Compare
c4a9f93d
...
1dbbd87d
Subproject commit
c4a9f93d40abd4747a1101116729400452dfe9a3
Subproject commit
1dbbd87d3d4a44b2762e4779ccb4173b6ae9088f
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