ClimateMARGO / ClimateMARGO.jl

Julia implementation of MARGO, an idealized climate-economic modelling framework for Optimizing trade-offs between emissions Mitigation, Adaptation, carbon dioxide Removal, and solar Geoengineering.
https://margo.plutojl.org/
MIT License
67 stars 13 forks source link

Replace "tutorial.ipynb" with a Literate.jl script #68

Closed hdrake closed 2 years ago

hdrake commented 3 years ago

The tutorial notebook is unfortunately out of date and a pain to keep up to date in the current workflow.

I'd like to instead make this a literate script, which will be automatically converted into a markdown file for the documentation website (+ a julia notebook for the binder?) using Literate.jl and Documenter.jl.

hdrake commented 2 years ago

This was actually done a while ago, but I forgot to add it to the doc-making workflow. Once https://github.com/ClimateMARGO/ClimateMARGO.jl/pull/80 passes tests and is merged, it will be in main.