-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: source links in API reference #14178
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
Comments
Can likely do exactly what numpy does here - |
Yes, we can certainly do something like that. We only have quite some dynamically generated methods, so not sure how it works for those (but at least it can work for the others). |
I was looking at some examples, and some give you not exactly what you want due to the implementation (eg But I also noticed that functions with deprecations point to the decorators. For example |
Ah, apparently this was fixed in python 3.5 (https://bugs.python.org/issue1764286), so yet another reason to update our doc building to python 3 :-) |
Hmm, maybe we can do something about it ourselves:
|
For example, from numpy.
http://docs.scipy.org/doc/numpy/reference/generated/numpy.take.html
I don't know enough about sphinx to know how hard/easy this is, but it may be nice.
The text was updated successfully, but these errors were encountered: