julia-mpsge/MPSGE.jl
Rewrite Markusen examples using Literate.jl
Aberta
#200 aberto em 27 de mai. de 2025
documentationgood first issue
Métricas do repositório
- Stars
- (22 estrelas)
- Métricas de merge de PR
- (Mesclagem média 57d 8h) (4 fundiu PRs em 30d)
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
- They formatted to satisfy Literate.jl
- Include in documentation
- Run examples as tests (using doctest) to ensure they always work.