autodoc-skip-member
event, autodoc will use the first non-None value returned by a handler.
Handlers should return None to fall back to the skipping behavior of
autodoc and other enabled extensions. "Hi,
By default, private members (starts with underscore), special members
(double underscored) and undocumented members are skipped. But users
can change it via directive options (ex. :private-members: and
:special-members:).
Thanks,
Takeshi KOMIYA
2020年1月8日(水) 2:00 Mmanu Chaturvedi <mmanu.c...@gmail.com>:
>
> Hi,
>
> I was wondering if we have proper documentation for the following:
> https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#event-autodoc-skip-member
>
> We have:
> "If more than one enabled extension handles the autodoc-skip-member event, autodoc will use the first non-None value returned by a handler. Handlers should return None to fall back to the skipping behavior of autodoc and other enabled extensions. "
>
> What would be the behavior if all the values returned are `None`?
> Or, in other words, what would be the default skipping behavior of autodoc?
>
> --
> You received this message because you are subscribed to the Google Groups "sphinx-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to sphinx...@googlegroups.com.