Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: add pandas intersphinx mapping (#15531)
This PR add pandas to intersphinx mapping to make it easy to link to pandas docs from the RAPIDS docs. There is likely other opportunities to use the pandas intersphinx mapping e.g. #15383 but I think they can be subsequent PRs. I've tested this locally and confirm it works as expected (i.e. the note in the docstring at https://docs.rapids.ai/api/cudf/stable/user_guide/api_docs/api/cudf.dataframe.query/#cudf.DataFrame.query is now hyperlinked to https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.query.html ![Screenshot 2024-04-14 at 2 15 33 AM](https://github.com/rapidsai/cudf/assets/17162724/193076e2-202e-4e74-9305-be1dbcdfa82b) Apologies about the other linting. I can revert if need be Authors: - Ray Bell (https://github.com/raybellwaves) - GALI PREM SAGAR (https://github.com/galipremsagar) - Matthew Roeschke (https://github.com/mroeschke) Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) URL: #15531
- Loading branch information