Skip to content

Revert "Fix docs for IO readers and strings_convert" - #15872

Merged
raydouglass merged 2 commits into
branch-24.06from
revert-15842-doc/io-readers
May 29, 2024
Merged

Revert "Fix docs for IO readers and strings_convert"#15872
raydouglass merged 2 commits into
branch-24.06from
revert-15842-doc/io-readers

Conversation

@vyasr

@vyasr vyasr commented May 28, 2024

Copy link
Copy Markdown
Collaborator

Reverts #15842

The files the original PR added documentation for appear to contain some text that is problematic for the Sphinx parser to extract from doxygen. My best guess is that it's something in a table, since parsing doxygen tables via Breathe is something I know can be tricky. We didn't catch this issue because we currently only build the text docs in nightly builds, not PRs, and this issue only arises in those text builds. We can revisit adding these docs in 24.08. For the sake of correctness, I have added back building text docs in PRs in this PR (see #14856 for context on the removal).

@vyasr vyasr self-assigned this May 28, 2024
@vyasr
vyasr requested a review from a team as a code owner May 28, 2024 22:11
@vyasr
vyasr requested review from bdice and removed request for a team May 28, 2024 22:11
@github-actions github-actions Bot added the ci label May 28, 2024
@vyasr vyasr added bug Something isn't working non-breaking Non-breaking change labels May 28, 2024
@bdice

bdice commented May 28, 2024

Copy link
Copy Markdown
Contributor

Are text docs useful? Can we skip them?


.. doxygengroup:: io_readers
:members:
:desc-only:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add a comment about why these pages are broken? Or a TODO note that readers can see, so the page isn't empty?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather not make any additional changes in this PR.
Let's add whatever comments, etc. to a 24.08 PR instead.

@vyasr

vyasr commented May 28, 2024

Copy link
Copy Markdown
Collaborator Author

The problematic tables are almost certainly the same ones that I originally encountered in #13846. I included fixes in 0663d2e, but reverted the fixes in b2dae66 because they broke the vanilla doxygen build. I do not recall finding any format for the tables that successfully built under both vanilla doxygen and Sphinx + Breathe.

@codecov

codecov Bot commented May 29, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (branch-24.06@29429f7). Learn more about missing BASE report.

Additional details and impacted files
@@               Coverage Diff               @@
##             branch-24.06   #15872   +/-   ##
===============================================
  Coverage                ?   83.83%           
===============================================
  Files                   ?      137           
  Lines                   ?    22987           
  Branches                ?        0           
===============================================
  Hits                    ?    19271           
  Misses                  ?     3716           
  Partials                ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@raydouglass
raydouglass merged commit 2b031e0 into branch-24.06 May 29, 2024
@raydouglass
raydouglass deleted the revert-15842-doc/io-readers branch May 29, 2024 16:22
lithomas1 added a commit that referenced this pull request Jun 6, 2024
rapids-bot Bot pushed a commit that referenced this pull request Jun 7, 2024
This reverts commit 2b031e0.

We got the go ahead to remove the text docs from @taureandyernv.

Authors:
  - Thomas Li (https://github.com/lithomas1)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #15941
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants