Skip to content

Commit 7e97798

Browse files
committed
minor: one more fix of broken links plot_blending
1 parent 2a7cce9 commit 7e97798

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/plot_blending.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""
22
Blending
33
========
4-
This example shows how to use the :py:class:`pylops.waveeqprocessing.blending.BlendingContinuous`,
5-
:py:class:`pylops.waveeqprocessing.blending.BlendingGroup` and
6-
:py:class:`pylops.waveeqprocessing.blending.BlendingHalf` operators to blend seismic data
4+
This example shows how to use the :py:class:`pylops.waveeqprocessing.BlendingContinuous`,
5+
:py:class:`pylops.waveeqprocessing.BlendingGroup` and
6+
:py:class:`pylops.waveeqprocessing.BlendingHalf` operators to blend seismic data
77
to mimic state-of-the-art simultaneous shooting acquisition systems.
88
"""
99
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)