Skip to content

Commit

Permalink
add intersphinx mapping lints
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 17, 2023
1 parent a0884b1 commit b51f180
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,20 @@

intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"numpy": ("https://docs.scipy.org/doc/numpy/", None),
"pandas": ("http://pandas.pydata.org/pandas-docs/stable/", None),
"xarray": ("http://xarray.pydata.org/en/stable/", None),
"verde": ("https://www.fatiando.org/verde/latest/", None),
"rioxarray": ("https://corteva.github.io/rioxarray/stable/", None),
# pykdgree
"xrft": ("https://xrft.readthedocs.io/en/stable/", None),
"harmonica": ("https://www.fatiando.org/harmonica/latest/", None),
"antarctic_plots": ("https://antarctic-plots.readthedocs.io/en/latest/", None),
"numba": ("https://numba.pydata.org/numba-doc/latest/", None),
"scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
# nptyping
# "matplotlib": ("https://matplotlib.org/", None),
# "pygmt": ("https://www.pygmt.org/latest/", None),
}

nitpick_ignore = [
Expand Down

0 comments on commit b51f180

Please sign in to comment.