Skip to content

Commit

Permalink
DOC: Fix links in xarray tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Dec 16, 2020
1 parent 4bf1d5c commit 32e2090
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -85,6 +85,7 @@ select = A B C D E F H I M Q RST S T W B902
ignore = F405 W503 RST902
per-file-ignores = examples/*.py: D T003 T001
tutorials/*.py: D T003 T001
tutorials/xarray_tutorial.py: D RST304
src/metpy/xarray.py: RST304
src/metpy/deprecation.py: C801
src/metpy/calc/*.py: RST306
Expand Down
6 changes: 3 additions & 3 deletions tutorials/xarray_tutorial.py
Expand Up @@ -12,8 +12,8 @@
*accessors* (collections of methods and properties attached to the ``.metpy`` property) for
coordinate/CRS and unit operations.
Full information on MetPy's accessors is available in the `appropriate section of the
reference guide <../api/generated/metpy.xarray.html>`_, otherwise, continue on in this
Full information on MetPy's accessors is available in the :doc:`appropriate section of the
reference guide </api/generated/metpy.xarray>`, otherwise, continue on in this
tutorial for a demonstration of the three main components of MetPy's integration with xarray
(coordinates/coordinate reference systems, units, and calculations), as well as instructive
examples for both CF-compliant and non-compliant datasets.
Expand Down Expand Up @@ -282,7 +282,7 @@
# A few remaining portions of MetPy's calculations (mainly the interpolation module and a few
# other functions) do not fully support xarray, and so, use of ``.values`` may be needed to
# convert to a bare NumPy array. For full information on xarray support for your function of
# interest, see the `Reference Guide <../api/index.html>`_.
# interest, see the :doc:`/api/index`.
#
# CF-Compliant Dataset Example
# ----------------------------
Expand Down

0 comments on commit 32e2090

Please sign in to comment.