.gitattributes
.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
doc.go
go.mod
go.sum
main.go
pyproject.toml
setup.py
.github/workflows/publish.yml
.github/workflows/release-pypi.yml
.github/workflows/release.yml
.github/workflows/test-nightly.yml
.github/workflows/test-release.yml
.github/workflows/test-stable.yml
.github/workflows/tests.yml
assets/README.md
assets/assets.go
assets/config/modo.yaml
assets/css/mdbook.css
assets/templates/doctest.mojo
assets/templates/function.md
assets/templates/module.md
assets/templates/package.md
assets/templates/struct.md
assets/templates/trait.md
assets/templates/hugo/hugo_front_matter.md
assets/templates/mdbook/book.toml
assets/templates/mdbook/mdbook_summary.md
assets/templates/partial/aliases.md
assets/templates/partial/description.md
assets/templates/partial/fields.md
assets/templates/partial/func_args.md
assets/templates/partial/func_parameters.md
assets/templates/partial/func_raises.md
assets/templates/partial/func_returns.md
assets/templates/partial/functions.md
assets/templates/partial/method.md
assets/templates/partial/methods.md
assets/templates/partial/modules.md
assets/templates/partial/overload.md
assets/templates/partial/packages.md
assets/templates/partial/parameters.md
assets/templates/partial/parentTraits.md
assets/templates/partial/structs.md
assets/templates/partial/summary.md
assets/templates/partial/traits.md
cmd/build.go
cmd/init.go
cmd/root.go
cmd/test.go
cmd/util.go
docs/.gitignore
docs/go.mod
docs/go.sum
docs/hugo.yaml
docs/modo.yaml
docs/assets/css/custom.css
docs/content/_index.md
docs/content/guide/_index.md
docs/content/guide/basics.md
docs/content/guide/config.md
docs/content/guide/cross-refs.md
docs/content/guide/doctests.md
docs/content/guide/formats.md
docs/content/guide/re-exports.md
docs/content/guide/templates.md
docs/example/.gitattributes
docs/example/.gitignore
docs/example/magic.lock
docs/example/mojoproject.toml
docs/example/src/main.mojo
docs/example/src/mypkg/__init__.mojo
docs/example/src/mypkg/mymodule.mojo
docs/example/src/mypkg/subpkg/__init__.mojo
docs/example/src/mypkg/subpkg/submodule.mojo
docs/layouts/_default/_markup/render-codeblock.html
docs/layouts/partials/breadcrumb.html
docs/layouts/partials/utils/breadcrumb-title.html
docs/layouts/shortcodes/html.html
docs/modo/hugo_front_matter.md
document/cleanup.go
document/config.go
document/doctest.go
document/doctest_test.go
document/document.go
document/document_test.go
document/exports.go
document/exports_test.go
document/filter.go
document/filter_test.go
document/format.go
document/format_test.go
document/links.go
document/links_test.go
document/paths.go
document/paths_test.go
document/processor.go
document/render.go
document/render_test.go
document/util.go
document/util_test.go
document/walk.go
format/formats.go
format/hugo.go
format/mdbook.go
format/plain.go
pymodo/__init__.py
pymodo/__main__.py
pymodo/_version.py
pymodo/modo.py
pymodo.egg-info/PKG-INFO
pymodo.egg-info/SOURCES.txt
pymodo.egg-info/dependency_links.txt
pymodo.egg-info/entry_points.txt
pymodo.egg-info/top_level.txt
pymodo/bin/.gitignore
pymodo/bin/modo_linux
pymodo/bin/modo_macos
pymodo/bin/modo_win.exe
test/.gitattributes
test/.gitignore
test/magic.lock
test/modo.yaml
test/mojoproject.toml
test/profile/stdlib/main.go
test/ref/test/Struct-.md
test/ref/test/Trait-.md
test/ref/test/_index.md
test/ref/test/module_function.md
test/ref/test/doctest/Struct-.md
test/ref/test/doctest/_index.md
test/ref/test/pkg/_index.md
test/ref/test/pkg/submod/Struct-.md
test/ref/test/pkg/submod/_index.md
test/src/__init__.mojo
test/src/doctest.mojo
test/src/mod.mojo
test/src/pkg/__init__.mojo
test/src/pkg/submod.mojo