Skip to content

Commit 6389cd2

Browse files
committed
This should be the right way of specifying what
should be documented, i.e. at the level of the modules, not at the level of classes or functions within those modules.
1 parent b6a8324 commit 6389cd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

marlpde/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
import pathlib
55
import sys
66

7+
__all__ = ["Evolve_scenario", "LHeureux_model", "parameters"]
8+
79
sys.path.append(str(pathlib.Path(__file__).parent))

0 commit comments

Comments
 (0)