julia-mpsge/MPSGE.jl

Rewrite Markusen examples using Literate.jl

Aperta

#200 aperta il 27 mag 2025

 (0 commenti) (0 reazioni) (1 assegnatario)Julia (3 fork)auto 404
documentationgood first issue

Metriche repository

Star
 (22 stelle)
Metriche merge PR
 (Merge medio 57g 8h) (4 PR mergiate in 30 g)

Descrizione

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.

Guida contributor