pdoc icon indicating copy to clipboard operation
pdoc copied to clipboard

Inner classes are showing as class variables

Open westy opened this issue 3 years ago • 0 comments

Expected Behavior

I would expect an inner class to document similarly to an outer class.

Actual Behavior

The class gets documented as a class variable.

Steps to Reproduce

  1. Create a python module that contains a class and document with a docstring.
  2. Add an inner class, also with documentation.
  3. Build the documentation.
  4. See an example here: https://westy.github.io/pyseext/component_query.html

Additional info

  • pdoc version: 0.10.0

westy avatar Jun 22 '22 13:06 westy