We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a419476 commit d3f579cCopy full SHA for d3f579c
docs/conf.py
@@ -30,7 +30,7 @@
30
sphinx=("https://www.sphinx-doc.org/en/master/", None),
31
sphinx_rtd_theme=("https://sphinx-rtd-theme.readthedocs.io/en/stable/", None),
32
# examples
33
- numpy=("https://docs.scipy.org/doc/numpy/", None),
+ numpy=("https://numpy.org/doc/stable/", None),
34
anndata=("https://anndata.readthedocs.io/en/latest/", None),
35
pandas=("https://pandas.pydata.org/pandas-docs/stable/", None),
36
scipy=("https://docs.scipy.org/doc/scipy/reference/", None),
0 commit comments