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 )
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
Original file line number Diff line number Diff line change 8787html_title = "XProj"
8888
8989html_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 ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ $ pip install xproj
2323
2424Installing 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
2727install 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```
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ test = [
4545
4646[project .urls ]
4747Documentation = " https://xproj.readthedocs.io"
48- Repository = " https://github.com/benbovy /xproj"
48+ Repository = " https://github.com/xarray-contrib /xproj"
4949
5050[tool .ruff ]
5151builtins = [" ellipsis" ]
You can’t perform that action at this time.
0 commit comments