@@ -57,7 +57,7 @@ def wavedec(data, wavelet, mode='symmetric', level=None, axis=-1):
5757 wavelet : Wavelet object or name string
5858 Wavelet to use
5959 mode : str, optional
60- Signal extension mode, see `Modes` (default: 'symmetric')
60+ Signal extension mode, see :ref: `Modes <ref-modes>`.
6161 level : int, optional
6262 Decomposition level (must be >= 0). If level is None (default) then it
6363 will be calculated using the `dwt_max_level` function.
@@ -119,7 +119,7 @@ def waverec(coeffs, wavelet, mode='symmetric', axis=-1):
119119 wavelet : Wavelet object or name string
120120 Wavelet to use
121121 mode : str, optional
122- Signal extension mode, see `Modes` (default: 'symmetric')
122+ Signal extension mode, see :ref: `Modes <ref-modes>`.
123123 axis: int, optional
124124 Axis over which to compute the inverse DWT. If not given, the
125125 last axis is used.
@@ -185,7 +185,7 @@ def wavedec2(data, wavelet, mode='symmetric', level=None, axes=(-2, -1)):
185185 Wavelet to use. This can also be a tuple containing a wavelet to
186186 apply along each axis in `axes`.
187187 mode : str or 2-tuple of str, optional
188- Signal extension mode, see `Modes` (default: 'symmetric'). This can
188+ Signal extension mode, see :ref: `Modes <ref-modes>`. This can
189189 also be a tuple containing a mode to apply along each axis in `axes`.
190190 level : int, optional
191191 Decomposition level (must be >= 0). If level is None (default) then it
@@ -259,7 +259,7 @@ def waverec2(coeffs, wavelet, mode='symmetric', axes=(-2, -1)):
259259 Wavelet to use. This can also be a tuple containing a wavelet to
260260 apply along each axis in `axes`.
261261 mode : str or 2-tuple of str, optional
262- Signal extension mode, see `Modes` (default: 'symmetric') . This can
262+ Signal extension mode, see :ref: `Modes <ref-modes>` . This can
263263 also be a tuple containing a mode to apply along each axis in `axes`.
264264 axes : 2-tuple of ints, optional
265265 Axes over which to compute the IDWT. Repeated elements are not allowed.
@@ -359,7 +359,7 @@ def wavedecn(data, wavelet, mode='symmetric', level=None, axes=None):
359359 Wavelet to use. This can also be a tuple containing a wavelet to
360360 apply along each axis in `axes`.
361361 mode : str or tuple of str, optional
362- Signal extension mode, see `Modes` (default: 'symmetric'). This can
362+ Signal extension mode, see :ref: `Modes <ref-modes>`. This can
363363 also be a tuple containing a mode to apply along each axis in `axes`.
364364 level : int, optional
365365 Decomposition level (must be >= 0). If level is None (default) then it
@@ -458,7 +458,7 @@ def waverecn(coeffs, wavelet, mode='symmetric', axes=None):
458458 Wavelet to use. This can also be a tuple containing a wavelet to
459459 apply along each axis in `axes`.
460460 mode : str or tuple of str, optional
461- Signal extension mode, see `Modes` (default: 'symmetric'). This can
461+ Signal extension mode, see :ref: `Modes <ref-modes>`. This can
462462 also be a tuple containing a mode to apply along each axis in `axes`.
463463 axes : sequence of ints, optional
464464 Axes over which to compute the IDWT. Axes may not be repeated.
@@ -869,7 +869,7 @@ def wavedecn_shapes(shape, wavelet, mode='symmetric', level=None, axes=None):
869869 Wavelet to use. This can also be a tuple containing a wavelet to
870870 apply along each axis in `axes`.
871871 mode : str or tuple of str, optional
872- Signal extension mode, see Modes (default: 'symmetric'). This can
872+ Signal extension mode, see :ref:` Modes <ref-modes>`. This can
873873 also be a tuple containing a mode to apply along each axis in `axes`.
874874 level : int, optional
875875 Decomposition level (must be >= 0). If level is None (default) then it
@@ -1362,7 +1362,7 @@ def fswavedecn(data, wavelet, mode='symmetric', levels=None, axes=None):
13621362 Wavelet to use. This can also be a tuple containing a wavelet to
13631363 apply along each axis in ``axes``.
13641364 mode : str or tuple of str, optional
1365- Signal extension mode, see `Modes` (default: 'symmetric') . This can
1365+ Signal extension mode, see :ref: `Modes <ref-modes>` . This can
13661366 also be a tuple containing a mode to apply along each axis in ``axes``.
13671367 levels : int or sequence of ints, optional
13681368 Decomposition levels along each axis (must be >= 0). If an integer is
0 commit comments