From c809e1c0a1696ecae81cffda008bbe2a00c57e1f Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Mon, 16 Aug 2021 16:52:46 +0200 Subject: [PATCH] Further set of documentation fixes --- doc/dr.bib | 4 ++-- doc/dr.tex | 4 ++-- doc/gsa/marco.bib | 4 ++-- doc/manual/utils/dynare_lex.py | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/dr.bib b/doc/dr.bib index fc4a83e89..fcf573585 100644 --- a/doc/dr.bib +++ b/doc/dr.bib @@ -71,11 +71,11 @@ } -@techreport{kamenik:2003, +@techreport{kamenik:2004, author = {Kamenik, Ondra}, title = {Solution of Specialized Sylvester Equation}, institution = {Manuscript}, - year = {2003} + year = {2004} } @Article{collard/juillard:2001:compecon, diff --git a/doc/dr.tex b/doc/dr.tex index d3d85ebf4..65559c68f 100644 --- a/doc/dr.tex +++ b/doc/dr.tex @@ -649,8 +649,8 @@ equation is: \end{equation*} In the general case, this equation is a specialized Sylvester equation, which can be solved using the algorithm proposed by -\citet{kamenik:2003}\footnote{This paper is distributed with Dynare, in the - \texttt{sylvester.pdf} file under the documentation directory.}. +\citet{kamenik:2004}\footnote{This paper is distributed with Dynare, in the + \texttt{sylvester.pdf} file under the Dynare++ documentation directory.}. \bibliographystyle{elsarticle-harv} \bibliography{dr} diff --git a/doc/gsa/marco.bib b/doc/gsa/marco.bib index d927351fe..da1167c2e 100644 --- a/doc/gsa/marco.bib +++ b/doc/gsa/marco.bib @@ -1,9 +1,9 @@ % Encoding: UTF-8 @Article{Ratto_CompEcon_2008, - author = {Ratto, M.}, + author = {Ratto, Marco}, journal = {Computational Economics}, - title = {Analysing DSGE Models with Global Sensitivity Analysis}, + title = {Analysing {DSGE} models with global sensitivity analysis}, year = {2008}, pages = {115--139}, volume = {31}, diff --git a/doc/manual/utils/dynare_lex.py b/doc/manual/utils/dynare_lex.py index 3d5f22d8a..ed5f579d8 100644 --- a/doc/manual/utils/dynare_lex.py +++ b/doc/manual/utils/dynare_lex.py @@ -37,7 +37,7 @@ class DynareLexer(RegexLexer): "predetermined_variables","trend_var","log_trend_var","external_function", "write_latex_original_model","write_latex_dynamic_model", "write_latex_static_model","write_latex_steady_state_model","resid","initval_file","histval_file","dsample", - "periods","values","corr","steady","check","model_diagnostics","model_info", + "periods","values","scales","corr","stderr","steady","check","model_diagnostics","model_info", "print_bytecode_dynamic_model"," print_bytecode_static_model", "perfect_foresight_setup","perfect_foresight_solver","simul","stoch_simul", "extended_path","varobs","estimation","unit_root_vars","bvar_density", @@ -81,7 +81,7 @@ class DynareLexer(RegexLexer): 'shock_groups','conditional_forecast_paths','optim_weights', 'osr_params_bounds','ramsey_constraints','irf_calibration', 'moment_calibration','identification','svar_identification', - 'matched_moments','occbin_constraints','surprise','overwrite', + 'matched_moments','occbin_constraints','surprise','overwrite','bind','relax', 'verbatim','end','node','cluster','paths','hooks'), prefix=r'\b', suffix=r'\s*\b'),Keyword.Reserved), # FIXME: Commands following multiline comments are not highlighted properly.