Skip to main content

mdxify.discovery

Module discovery utilities.

Functions

get_module_source_file

get_module_source_file(module_name: str) -> Optional[Path]
Get the source file path for a module.

find_all_modules

find_all_modules(root_module: str) -> list[str]
Find all modules under a root module.

should_include_module

should_include_module(module_name: str, include_internal: bool = False) -> bool
Check if a module should be included in the API documentation.
I