Skip to content

Commit

Permalink
Add memray integration to API docs (dask#8115)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau authored Aug 17, 2023
1 parent c72e8ae commit a356fb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ git+https://github.com/dask/dask
sphinx
dask-sphinx-theme>=3.0.0
sphinx-click
memray
4 changes: 4 additions & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ The client connects to and submits computation to a Dask cluster (such as a :cla
.. autosummary::
distributed.utils.Log
distributed.utils.Logs
distributed.diagnostics.memray.memray_scheduler
distributed.diagnostics.memray.memray_workers


Asynchronous methods
Expand Down Expand Up @@ -199,6 +201,8 @@ Utilities

.. autoclass:: distributed.utils.Log
.. autoclass:: distributed.utils.Logs
.. autofunction:: distributed.diagnostics.memray.memray_scheduler
.. autofunction:: distributed.diagnostics.memray.memray_workers


Adaptive
Expand Down

0 comments on commit a356fb8

Please sign in to comment.