Skip to content

Commit

Permalink
Examples docstrings (#250)
Browse files Browse the repository at this point in the history
* mnist task_runner

* neuroevorl
  • Loading branch information
MaximilienLC authored and Maximilien Le Clei committed Feb 27, 2024
1 parent 6759548 commit 540500d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cneuromax/projects/classify_mnist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


class TaskRunner(DeepLearningTaskRunner):
"""``project`` ``task`` runner."""
""":mod:`.classify_mnist` ``project`` ``task`` runner."""

@classmethod
def store_configs(cls: type["TaskRunner"], store: ZenStore) -> None:
Expand Down
2 changes: 1 addition & 1 deletion cneuromax/projects/neuroevorl_control/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


class TaskRunner(NeuroevolutionTaskRunner):
"""``project`` ``task`` runner."""
""":mod:`.neuroevorl_control` ``project`` ``task`` runner."""

@classmethod
def store_configs(cls: type["TaskRunner"], store: ZenStore) -> None:
Expand Down

0 comments on commit 540500d

Please sign in to comment.