File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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 )
2
2
[ ![ 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 )
4
4
5
5
# XProj
6
6
Original file line number Diff line number Diff line change 87
87
html_title = "XProj"
88
88
89
89
html_theme_options = dict (
90
- repository_url = "https://github.com/benbovy /xproj" ,
90
+ repository_url = "https://github.com/xarray-contrib /xproj" ,
91
91
repository_branch = "main" ,
92
92
path_to_docs = "docs" ,
93
93
use_edit_page_button = True ,
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ systems (CRS) using PROJ/[Pyproj].
5
5
6
6
** Useful links** :
7
7
[ 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 )
12
12
13
13
## Contents
14
14
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ $ pip install xproj
23
23
24
24
Installing XProj from source may be useful for development purpose.
25
25
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
27
27
install it from the source root directory:
28
28
29
29
``` sh
30
- $ git clone https://github.com/benbovy /xproj
30
+ $ git clone https://github.com/xarray-contrib /xproj
31
31
$ cd xproj
32
32
$ python -m pip install -e .
33
33
```
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ test = [
45
45
46
46
[project .urls ]
47
47
Documentation = " https://xproj.readthedocs.io"
48
- Repository = " https://github.com/benbovy /xproj"
48
+ Repository = " https://github.com/xarray-contrib /xproj"
49
49
50
50
[tool .ruff ]
51
51
builtins = [" ellipsis" ]
You can’t perform that action at this time.
0 commit comments