pdoc3 / pdoc

:snake: :arrow_right: :scroll: Auto-generate API documentation for Python projects
https://pdoc3.github.io/pdoc/
GNU Affero General Public License v3.0
1.12k stars 145 forks source link

__pdoc__ is not ignoring variables #306

Open tjwebb opened 3 years ago

tjwebb commented 3 years ago

I can get __pdoc__ to ignore modules, but adding the variable/function name in the form module.variable has no effect.

kernc commented 3 years ago

A continuation from https://github.com/pdoc3/pdoc/issues/99#issuecomment-750123577. Thanks!

kernc commented 3 years ago

Maybe this is the buggy line: https://github.com/pdoc3/pdoc/blob/aef1917a668ca9f3cd26373d1d69bcb5001108cc/pdoc/__init__.py#L699 introduced in https://github.com/pdoc3/pdoc/commit/9bdb076e267b33949fb6ffc906316e8651d5f474. Can you maybe investigate it?