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
- They formatted to satisfy Literate.jl
- Include in documentation
- Run examples as tests (using doctest) to ensure they always work.