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

Unwanted __new__ methods are documented for cython modules #1113

Open
VincentRouvreau opened this issue Aug 1, 2024 · 0 comments
Open

Unwanted __new__ methods are documented for cython modules #1113

VincentRouvreau opened this issue Aug 1, 2024 · 0 comments
Labels
doc A documentation issue

Comments

@VincentRouvreau
Copy link
Contributor

You can get the modules in default with this link:
https://gudhi.inria.fr/python/latest/search.html?q=__new__

This seems to be an issue between sphinx and cython modules. This can be workaround with :exclude-members: __new__

@VincentRouvreau VincentRouvreau added the doc A documentation issue label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc A documentation issue
Projects
None yet
Development

No branches or pull requests

1 participant