-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: the source link of CategoricalIndex's methods are wrong. #36858
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
take |
@junjunjunk is this issue open to do? |
@aflah02 |
Okk I'll try it then thanks 👍 |
@junjunjunk I have been trying to look at how redirects are made but couldn't find anything. Like in the browser page there is a source link which upon clicking redirects you however in the documentation at the current linked code there is nothing to indicate that it has been linked pandas/pandas/core/accessor.py Lines 91 to 92 in 5468223
Any idea on how links are actually taken care of in the Documentation? |
Location of the documentation
Documentation problem
For example, in pandas.CategoricalIndex.add_categories, the source link jumps to the following source.This link is wrong.
As far as I've observed, the above methods all jump to the same wrong link.
pandas/pandas/core/accessor.py
Lines 98 to 99 in 40b2aa5
The source link should jump to the following location.
pandas/pandas/core/arrays/categorical.py
Line 943 in 40daf00
Suggested fix for documentation
Correct the source link.
The text was updated successfully, but these errors were encountered: