You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add option to preload modules.
Preloading modules allows to render members of objects
that originate from other packages than their parent.
Direct members of modules must be listed in `__all__`.
This option typically allows to render aliases,
by collecting their parent module (package)
which allows to resolve these aliases.
Issue mkdocstrings/mkdocstrings#503: mkdocstrings/mkdocstrings#503
PR mkdocstrings#60: mkdocstrings#60
"title": "Pre-load modules. It permits to resolve aliases pointing to these modules (packages), and therefore render members of an object that are external to the given object (originating from another package).",
0 commit comments