Skip to content

Commit 8632bf6

Browse files
authored
Examples docstrings (#250)
* mnist task_runner * neuroevorl
1 parent bad8f3d commit 8632bf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cneuromax/projects/classify_mnist/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
class TaskRunner(DeepLearningTaskRunner):
23-
"""``project`` ``task`` runner."""
23+
""":mod:`.classify_mnist` ``project`` ``task`` runner."""
2424

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

cneuromax/projects/neuroevorl_control/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
class TaskRunner(NeuroevolutionTaskRunner):
21-
"""``project`` ``task`` runner."""
21+
""":mod:`.neuroevorl_control` ``project`` ``task`` runner."""
2222

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

0 commit comments

Comments
 (0)