From c425967c5f23f46ec1100ccdf472a3fbc0a51ade Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Fri, 16 May 2014 11:11:09 -0700 Subject: [PATCH] Update GitHub links from xray-pydata to xray --- README.md | 4 ++-- doc/index.rst | 4 ++-- setup.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4ead13d34df..11b3adcf4e6 100644 --- a/README.md +++ b/README.md @@ -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? diff --git a/doc/index.rst b/doc/index.rst index 7c62c345981..b1548ed4aad 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -43,7 +43,7 @@ a numpy ``ndarray`` or a pandas ``DataFrame`` or ``Series``, providing compatibility with the full `PyData ecosystem `__. For a longer introduction to **xray** and its design goals, see -`the project's GitHub page `__. The GitHub +`the project's GitHub page `__. 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 `__. @@ -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 `_ and the project `README - `__. + `__. Contents -------- diff --git a/setup.py b/setup.py index 4620f258c8c..2612b984128 100644 --- a/setup.py +++ b/setup.py @@ -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', @@ -74,7 +74,7 @@ compatibility with the full `PyData ecosystem `__. For more about **xray**, see the project's `GitHub page -`__ and `documentation +`__ and `documentation `__ """