Skip to content

Commit cb3b63f

Browse files
jorisvandenbosschejreback
authored andcommitted
DOC: xray -> xarray
@shoyer just came across this in the docs. These should be the only (remaining) mentions of xray Author: Joris Van den Bossche <[email protected]> Closes #12419 from jorisvandenbossche/doc-xray and squashes the following commits: b1f14f8 [Joris Van den Bossche] DOC: xray -> xarray
1 parent 2415d8a commit cb3b63f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/source/ecosystem.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ Geopandas extends pandas data objects to include geographic information which su
172172
geometric operations. If your work entails maps and geographical coordinates, and
173173
you love pandas, you should take a close look at Geopandas.
174174

175-
`xray <https://github.com/xray/xray>`__
176-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
175+
`xarray <https://github.com/pydata/xarray>`__
176+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
177177

178-
xray brings the labeled data power of pandas to the physical sciences by
178+
xarray brings the labeled data power of pandas to the physical sciences by
179179
providing N-dimensional variants of the core pandas data structures. It aims to
180180
provide a pandas-like and pandas-compatible toolkit for analytics on multi-
181181
dimensional arrays, rather than the tabular data for which pandas excels.

doc/source/io.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -4599,11 +4599,11 @@ into and from pandas, we recommend these packages from the broader community.
45994599
netCDF
46004600
''''''
46014601

4602-
xray_ provides data structures inspired by the pandas DataFrame for working
4602+
xarray_ provides data structures inspired by the pandas DataFrame for working
46034603
with multi-dimensional datasets, with a focus on the netCDF file format and
46044604
easy conversion to and from pandas.
46054605

4606-
.. _xray: http://xray.readthedocs.org/
4606+
.. _xarray: http://xarray.pydata.org/
46074607

46084608
.. _io.perf:
46094609

0 commit comments

Comments
 (0)