-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated API docs with new modules names Co-authored-by: Rares Gaia <[email protected]>
- Loading branch information
1 parent
4269a96
commit 2ad7e2c
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
multiworld.world\_communicator module | ||
multiworld.communicator module | ||
------------------------------------- | ||
|
||
.. autoclass:: multiworld.world_communicator.WorldCommunicator | ||
.. autoclass:: multiworld.communicator.WorldCommunicator | ||
:members: send, broadcast, recv, all_reduce, all_gather,reduce, gather, scatter, is_broken | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
multiworld.world\_manager module | ||
multiworld.manager module | ||
-------------------------------- | ||
|
||
.. autoclass:: multiworld.world_manager.WorldManager | ||
.. autoclass:: multiworld.manager.WorldManager | ||
:members: initialize_world, cleanup | ||
:undoc-members: | ||
:show-inheritance: |