Not really, it's rather a refactoring issue. Currently the templates use filter_objects
first, then do a second pass with {% if members_list is not none or attribute.is_public %}
. The next version will use Griffe 0.47's is_imported
(negated) instead, but that makes it hard to follow. We should move this logic into the filter_objects
filter, with a config option like show_imported_objects
or similar name.
New config option passed to filter_objects
to decide whether to filter out imported objects or not.
/
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too