gilfree · GitHub

@gilfree

Merged

@gilfree

pawamoy

@gilfree

pawamoy

@gilfree

@gilfree

Add option to preload external modules that are not
part of the displayed documentation to allow resolving aliases
to objects in these modules, and presenting their documentation
in a module that imports them, and exports the imports with
`__all__` attribute.

@gilfree

@pawamoy

@gilfree

gilfree deleted the load_external_modules branch

March 6, 2023 10:00

pawamoy pushed a commit that referenced this pull request

Mar 7, 2023
PR #61: #61
Follow-up of PR #60: #60
Co-authored-by: gilfree <gilfree@users.noreply.github.com>

viktorlashchuk added a commit to viktorlashchuk/mkdocstrings-python that referenced this pull request

Feb 24, 2025
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 #60: mkdocstrings/python#60

viktorlashchuk added a commit to viktorlashchuk/mkdocstrings-python that referenced this pull request

Feb 24, 2025

Merged

Read the original on github.com ↗