Skip to content

Commit 6e0da23

Browse files
committed
transfer repository to xarray-contrib gh org
1 parent c1bd769 commit 6e0da23

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Tests](https://github.com/benbovy/xproj/actions/workflows/test.yml/badge.svg?branch=main&event=push)](https://github.com/benbovy/xproj/actions/workflows/test.yml?query=branch%3Amain+event%3Apush)
1+
[![Tests](https://github.com/xarray-contrib/xproj/actions/workflows/test.yml/badge.svg?branch=main&event=push)](https://github.com/xarray-contrib/xproj/actions/workflows/test.yml?query=branch%3Amain+event%3Apush)
22
[![Docs](https://readthedocs.org/projects/xproj/badge/?version=latest)](https://xproj.readthedocs.io)
3-
[![Coverage](https://codecov.io/gh/benbovy/xproj/branch/main/graph/badge.svg)](https://app.codecov.io/gh/benbovy/xproj?branch=main)
3+
[![Coverage](https://codecov.io/gh/xarray-contrib/xproj/branch/main/graph/badge.svg)](https://app.codecov.io/gh/xarray-contrib/xproj?branch=main)
44

55
# XProj
66

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
html_title = "XProj"
8888

8989
html_theme_options = dict(
90-
repository_url="https://github.com/benbovy/xproj",
90+
repository_url="https://github.com/xarray-contrib/xproj",
9191
repository_branch="main",
9292
path_to_docs="docs",
9393
use_edit_page_button=True,

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ systems (CRS) using PROJ/[Pyproj].
55

66
**Useful links**:
77
[Home](http://xproj.readthedocs.io/) |
8-
[Code Repository](https://github.com/benbovy/xproj) |
9-
[Issues](https://github.com/benbovy/xproj/issues) |
10-
[Discussions](https://github.com/benbovy/xproj/discussions) |
11-
[Releases](https://github.com/benbovy/xproj/releases)
8+
[Code Repository](https://github.com/xarray-contrib/xproj) |
9+
[Issues](https://github.com/xarray-contrib/xproj/issues) |
10+
[Discussions](https://github.com/xarray-contrib/xproj/discussions) |
11+
[Releases](https://github.com/xarray-contrib/xproj/releases)
1212

1313
## Contents
1414

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ $ pip install xproj
2323

2424
Installing XProj from source may be useful for development purpose.
2525

26-
Clone XProj's [source repository](https://github.com/benbovy/xproj) and then
26+
Clone XProj's [source repository](https://github.com/xarray-contrib/xproj) and then
2727
install it from the source root directory:
2828

2929
```sh
30-
$ git clone https://github.com/benbovy/xproj
30+
$ git clone https://github.com/xarray-contrib/xproj
3131
$ cd xproj
3232
$ python -m pip install -e .
3333
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test = [
4545

4646
[project.urls]
4747
Documentation = "https://xproj.readthedocs.io"
48-
Repository = "https://github.com/benbovy/xproj"
48+
Repository = "https://github.com/xarray-contrib/xproj"
4949

5050
[tool.ruff]
5151
builtins = ["ellipsis"]

0 commit comments

Comments
 (0)