Skip to content

Commit

Permalink
Transfer repository to xarray-contrib (xarray-contrib#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy authored Mar 9, 2021
1 parent a6494d0 commit 33a4c83
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ You may find the following resources helpful:
- `Roadmap`_ in xarray-simlab's GitHub Wiki

.. _`Contributor guide`: http://xarray-simlab.readthedocs.io/en/latest/develop.html
.. _`Roadmap`: https://github.com/benbovy/xarray-simlab/wiki/Roadmap
.. _`Roadmap`: https://github.com/xarray-contrib/xarray-simlab/wiki/Roadmap
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017, Benoît Bovy and the xarray-simlab Development Team.
Copyright (c) 2017-2021, Benoît Bovy and the xarray-simlab Development Team.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ ecosystem such as `dask <https://docs.dask.org>`_ and `zarr
<https://zarr.readthedocs.io>`_.

.. _xarray: http://xarray.pydata.org
.. |Build Status| image:: https://github.com/benbovy/xarray-simlab/workflows/test/badge.svg?branch=master
:target: https://github.com/benbovy/xarray-simlab/actions?workflow=test
.. |Build Status| image:: https://github.com/xarray-contrib/xarray-simlab/workflows/test/badge.svg?branch=master
:target: https://github.com/xarray-contrib/xarray-simlab/actions?workflow=test
:alt: Build Status
.. |Coverage| image:: https://codecov.io/gh/benbovy/xarray-simlab/branch/master/graphs/badge.svg?branch=master
:target: https://codecov.io/github/benbovy/xarray-simlab?branch=master
.. |Coverage| image:: https://codecov.io/gh/xarray-contrib/xarray-simlab/branch/master/graphs/badge.svg?branch=master
:target: https://codecov.io/github/xarray-contrib/xarray-simlab?branch=master
:alt: Coverage Status
.. |Doc Status| image:: http://readthedocs.org/projects/xarray-simlab/badge/?version=latest
:target: http://xarray-simlab.readthedocs.io/en/latest/?badge=latest
Expand Down Expand Up @@ -142,7 +142,7 @@ License
-------

3-clause ("Modified" or "New") BSD license,
see `License file <https://github.com/benbovy/xarray-simlab/blob/master/LICENSE>`__.
see `License file <https://github.com/xarray-contrib/xarray-simlab/blob/master/LICENSE>`__.

xarray-simlab uses short parts of the code of the xarray_, pandas_ and
dask_ libraries. Their licenses are reproduced in the "licenses"
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
]

extlinks = {
"issue": ("https://github.com/benbovy/xarray-simlab/issues/%s", "#"),
"pull": ("https://github.com/benbovy/xarray-simlab/pull/%s", "#"),
"issue": ("https://github.com/xarray-contrib/xarray-simlab/issues/%s", "#"),
"pull": ("https://github.com/xarray-contrib/xarray-simlab/pull/%s", "#"),
}

autosummary_generate = True
Expand Down
4 changes: 2 additions & 2 deletions doc/develop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ found a bug or if you have suggestions about new features or changes.
For now, as the project is still very young, it is also a good place for
asking usage questions.

.. _`Github Issue Tracker`: https://github.com/benbovy/xarray-simlab/issues
.. _`Github Issue Tracker`: https://github.com/xarray-contrib/xarray-simlab/issues

Development environment
-----------------------
Expand All @@ -42,7 +42,7 @@ Then clone your fork locally::
Alternatively, if you don't plan to submit any modification, you can clone the
original xarray-simlab git repository::

$ git clone [email protected]:benbovy/xarray-simlab.git
$ git clone [email protected]:xarray-contrib/xarray-simlab.git

.. _GitHub: https://github.com

Expand Down
4 changes: 2 additions & 2 deletions doc/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ xarray-simlab is a very young project. Some ideas for future
development can be found in the roadmap_ on the xarray-simlab's Github
wiki_.

.. _roadmap: https://github.com/benbovy/xarray-simlab/wiki/Roadmap
.. _wiki: https://github.com/benbovy/xarray-simlab/wiki
.. _roadmap: https://github.com/xarray-contrib/xarray-simlab/wiki/Roadmap
.. _wiki: https://github.com/xarray-contrib/xarray-simlab/wiki
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Get in touch
- You can report bugs, suggest features or view the source code
`on GitHub`_.

.. _on GitHub: http://github.com/benbovy/xarray-simlab
.. _on GitHub: http://github.com/xarray-contrib/xarray-simlab

License
-------
Expand Down
2 changes: 1 addition & 1 deletion doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ packages in a separate environment, e.g. using conda::
Then you can clone the xarray-simlab git repository and install it
using ``pip`` locally::

$ git clone https://github.com/benbovy/xarray-simlab
$ git clone https://github.com/xarray-contrib/xarray-simlab
$ cd xarray-simlab
$ pip install .

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
description=(
"generic framework and xarray extension " "for computer model simulations"
),
url="http://github.com/benbovy/xarray-simlab",
url="http://github.com/xarray-contrib/xarray-simlab",
maintainer="Benoit Bovy",
maintainer_email="[email protected]",
license="BSD-Clause3",
Expand Down

0 comments on commit 33a4c83

Please sign in to comment.