You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe via the repo documentation page, create some scenarios so users know how to work with the Jupyter notebooks if they already have some images or data from elsewhere.
The text was updated successfully, but these errors were encountered:
I'm working on putting together a tutorial for some use cases. I'd like to learn more about how the documentation software works so I know how to add pages. Ideally, I can write a page describing the idea of the algorithm with a schematic of how the different modules work together. In addition, I'd like to add a quick-start section for the top-level functions, a tutorials section, and a references section. This is mainly stuff we can do if we can get pointers on how the documentation gets built.
@danielmwatkins The relevant files are under /docs. You'll see another Project.toml file there as building the doc html files requires the Documenter.jl package which is not an IceFloeTracker.jl dependency.
That's where I was looking, good to know that's the right spot! Good to
know what that extra Project.toml file is doing. I'll read through the
Documenter.jl documentation to see what format I should use for adding
pages and images to the documentation.
Maybe via the repo documentation page, create some scenarios so users know how to work with the Jupyter notebooks if they already have some images or data from elsewhere.
The text was updated successfully, but these errors were encountered: