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

Methods not showing up in PDOC html #329

Closed na-stewart closed 3 years ago

na-stewart commented 3 years ago

Expected Behavior

I am generating PDOC for my api as a temporary solution for my documentation and it's supposed to include all methods in a test package and their doc strings.

Actual Behavior

However, only three of the many methods in my test packages are being documented in the html.

As shown in the example below, there are multiple methods in the source code not included in the function list. All functions seen in image are all currently seen in the functions list in the documentation.

pdoc

Steps to Reproduce

I'm unsure how to reproduce since I am exhibiting the same behavior in this package the same as in all other packages, yet this one does not get documented fully.

Additional info