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

Documentation for C Extensions #18

Closed
rkaminsk opened this issue Feb 1, 2019 · 1 comment

Comments

2 participants
@rkaminsk
Copy link

commented Feb 1, 2019

I was trying to use pdoc to create the documentation of a C extensions. The generated documentation does not include the documentation for class methods.

You can see this for example when generating the documentation for python's parser module, which is a C extension.

pdoc --html parser

The class methods of ST class are missing. With pydoc, they are included.

  • pdoc version: 0.5.1

@kernc kernc added the bug label Feb 1, 2019

@kernc

This comment has been minimized.

Copy link
Contributor

commented Feb 2, 2019

Thank you. Will be released in 0.5.2 in a few days.

@kernc kernc closed this in 95cb7cc Feb 2, 2019

kernc added a commit to jmatzdorff-cpi/pdoc that referenced this issue Feb 4, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.