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 15, 2020
1 parent 4bf1d5c commit 20f3a6e
Showing 1 changed file with 3 additions and 3 deletions.
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 20f3a6e

Please sign in to comment.