Closed maiaalx closed 2 years ago
You could prepend module name with an underscore, thereby designating it private. Alternatively, you could set __pdoc__['module.name'] = False
in some higher-level or top-level module to prevent pdoc from documenting that module.
Duplicate of: https://github.com/pdoc3/pdoc/issues/12, https://github.com/pdoc3/pdoc/issues/52, https://github.com/pdoc3/pdoc/issues/293.
Hi together, i would like to exclude one module (module is not empty) for running pdoc --html Is there any command i could use?
Thank you in advance!