-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
Missing source link #59549
Missing source link #59549
Conversation
/preview |
1 similar comment
/preview |
Website preview of this PR available at: https://pandas.pydata.org/preview/pandas-dev/pandas/59549/ |
From the preview link I don't think this did anything: May also just be because these items are class attributes and not properties. I'm not entirely sure how the docs generate the |
They are generated via Sphinx through this extension I presume, but I've never played around with it https://www.sphinx-doc.org/en/master/usage/extensions/linkcode.html#confval-linkcode_resolve |
This only added a "See also" section for |
@WillAyd @mroeschke Ideally, do we want the source link to point to this or as Will said as |
There ideally should be a source link to your reference, but there might be some extra Sphinx code needed to find that reference |
It seems that Sphinx does not support
The same thing exists for Should we close this issue then? |
Nonetheless, I slightly updated the |
Thanks @fbourgey |
The source link located at the upper right-hand side of DataFrame.index and DataFrame.columns is still missing. This may be because they do not have any code.
DataFrame.index and DataFrame.columns are
properties.AxisProperty
I still merged the two Axes sections in the
.rst
file after discussing with @WillAydThe same thing exists for Series.index