Skip to content

Commit fcfbec0

Browse files
committed
add workflows docs
1 parent ba0e3bf commit fcfbec0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bayesflow/workflows/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
"""
2+
Provides :py:class:`~bayesflow.workflows.BasicWorkflow`, a high-level interface for working on typical BayesFlow applications without having to worry about the internals.
3+
"""
14
from .basic_workflow import BasicWorkflow
25

36
from ..utils._docs import _add_imports_to_all

0 commit comments

Comments
 (0)