Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Sphinx consfuses numpydoc `set` type in docstring with set method #10659
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Carreau commentedJun 12, 2017
Something like :
get (for example, linked to
IPython.core.interactiveshell.html#IPython.core.interactiveshell.DisplayTrap.set)I'm going to guess it might be a fix in numpydoc to enforce
setto be builtins. Unsure.