julia-mpsge/MPSGE.jl

Rewrite Markusen examples using Literate.jl

Aberta

#200 aberto em 27 de mai. de 2025

 (0 comentário) (0 reação) (1 responsável)Julia (3 forks)auto 404
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

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

Guia do colaborador