Skip to content
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

Fix io reference in docs. #14452

Merged
merged 2 commits into from
Nov 20, 2023
Merged

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Nov 19, 2023

Description

cuDF CI is failing to build docs due to an ambiguous reference io. This PR makes that reference unambiguous.

/__w/cudf/cudf/docs/cudf/source/user_guide/data-types.md:139: WARNING: Multiple matches found for 'io': pandas:std:label:io, pyarrow:std:label:io, python:py:module:io [myst.iref_ambiguous]

I used this output to help me find the object inventory that lists this.

python -m sphinx.ext.intersphinx https://docs.rapids.ai/api/cudf/stable/objects.inv

I also looked at the MyST docs on external references. https://mystmd.org/guide/external-references

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@bdice bdice added bug Something isn't working doc Documentation labels Nov 19, 2023
@bdice bdice self-assigned this Nov 19, 2023
@bdice bdice added improvement Improvement / enhancement to an existing function and removed bug Something isn't working labels Nov 20, 2023
@bdice bdice mentioned this pull request Nov 20, 2023
3 tasks
@wence- wence- added bug Something isn't working non-breaking Non-breaking change and removed bug Something isn't working improvement Improvement / enhancement to an existing function labels Nov 20, 2023
@bdice
Copy link
Contributor Author

bdice commented Nov 20, 2023

/merge

@rapids-bot rapids-bot bot merged commit 3ef13d0 into rapidsai:branch-23.12 Nov 20, 2023
65 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants