pdoc icon indicating copy to clipboard operation
pdoc copied to clipboard

Methods not showing up in PDOC3 html.

Open na-stewart opened this issue 4 years ago • 0 comments

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

  • pdoc version: 0.9.2

na-stewart avatar Mar 24 '21 16:03 na-stewart