We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c728f1 commit 617abb8Copy full SHA for 617abb8
1 file changed
docs/source/api.rst
@@ -61,7 +61,7 @@ The client connects to and submits computation to a Dask cluster (such as a :cla
61
62
.. autosummary::
63
as_completed
64
- distributed.diagnostics.progressbar.progress
+ diagnostics.progressbar.progress
65
wait
66
fire_and_forget
67
futures_of
@@ -73,10 +73,10 @@ The client connects to and submits computation to a Dask cluster (such as a :cla
73
**Utilities**
74
75
76
- distributed.utils.Log
77
- distributed.utils.Logs
78
- distributed.diagnostics.memray.memray_scheduler
79
- distributed.diagnostics.memray.memray_workers
+ utils.Log
+ utils.Logs
+ diagnostics.memray.memray_scheduler
+ diagnostics.memray.memray_workers
80
81
82
Asynchronous methods
0 commit comments