-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Styler.to_latex link is broken in DataFrame.to_latex documentation #48089
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
PRs to fix are very welcome |
take |
I have made a PR that updates the "See Also" of I attempted to make the text just This is my first contribution so I spent some time attempting to figure out how the links work. I discovered the link assume a prefix path of the module of the page you are on. What I mean by that, is the links in the "See Also" section of Styler.text_gradient only needs That is why I hade to add Let me know if I am misunderstanding anything here. This is my first contribution and am a noob to open-source development. Oh and I attached a screen shot of the update to the text with working links. |
Excellent, I didn't know that was the problem, but makes sense, thanks for the research. If you find a way to validate in the CI that there are no more broken links in the see also section, that would be very useful. I think numpydoc is what should be complaining when rendering. Maybe there is a parameter or something that we can use. |
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_latex.html
Documentation problem
In the See Also section of DataFrame.to_latex documentation the element Styler.to_latex has broken internal reference link.
Suggested fix for documentation
It could be fixed by adding the Styler.to_latex link to the corresponding element in the See Also section. This would make the doc more complete.
The text was updated successfully, but these errors were encountered: