Skip to content

Commit

Permalink
Amend
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Nov 22, 2023
1 parent e57ab45 commit eb3eaef
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,10 @@ the domain and want to easily take a picture of the landscape.
concepts/extending
concepts/configuring
concepts/features

.. toctree::
:maxdepth: 1
:caption: Package Reference

modules/root
modules/algorithms
33 changes: 33 additions & 0 deletions docs/source/modules/algorithms.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

benchmarl.algorithms
====================

.. contents:: Contents
:local:

Common
------
.. currentmodule:: benchmarl.algorithms

.. autosummary::
:nosignatures:
:toctree: ../generated
:template: autosummary/class.rst

{% for name in benchmarl.algorithms.common %}
{{ name }}
{% endfor %}

Algorithms
----------

.. currentmodule:: benchmarl.algorithms

.. autosummary::
:nosignatures:
:toctree: ../generated
:template: autosummary/class.rst

{% for name in benchmarl.algorithms.classes %}
{{ name }}
{% endfor %}
18 changes: 18 additions & 0 deletions docs/source/modules/root.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
benchmarl
=========


.. automodule:: benchmarl.benchmark
:members:

.. automodule:: benchmarl.eval_results
:members:

.. automodule:: benchmarl.hydra_config
:members:

.. automodule:: benchmarl.run
:members:

.. automodule:: benchmarl.utils
:members:

0 comments on commit eb3eaef

Please sign in to comment.