|
316 | 316 |
|
317 | 317 | # Example configuration for intersphinx: refer to the Python standard library.
|
318 | 318 | intersphinx_mapping = {
|
319 |
| - "python": ("https://docs.python.org/3/", None), |
320 |
| - "pandas": ("https://pandas.pydata.org/pandas-docs/stable", None), |
| 319 | + "cftime": ("https://unidata.github.io/cftime", None), |
| 320 | + "cubed": ("https://cubed-dev.github.io/cubed/", None), |
| 321 | + "dask": ("https://docs.dask.org/en/latest", None), |
| 322 | + "datatree": ("https://xarray-datatree.readthedocs.io/en/latest/", None), |
| 323 | + "flox": ("https://flox.readthedocs.io/en/latest/", None), |
| 324 | + "hypothesis": ("https://hypothesis.readthedocs.io/en/latest/", None), |
321 | 325 | "iris": ("https://scitools-iris.readthedocs.io/en/latest", None),
|
| 326 | + "matplotlib": ("https://matplotlib.org/stable/", None), |
| 327 | + "numba": ("https://numba.readthedocs.io/en/stable/", None), |
322 | 328 | "numpy": ("https://numpy.org/doc/stable", None),
|
| 329 | + "pandas": ("https://pandas.pydata.org/pandas-docs/stable", None), |
| 330 | + "python": ("https://docs.python.org/3/", None), |
323 | 331 | "scipy": ("https://docs.scipy.org/doc/scipy", None),
|
324 |
| - "numba": ("https://numba.readthedocs.io/en/stable/", None), |
325 |
| - "matplotlib": ("https://matplotlib.org/stable/", None), |
326 |
| - "dask": ("https://docs.dask.org/en/latest", None), |
327 |
| - "cftime": ("https://unidata.github.io/cftime", None), |
328 | 332 | "sparse": ("https://sparse.pydata.org/en/latest/", None),
|
329 |
| - "hypothesis": ("https://hypothesis.readthedocs.io/en/latest/", None), |
330 |
| - "cubed": ("https://cubed-dev.github.io/cubed/", None), |
331 |
| - "datatree": ("https://xarray-datatree.readthedocs.io/en/latest/", None), |
332 | 333 | "xarray-tutorial": ("https://tutorial.xarray.dev/", None),
|
333 |
| - "flox": ("https://flox.readthedocs.io/en/latest/", None), |
334 |
| - # "opt_einsum": ("https://dgasmith.github.io/opt_einsum/", None), |
| 334 | + "zarr": ("https://zarr.readthedocs.io/en/latest/", None), |
335 | 335 | }
|
336 | 336 |
|
337 | 337 |
|
|
0 commit comments