Skip to content
Snippets Groups Projects
Commit 3adc21d9 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Fix NumPy crosslinks

parent 9996e607
No related branches found
No related tags found
No related merge requests found
Pipeline #89385 passed
......@@ -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
......
......@@ -8,7 +8,7 @@
import shutil
project = 'B-ASIC'
copyright = '2020-2022, Oscar Gustafsson et al'
copyright = '2020-2023, Oscar Gustafsson et al'
author = 'Oscar Gustafsson et al'
html_logo = "../logo_tiny.png"
......@@ -37,6 +37,7 @@ intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
'graphviz': ('https://graphviz.readthedocs.io/en/stable/', None),
'matplotlib': ('https://matplotlib.org/stable/', None),
'numpy': ('https://numpy.org/doc/stable/', None),
'PyQt5': ("https://www.riverbankcomputing.com/static/Docs/PyQt5", None),
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment