RegularCartesianGrid not defined #3085
Replies: 4 comments 8 replies
-
Hi!
Using that dropdown menu you can change the version you are viewing to the current one (0.81.0). You could also try running code on Oceananigans version 0.22.0 by installing that version using Julia's package manager --- but that may be the path to madness. Version beware! Here's some more reading about package management: https://pkgdocs.julialang.org/v1/managing-packages/ PS how did you find the old documentation version? Wonder if we can suppress that... PPS I converted your issue to discussion because I don't think this is a bug (it's a feature to be able to view old versions of the docs, albeit perhaps not a useful one...) |
Beta Was this translation helpful? Give feedback.
-
We should not suppress older docs since somebody might be using those versions for something. We just need to be careful and looking at the same docs version as the package we are running. [This holds for all packages at any programming language ;)] |
Beta Was this translation helpful? Give feedback.
-
Julia keeps its docs for v0.3 even though Julia is at 1.8 now. |
Beta Was this translation helpful? Give feedback.
-
@travelguy95 I’m also wondering how you found the link to the v0.22 docs. Did google return it to you? We (the devs) should try to minimize users to be bumping onto that old docs by accident. |
Beta Was this translation helpful? Give feedback.
-
Hello. Thank you for this contribution. I am really interested in using it.
I tried to run the example here: https://clima.github.io/OceananigansDocumentation/v0.22.0/generated/ocean_wind_mixing_and_convection/
I am getting the error: RegularCartesianGrid not defined
Is there something I need to import? Thank you! Sorry, I am a novice with Julia.
Beta Was this translation helpful? Give feedback.
All reactions