|
270 | 270 |
|
271 | 271 | # Example configuration for intersphinx: refer to the Python standard library.
|
272 | 272 | intersphinx_mapping = {
|
273 |
| - "statsmodels": ("https://www.statsmodels.org/dev/", None), |
274 |
| - "matplotlib": ("https://matplotlib.org/stable/", None), |
275 |
| - "scipy": ("https://docs.scipy.org/doc/scipy/", None), |
276 |
| - "python": ("https://docs.python.org/3/", None), |
277 |
| - "numpy": ("https://numpy.org/doc/stable/", None), |
278 |
| - "np": ("https://numpy.org/doc/stable/", None), |
279 |
| - "pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None), |
280 |
| - "pd": ("https://pandas.pydata.org/pandas-docs/stable/", None), |
| 273 | + "statsmodels": ("https://www.statsmodels.org/dev", None), |
| 274 | + "matplotlib": ("https://matplotlib.org/stable", None), |
| 275 | + "scipy": ("https://docs.scipy.org/doc/scipy", None), |
| 276 | + "python": ("https://docs.python.org/3", None), |
| 277 | + "numpy": ("https://numpy.org/doc/stable", None), |
| 278 | + "pandas": ("https://pandas.pydata.org/pandas-docs/stable", None), |
281 | 279 | }
|
282 | 280 |
|
283 | 281 | extlinks = {"issue": ("https://github.com/bashtage/arch/issues/%s", "GH%s")}
|
|
0 commit comments