We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146dc0e commit b82ca88Copy full SHA for b82ca88
petab/v2/core.py
@@ -1402,7 +1402,12 @@ def to_files(self, base_path: str | Path | None) -> None:
1402
by the `rel_path` and `base_path` of their respective objects.
1403
1404
This expects that all objects have their `rel_path` and `base_path`
1405
- set correctly, which is usually done by Problem.from_yaml().
+ set correctly, which is usually done by :meth:`Problem.from_yaml`.
1406
+
1407
+ :param base_path:
1408
+ The base path the yaml file and tables will be written to.
1409
+ If ``None``, the `base_path` of the individual tables and
1410
+ :obj:`Problem.config.base_path` will be used.
1411
"""
1412
config = copy.deepcopy(self.config) or ProblemConfig(
1413
format_version="2.0.0"
0 commit comments