Skip to content

Commit

Permalink
Documentation: Add api for distributed utils
Browse files Browse the repository at this point in the history
  • Loading branch information
CSSFrancis committed Nov 28, 2023
1 parent 4a08299 commit da7bb10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion docs/api/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,12 @@ Test utility functions
^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: rsciio.tests.registry_utils
:members:
:members:

Distributed utility functions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: rsciio.utils.distributed
:members:

"""
2 changes: 1 addition & 1 deletion upcoming_changes/162.new.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Added the :py:func:`~rsciio.utils.distributed.memmap_distributed` function for loading a memmap file
Added the :func:`~rsciio.utils.distributed.memmap_distributed` function for loading a memmap file
from multiple processes.

Added the arguments ``distributed`` and ``metadata_file`` to the .mrc file reader for loading metadata
Expand Down

0 comments on commit da7bb10

Please sign in to comment.