Skip to content

Commit

Permalink
[misc] Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
duburcqa committed Nov 29, 2024
1 parent 370faaa commit 2cfc7cb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/api/gym_jiminy/common/wrappers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Wrappers
:maxdepth: 1

flatten
normalize
observation_filter
scale
observation_layout
observation_stack
6 changes: 0 additions & 6 deletions docs/api/gym_jiminy/common/wrappers/normalize.rst

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Observation Filtering
=====================
Observation Layout Adaptation
=============================

.. automodule:: gym_jiminy.common.wrappers.observation_filter
:members:
Expand Down
10 changes: 10 additions & 0 deletions docs/api/gym_jiminy/common/wrappers/scale.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Scaling and normalization
=========================

.. automodule:: gym_jiminy.common.wrappers.scale
:members:
:show-inheritance:

.. automodule:: gym_jiminy.common.wrappers.normalize
:members:
:show-inheritance:

0 comments on commit 2cfc7cb

Please sign in to comment.