Skip to content

Commit fc13e80

Browse files
committed
make func links in docstring
1 parent a29285b commit fc13e80

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/ess/dream/workflows.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ def DreamWorkflow(**kwargs) -> sciline.Pipeline:
108108
Parameters
109109
----------
110110
kwargs:
111-
Additional keyword arguments are forwarded to the base ``GenericTofWorkflow``.
111+
Additional keyword arguments are forwarded to the base
112+
:func:`GenericTofWorkflow`.
112113
"""
113114
wf = GenericTofWorkflow(
114115
run_types=[SampleRun, VanadiumRun, EmptyCanRun],
@@ -152,7 +153,7 @@ def DreamPowderWorkflow(*, run_norm: RunNormalization, **kwargs) -> sciline.Pipe
152153
run_norm:
153154
Select how to normalize each run (sample, vanadium, etc.).
154155
kwargs:
155-
Additional keyword arguments are forwarded to the base ``DreamWorkflow``.
156+
Additional keyword arguments are forwarded to the base :func:`DreamWorkflow`.
156157
157158
Returns
158159
-------
@@ -178,7 +179,7 @@ def DreamGeant4Workflow(*, run_norm: RunNormalization, **kwargs) -> sciline.Pipe
178179
run_norm:
179180
Select how to normalize each run (sample, vanadium, etc.).
180181
kwargs:
181-
Additional keyword arguments are forwarded to the base ``DreamWorkflow``.
182+
Additional keyword arguments are forwarded to the base :func:`DreamWorkflow`.
182183
183184
Returns
184185
-------

0 commit comments

Comments
 (0)