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

[DOC] Inaccurate caption in Pagerank.ipynb #2182

Closed
charlesbluca opened this issue Mar 31, 2022 · 0 comments · Fixed by #2207
Closed

[DOC] Inaccurate caption in Pagerank.ipynb #2182

charlesbluca opened this issue Mar 31, 2022 · 0 comments · Fixed by #2207
Labels
? - Needs Triage Need team to review and classify doc Documentation

Comments

@charlesbluca
Copy link
Member

Report incorrect documentation

Location of incorrect documentation

Describe the problems or issues found in the documentation
When highlighting the top vertices in the graph by out_degree, we actually print the top 4:

image

Suggested fix for documentation
Small fix - should just call head(3) instead of head(4)

@charlesbluca charlesbluca added ? - Needs Triage Need team to review and classify doc Documentation labels Mar 31, 2022
rapids-bot bot pushed a commit that referenced this issue Apr 13, 2022
Fixes some small inconsistencies between code blocks / diagrams and their associated captions in the Pagerank notebook. We might want to resolve the FutureWarning raised in `from_cudf_edgelist` first, as it crops up in the outputs (xref #2174).

Closes #2182

Authors:
  - Charles Blackmon-Luca (https://github.com/charlesbluca)

Approvers:
  - Brad Rees (https://github.com/BradReesWork)

URL: #2207
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify doc Documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant