Skip to content

Commit 01d8d9b

Browse files
committed
Add links to docs
1 parent cde4488 commit 01d8d9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/qcodes/dataset/dond/do_0d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def do0d(
3232
will be called at each step. The function should take no arguments.
3333
The parameters and functions are called in the order they are
3434
supplied.
35-
**kwargs: kwargs are the same as for dond and forwarded directly to dond.
35+
**kwargs: kwargs are the same as for :func:`dond and forwarded directly to :func:`dond.
3636
3737
Returns:
3838
The QCoDeS dataset.

src/qcodes/dataset/dond/do_1d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def do1d(
4646
will be called at each step. The function should take no arguments.
4747
The parameters and functions are called in the order they are
4848
supplied.
49-
**kwargs: kwargs are the same as for dond and forwarded directly to dond.
49+
**kwargs: kwargs are the same as for :func:`dond and forwarded directly to :func:`dond.
5050
5151
Returns:
5252
The QCoDeS dataset.

0 commit comments

Comments
 (0)