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.AxisPropertyI still merged the two Axes sections in the
.rstfile after discussing with @WillAydThe same thing exists for Series.index