Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth committed Dec 5, 2024
1 parent cb15986 commit b5fd716
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions mlos_bench/mlos_bench/environments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,11 @@
See Also
--------
:py:mod:`mlos_bench.config`
:py:mod:`mlos_bench.services`
:py:mod:`mlos_bench.tunables`
:py:mod:`mlos_bench.config` : Overview of the configuration system.
:py:mod:`mlos_bench.services` : Overview of the Services available to the
Environments and their configurations.
:py:mod:`mlos_bench.tunables` : Overview of the Tunables available to the
Environments and their configurations.
"""

from mlos_bench.environments.base_environment import Environment
Expand Down
8 changes: 4 additions & 4 deletions mlos_bench/mlos_bench/tunables/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,10 @@
See Also
--------
:py:mod:`mlos_bench.config`
:py:mod:`mlos_bench.environments`
:py:mod:`mlos_core.optimizers`
:py:mod:`mlos_core.spaces`
:py:mod:`mlos_bench.config` : Overview of the configuration system.
:py:mod:`mlos_bench.environments` : Overview of Environments and their configurations.
:py:mod:`mlos_core.optimizers` : Overview of mlos_core optimizers.
:py:mod:`mlos_core.spaces` : Overview of the mlos_core configuration space system.
"""

from mlos_bench.tunables.tunable import Tunable, TunableValue
Expand Down

0 comments on commit b5fd716

Please sign in to comment.