-
Notifications
You must be signed in to change notification settings - Fork 908
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
DOC: use intersphinx mapping in pandas-compat ext #15846
DOC: use intersphinx mapping in pandas-compat ext #15846
Conversation
/ok to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have one suggestion.
/ok to test |
Apologies for lack of response here. Using this comments to give an update on where I am with this. The goal here is to switch https://docs.rapids.ai/api/cudf/stable/user_guide/pandascompat/ to the use the new sphinx extension which links back to pandas docs. I've listed the changes that have to be made (we may as well try and get them in one sweep) by listing the order they appear in https://docs.rapids.ai/api/cudf/stable/user_guide/pandascompat/. A check means the changes render as expected. An empty box means a note is missing. Looking at the list below there are quite a few dups. I'll look to see if I can remove those before continuing here.
|
@raybellwaves I merged in the upstream a few days ago to check on the CI output. There were a few failures in the previous doc build (logs link):
I see you broke off #16258, but I would be happy to merge this PR with a larger set of changes if you can fix those docs errors. If you need help fixing the docs errors, please ask! |
Sounds good. |
Should be ready to test again |
/ok to test |
i'm still missing |
/ok to test |
/ok to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks!
/merge |
If #15704 is mergedThis PR changes the header in the admonition (pandas compat box) to be hyperlinked to the pandas docs instead of just text. See https://raybellwaves.github.io/compatsphinxext/compat.html which is the docs of a minimal repo where I have been testing