We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example:
The python docs for Image says that the only member function is load.
load
However there are additional member functions load_from_buffer and from_numpy.
load_from_buffer
from_numpy
Presumably the issue is that the docs are generated from the C++?
The text was updated successfully, but these errors were encountered:
They definitely used to be there. It is possible this is a result of moving to using the interface stub files. I'll look into it.
Sorry, something went wrong.
This appears to be a known issue: sphinx-doc/sphinx#7630
I will see if I can find a workaround.
matajoh
Successfully merging a pull request may close this issue.
Example:
The python docs for Image says that the only member function is
load
.However there are additional member functions
load_from_buffer
andfrom_numpy
.Presumably the issue is that the docs are generated from the C++?
The text was updated successfully, but these errors were encountered: