|
234 | 234 |
|
235 | 235 | # Example configuration for intersphinx: refer to the Python standard library.
|
236 | 236 | intersphinx_mapping = {
|
237 |
| - "statsmodels": ("https://www.statsmodels.org/dev/", None), |
238 |
| - "matplotlib": ("https://matplotlib.org/stable/", None), |
239 |
| - "scipy": ("https://docs.scipy.org/doc/scipy/", None), |
240 |
| - "python": ("https://docs.python.org/3/", None), |
241 |
| - "numpy": ("https://numpy.org/doc/stable/", None), |
242 |
| - "np": ("https://numpy.org/doc/stable/", None), |
243 |
| - "pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None), |
244 |
| - "pd": ("https://pandas.pydata.org/pandas-docs/stable/", None), |
| 237 | + "statsmodels": ("https://www.statsmodels.org/dev", None), |
| 238 | + "matplotlib": ("https://matplotlib.org/stable", None), |
| 239 | + "scipy": ("https://docs.scipy.org/doc/scipy", None), |
| 240 | + "python": ("https://docs.python.org/3", None), |
| 241 | + "numpy": ("https://numpy.org/doc/stable", None), |
| 242 | + "pandas": ("https://pandas.pydata.org/pandas-docs/stable", None), |
245 | 243 | }
|
246 | 244 |
|
247 | 245 |
|
|
0 commit comments