Skip to content

Modo🧯 v0.11.0

Compare
Choose a tag to compare
@mlange-42 mlange-42 released this 07 Feb 22:13
· 7 commits to main since this release
9fa1a9c

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)

Other

  • Doc-tests parser supports quadruple backticks (#194)
  • Project setup fully supports GitLab remotes, incl. self-hosted (#199)
  • Omits the test function for purely global doc-tests (#200)