Modo🧯 v0.11.0
Modo🧯 v0.11.0
Modo🧯 is a documentation generator (DocGen) for the Mojo🔥 programming language.
It generates Markdown for static site generators (SSGs) from mojo doc
JSON output.
Changelog
Features
- Supports renaming of re-exports like in
from .mod import X as Y
(#189) - Adds automatic linking from doc pages to the containing module's source (#195)
- Adds flag
--config
to all commands, for working with an alternative config file (#202) - Struct methods can inherit docs from a parent trait (#208)
Documentation
- Adds a user guide section on Modo's doc-testing vs.
mojo test
(#215)
Bugfixes
- Don't warn on missing self arg docs, also for traits (#210)