Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inner classes are showing as class variables #404

Open
westy opened this issue Jun 22, 2022 · 0 comments
Open

Inner classes are showing as class variables #404

westy opened this issue Jun 22, 2022 · 0 comments

Comments

@westy
Copy link

westy commented Jun 22, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant