julia-mpsge/MPSGE.jl

Rewrite Markusen examples using Literate.jl

Open

#200 opened on May 27, 2025

 (0 comments) (0 reactions) (1 assignee)Julia (3 forks)auto 404
documentationgood first issue

Repository metrics

Stars
 (22 stars)
PR merge metrics
 (PR metrics pending)

Description

Issue

Currently the Markusen examples (in the examples directory) use Jupyter notebooks. It will be better to have these as standard Julia files.

Solution

Write the Markusen examples so that

  1. They formatted to satisfy Literate.jl
  2. Include in documentation
  3. Run examples as tests (using doctest) to ensure they always work.

Contributor guide