Skip to content

Commit c4d7f49

Browse files
authored
Fix URLs to point to zarr-python (#453)
1 parent e61d6ae commit c4d7f49

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ more information.
1212
.. image:: https://readthedocs.org/projects/zarr/badge/?version=latest
1313
:target: http://zarr.readthedocs.io/en/latest/?badge=latest
1414

15-
.. image:: https://travis-ci.org/zarr-developers/zarr.svg?branch=master
16-
:target: https://travis-ci.org/zarr-developers/zarr
15+
.. image:: https://travis-ci.org/zarr-developers/zarr-python.svg?branch=master
16+
:target: https://travis-ci.org/zarr-developers/zarr-python
1717

1818
.. image:: https://ci.appveyor.com/api/projects/status/7d4iko59k8hpbbik?svg=true
19-
:target: https://ci.appveyor.com/project/zarr-developers/zarr
19+
:target: https://ci.appveyor.com/project/zarr-developers/zarr-python
2020

21-
.. image:: https://coveralls.io/repos/github/zarr-developers/zarr/badge.svg?branch=master
22-
:target: https://coveralls.io/github/zarr-developers/zarr?branch=master
21+
.. image:: https://coveralls.io/repos/github/zarr-developers/zarr-python/badge.svg?branch=master
22+
:target: https://coveralls.io/github/zarr-developers/zarr-python?branch=master

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def __getattr__(cls, name):
6060

6161
numpydoc_show_class_members = False
6262
numpydoc_class_members_toctree = False
63-
issues_github_path = 'zarr-developers/zarr'
63+
issues_github_path = 'zarr-developers/zarr-python'
6464

6565
# Add any paths that contain templates here, relative to this directory.
6666
templates_path = ['_templates']

docs/contributing.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Asking for help
1111
If you have a question about how to use Zarr, please post your question on
1212
StackOverflow using the `"zarr" tag <https://stackoverflow.com/questions/tagged/zarr>`_.
1313
If you don't get a response within a day or two, feel free to raise a `GitHub issue
14-
<https://github.com/zarr-developers/zarr/issues/new>`_ including a link to your StackOverflow
14+
<https://github.com/zarr-developers/zarr-python/issues/new>`_ including a link to your StackOverflow
1515
question. We will try to respond to questions as quickly as possible, but please bear
1616
in mind that there may be periods where we have limited time to answer questions
1717
due to other commitments.
@@ -20,7 +20,7 @@ Bug reports
2020
-----------
2121

2222
If you find a bug, please raise a `GitHub issue
23-
<https://github.com/zarr-developers/zarr/issues/new>`_. Please include the following items in
23+
<https://github.com/zarr-developers/zarr-python/issues/new>`_. Please include the following items in
2424
a bug report:
2525

2626
1. A minimal, self-contained snippet of Python code reproducing the problem. You can
@@ -53,7 +53,7 @@ Enhancement proposals
5353
---------------------
5454

5555
If you have an idea about a new feature or some other improvement to Zarr, please raise a
56-
`GitHub issue <https://github.com/zarr-developers/zarr/issues/new>`_ first to discuss.
56+
`GitHub issue <https://github.com/zarr-developers/zarr-python/issues/new>`_ first to discuss.
5757

5858
We very much welcome ideas and suggestions for how to improve Zarr, but please bear in
5959
mind that we are likely to be conservative in accepting proposals for new features. The
@@ -70,14 +70,14 @@ Forking the repository
7070

7171
The Zarr source code is hosted on GitHub at the following location:
7272

73-
* `https://github.com/zarr-developers/zarr <https://github.com/zarr-developers/zarr>`_
73+
* `https://github.com/zarr-developers/zarr-python <https://github.com/zarr-developers/zarr-python>`_
7474

7575
You will need your own fork to work on the code. Go to the link above and hit
7676
the "Fork" button. Then clone your fork to your local machine::
7777

7878
$ git clone [email protected]:your-user-name/zarr.git
7979
$ cd zarr
80-
$ git remote add upstream [email protected]:zarr-developers/zarr.git
80+
$ git remote add upstream [email protected]:zarr-developers/zarr-python.git
8181

8282
Creating a development environment
8383
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

docs/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Status
2222
------
2323

2424
Zarr is still a young project. Feedback and bug reports are very welcome, please get in touch via
25-
the `GitHub issue tracker <https://github.com/zarr-developers/zarr/issues>`_. See
25+
the `GitHub issue tracker <https://github.com/zarr-developers/zarr-python/issues>`_. See
2626
:doc:`contributing` for further information about contributing to Zarr.
2727

2828
Installation
@@ -44,11 +44,11 @@ Alternatively, install Zarr via conda::
4444
To install the latest development version of Zarr, you can use pip with the
4545
latest GitHub master::
4646

47-
$ pip install git+https://github.com/zarr-developers/zarr.git
47+
$ pip install git+https://github.com/zarr-developers/zarr-python.git
4848

4949
To work with Zarr source code in development, install from GitHub::
5050

51-
$ git clone --recursive https://github.com/zarr-developers/zarr.git
51+
$ git clone --recursive https://github.com/zarr-developers/zarr-python.git
5252
$ cd zarr
5353
$ python setup.py install
5454

@@ -73,7 +73,7 @@ Projects using Zarr
7373
-------------------
7474

7575
If you are using Zarr, we would `love to hear about it
76-
<https://github.com/zarr-developers/zarr/issues/228>`_.
76+
<https://github.com/zarr-developers/zarr-python/issues/228>`_.
7777

7878
Acknowledgments
7979
---------------

docs/release.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Enhancements
161161
properties that enable a selection of items in an array to be retrieved or
162162
updated. See the :ref:`tutorial_indexing` tutorial section for more
163163
information. There is also a `notebook
164-
<https://github.com/zarr-developers/zarr/blob/master/notebooks/advanced_indexing.ipynb>`_
164+
<https://github.com/zarr-developers/zarr-python/blob/master/notebooks/advanced_indexing.ipynb>`_
165165
with extended examples and performance benchmarks. :issue:`78`, :issue:`89`,
166166
:issue:`112`, :issue:`172`.
167167

@@ -574,14 +574,14 @@ Thanks to :user:`Matthew Rocklin <mrocklin>`, :user:`Stephan Hoyer <shoyer>`,
574574
-----
575575

576576
See `v0.4.0 release notes on GitHub
577-
<https://github.com/zarr-developers/zarr/releases/tag/v0.4.0>`_.
577+
<https://github.com/zarr-developers/zarr-python/releases/tag/v0.4.0>`_.
578578

579579
.. _release_0.3.0:
580580

581581
0.3.0
582582
-----
583583

584584
See `v0.3.0 release notes on GitHub
585-
<https://github.com/zarr-developers/zarr/releases/tag/v0.3.0>`_.
585+
<https://github.com/zarr-developers/zarr-python/releases/tag/v0.3.0>`_.
586586

587587
.. _NumCodecs: http://numcodecs.readthedocs.io/

docs/talks/scipy2019/submission.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ References
9393
~~~~~~~~~~
9494

9595
.. _1: https://zarr.readthedocs.io/en/stable/spec/v2.html
96-
.. _2: https://github.com/zarr-developers/zarr
96+
.. _2: https://github.com/zarr-developers/zarr-python
9797
.. _3: https://github.com/zarr-developers/numcodecs
9898
.. _4: https://www.hdfgroup.org/solutions/hdf5/
9999
.. _5: https://pangeo.io/

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ Groups also have the :func:`zarr.hierarchy.Group.tree` method, e.g.::
423423

424424
If you're using Zarr within a Jupyter notebook, calling ``tree()`` will generate an
425425
interactive tree representation, see the `repr_tree.ipynb notebook
426-
<http://nbviewer.jupyter.org/github/zarr-developers/zarr/blob/master/notebooks/repr_tree.ipynb>`_
426+
<http://nbviewer.jupyter.org/github/zarr-developers/zarr-python/blob/master/notebooks/repr_tree.ipynb>`_
427427
for more examples.
428428

429429
.. _tutorial_attrs:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
],
5757
maintainer='Alistair Miles',
5858
maintainer_email='[email protected]',
59-
url='https://github.com/zarr-developers/zarr',
59+
url='https://github.com/zarr-developers/zarr-python',
6060
license='MIT',
6161
)

0 commit comments

Comments
 (0)