Skip to content

Commit de7990c

Browse files
committed
add nbgallery in point_25d example section
1 parent 7d4f267 commit de7990c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sfs/fd/wfs.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,12 @@ def point_25d(omega, x0, n0, xs, xref=[0, 0, 0], c=None, omalias=None):
217217
normalize_gain = 4 * np.pi * np.linalg.norm(xs)
218218
plot(normalize_gain * d, selection, secondary_source)
219219
220+
.. nblinkgallery::
221+
:caption: Further Example
222+
:name: wfs-referencing-link-gallery
223+
224+
examples/wfs-referencing
225+
220226
"""
221227
x0 = _util.asarray_of_rows(x0)
222228
n0 = _util.asarray_of_rows(n0)

0 commit comments

Comments
 (0)