julia-mpsge/MPSGE.jl

Rewrite Markusen examples using Literate.jl

開放

#200 建立於 2025年5月27日

 (0 則留言) (0 個反應) (1 位負責人)Julia (3 個分叉)auto 404
documentationgood first issue

倉庫指標

星標
 (22 顆星)
PR 合併指標
 (平均合併 57天 8小時) (30 天內合併 4 個 PR)

描述

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.

貢獻者指南