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

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

Merged
merged 2 commits into from
May 29, 2024

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented May 28, 2024

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
Copy link
Contributor

bdice commented May 28, 2024

Are text docs useful? Can we skip them?

@@ -2,4 +2,4 @@ Io Readers
==========

.. doxygengroup:: io_readers
:members:
:desc-only:
Copy link
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
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
Copy link
Contributor Author

vyasr commented May 28, 2024

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.

Copy link

codecov bot commented May 29, 2024

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
70 of 71 checks passed
@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.

None yet

4 participants