We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1307618 commit da5eeabCopy full SHA for da5eeab
quartodoc/builder/blueprint.py
@@ -67,7 +67,7 @@ def _auto_package(mod: dc.Module) -> list[Section]:
67
external_alias
68
or member.is_module
69
or name.startswith("__")
70
- or (has_all and not mod.member_is_exported(member))
+ or (has_all and not mod.is_exported(member))
71
):
72
continue
73
0 commit comments