-
Notifications
You must be signed in to change notification settings - Fork 304
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
Updating docs #1448
Updating docs #1448
Conversation
BradReesWork
commented
Mar 11, 2021
- added Hungarian to api.rst
- fixed missing examples
- fixed syntax
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #1448 +/- ##
===============================================
- Coverage 60.72% 59.04% -1.69%
===============================================
Files 70 70
Lines 3132 3223 +91
===============================================
+ Hits 1902 1903 +1
- Misses 1230 1320 +90
Continue to review full report at Codecov.
|
…sk-cugraph.html for info on setting up dask cluster
rerun tests |
rerun tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I had just one minor suggestion which need not hold up my approval.
>>> ... Init a DASK Cluster | ||
>> see https://docs.rapids.ai/api/cugraph/stable/dask-cugraph.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor: since these are typically copy-and-pasteable snippets, you could use a comment char here:
>>> import cugraph.dask as dcg
>>> # ... Init a DASK Cluster
>>> # see https://docs.rapids.ai/api/cugraph/stable/dask-cugraph.html
>>> chunksize = dcg.get_chunksize(input_data_path)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
true. but it is not executable code. There used to be a line initializing Comm, but that is not fully what is needed for DASK. I pulled that out so that there is one place to maintain what setting up dask looks like. If someone cut&pastes the above block, I would prefer it break on a non-executable line
rerun tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@gpucibot merge |