mdxify.discovery
get_module_source_file
get_module_source_file(module_name: str) -> Optional[Path]
find_all_modules
find_all_modules(root_module: str) -> list[str]
should_include_module
should_include_module(module_name: str, include_internal: bool = False) -> bool