Skip to content
Snippets Groups Projects

Fix NumPy crosslinks

Merged Oscar Gustafsson requested to merge crosslink into master
Files
2
@@ -193,7 +193,7 @@ class Gaussian(SignalGenerator):
"""
Signal generator with Gaussian noise.
See :class:`numpy.random.Generator.normal` for further details.
See :py:meth:`numpy.random.Generator.normal` for further details.
Parameters
----------
@@ -232,7 +232,7 @@ class Uniform(SignalGenerator):
"""
Signal generator with uniform noise.
See :class:`numpy.random.Generator.normal` for further details.
See :py:meth:`numpy.random.Generator.normal` for further details.
Parameters
Loading