Skip to content

Commit

Permalink
docs: updated API docs (#85)
Browse files Browse the repository at this point in the history
updated API docs with new modules names

Co-authored-by: Rares Gaia <[email protected]>
  • Loading branch information
raresgaia123 and Rares Gaia authored Aug 21, 2024
1 parent 4269a96 commit 2ad7e2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/sections/ApiDocs/world_communicator.rst
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:
4 changes: 2 additions & 2 deletions docs/source/sections/ApiDocs/world_manager.rst
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:

0 comments on commit 2ad7e2c

Please sign in to comment.