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

Do not add overload function definitions to index. #6742

Merged
merged 1 commit into from May 12, 2021

Conversation

stuartarchibald
Copy link
Contributor

As title. Prevents autodoc links being broken by a local overload
definition.

Fixes: #6737

As title. Prevents autodoc links being broken by a local overload
definition.

Fixes: numba#6737
Copy link
Member

@sklam sklam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the patch!

I've checked that the stdlib references are now referring to the correct Python documentation.

@sklam sklam added 5 - Ready to merge Review and testing done, is ready to merge and removed 3 - Ready for Review labels May 11, 2021
@sklam sklam merged commit 39d9819 into numba:master May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to merge Review and testing done, is ready to merge Effort - short Short size effort needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: redefinition of stdlib functions causing invalid cross references.
2 participants