How use intersphinx_mapping in a directive? #12212
Unanswered
raybellwaves
asked this question in
Q&A
Replies: 1 comment
-
FYI pandas-compat comes from https://github.com/rapidsai/cudf/blob/branch-24.06/docs/cudf/source/_ext/PandasCompat.py |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on rapidsai/cudf#15383 and I would like to know if it's possible to use intersphinx_mapping with a directive?
Currently the project has
I'm not entire sure where
pandas-compat
is defined but I see "PandasCompat" in the extensions list in conf.py (here)but I would like to do
and it creates a link to https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.query.html
I currently get a build error saying
Beta Was this translation helpful? Give feedback.
All reactions