Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation points to an out of date directory #127

Open
jlperla opened this issue Jan 15, 2018 · 0 comments
Open

Documentation points to an out of date directory #127

jlperla opened this issue Jan 15, 2018 · 0 comments

Comments

@jlperla
Copy link

jlperla commented Jan 15, 2018

model = yaml_import(`examples\global_models\example.yaml`)

but it should really be

model = yaml_import("examples/global/neoclassical.yaml")

or something like that.

  • Also, the page talks about examples\models\rbc.yaml which does not exist.
  • I would make sure all paths use forward slashes rather than backslashes. They work on all operating systems, and you don't have the issue of copy-past requiring escaping the backslashes
  • Finally, it may be work pointing out that in the REPL you can use the ; to enter shell mode and then go to the directory with
cd $(Pkg.dir("Dolo"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant