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

[REVIEW] Fix see also links for IO APIs #9895

Merged
merged 1 commit into from
Dec 17, 2021

Conversation

galipremsagar
Copy link
Contributor

Fixes: #9771

This PR fixes the broken see also links in sphinx docstrings.

@galipremsagar galipremsagar added doc Documentation non-breaking Non-breaking change labels Dec 13, 2021
@galipremsagar galipremsagar self-assigned this Dec 13, 2021
@galipremsagar galipremsagar requested a review from a team as a code owner December 13, 2021 23:01
@github-actions github-actions bot added the Python Affects Python cuDF API. label Dec 13, 2021
@codecov
Copy link

codecov bot commented Dec 14, 2021

Codecov Report

Merging #9895 (c327704) into branch-22.02 (967a333) will decrease coverage by 0.06%.
The diff coverage is n/a.

❗ Current head c327704 differs from pull request most recent head eff09d8. Consider uploading reports for the commit eff09d8 to get more accurate results
Impacted file tree graph

@@               Coverage Diff                @@
##           branch-22.02    #9895      +/-   ##
================================================
- Coverage         10.49%   10.42%   -0.07%     
================================================
  Files               119      119              
  Lines             20305    20479     +174     
================================================
+ Hits               2130     2134       +4     
- Misses            18175    18345     +170     
Impacted Files Coverage Δ
python/dask_cudf/dask_cudf/sorting.py 92.30% <0.00%> (-0.61%) ⬇️
python/cudf/cudf/__init__.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/frame.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/index.py 0.00% <0.00%> (ø)
python/cudf/cudf/io/parquet.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/series.py 0.00% <0.00%> (ø)
python/cudf/cudf/utils/utils.py 0.00% <0.00%> (ø)
python/cudf/cudf/utils/ioutils.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/dataframe.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/multiindex.py 0.00% <0.00%> (ø)
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d23bcb4...eff09d8. Read the comment docs.

@galipremsagar galipremsagar added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 4 - Needs cuDF (Python) Reviewer labels Dec 17, 2021
@galipremsagar
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 8c5a85a into rapidsai:branch-22.02 Dec 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge doc Documentation non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOC] broken links in "see also" sections of python io functions
2 participants