|
409 | 409 | if pattern is None:
|
410 | 410 | intersphinx_mapping = {
|
411 | 411 | "dateutil": ("https://dateutil.readthedocs.io/en/latest/", None),
|
412 |
| - "matplotlib": ("https://matplotlib.org/", None), |
413 |
| - "numpy": ("https://numpy.org/doc/stable/", None), |
414 |
| - "pandas-gbq": ("https://pandas-gbq.readthedocs.io/en/latest/", None), |
415 |
| - "py": ("https://pylib.readthedocs.io/en/latest/", None), |
416 |
| - "python": ("https://docs.python.org/3/", None), |
417 |
| - "scipy": ("https://docs.scipy.org/doc/scipy/reference/", None), |
418 |
| - "statsmodels": ("https://www.statsmodels.org/devel/", None), |
| 412 | + "matplotlib": ("https://matplotlib.org/", "/usr/share/doc/python-matplotlib-doc/html/objects.inv"), |
| 413 | + "numpy": ("https://numpy.org/doc/stable/", "/usr/share/doc/python-numpy-doc/html/objects.inv"), |
| 414 | + "pandas-gbq": ("https://pandas-gbq.readthedocs.io/en/latest/", None), # not in Debian |
| 415 | + "py": ("https://pylib.readthedocs.io/en/latest/", None), # no -doc in Debian |
| 416 | + "python": ("https://docs.python.org/3/", "/usr/share/doc/python3-doc/html/objects.inv"), |
| 417 | + "scipy": ("https://docs.scipy.org/doc/scipy/reference/", ("/usr/share/doc/python-scipy-doc/html/objects.inv","/usr/share/doc/python-scipy/html/objects.inv")), |
| 418 | + "statsmodels": ("https://www.statsmodels.org/devel/", "/usr/share/doc/python-statsmodels-doc/html/objects.inv"), |
419 | 419 | }
|
420 | 420 |
|
421 | 421 | # extlinks alias
|
|
0 commit comments