Skip to content

Commit

Permalink
Update GitHub links from xray-pydata to xray
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed May 16, 2014
1 parent 8f667be commit c425967
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# xray: extended arrays for working with scientific datasets in Python

[![travis-ci build status](https://travis-ci.org/xray-pydata/xray.png)][travis]
[![travis-ci build status](https://travis-ci.org/xray/xray.png)][travis]

**xray** is a Python package for working with aligned sets of homogeneous,
n-dimensional arrays. It implements flexible array operations and dataset
manipulation for in-memory datasets within the [Common Data Model][cdm] widely
used for self-describing scientific data (e.g., the NetCDF file format).

[travis]: https://travis-ci.org/xray-pydata/xray
[travis]: https://travis-ci.org/xray/xray
[cdm]: http://www.unidata.ucar.edu/software/thredds/current/netcdf-java/CDM/

## Why xray?
Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ a numpy ``ndarray`` or a pandas ``DataFrame`` or ``Series``, providing
compatibility with the full `PyData ecosystem <http://pydata.org/>`__.

For a longer introduction to **xray** and its design goals, see
`the project's GitHub page <http://github.com/xray-pydata/xray>`__. The GitHub
`the project's GitHub page <http://github.com/xray/xray>`__. The GitHub
page is where to go to look at the code, report a bug or make your own
contribution. You can also get in touch via `Twitter
<http://twitter.com/shoyer>`__.
Expand All @@ -55,7 +55,7 @@ contribution. You can also get in touch via `Twitter
API, it is likely that the API will change in future versions as xray
matures. Some changes are already anticipated, as called out in the
`Tutorial <tutorial>`_ and the project `README
<http://github.com/xray-pydata/xray>`__.
<http://github.com/xray/xray>`__.
Contents
--------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
LICENSE = 'Apache'
AUTHOR = 'Stephan Hoyer, Alex Kleeman, Eugene Brevdo'
AUTHOR_EMAIL = 'shoyer@climate.com'
URL = 'https://github.com/xray-pydata/xray'
URL = 'https://github.com/xray/xray'
CLASSIFIERS = [
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: Apache Software License',
Expand Down Expand Up @@ -74,7 +74,7 @@
compatibility with the full `PyData ecosystem <http://pydata.org/>`__.
For more about **xray**, see the project's `GitHub page
<https://github.com/xray-pydata/xray>`__ and `documentation
<https://github.com/xray/xray>`__ and `documentation
<http://xray.readthedocs.org>`__
"""

Expand Down

0 comments on commit c425967

Please sign in to comment.