Skip to content

Commit

Permalink
Update license to xWRF developers and urls to xarray-contrib (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthielen authored Aug 24, 2022
1 parent d4afe7f commit abf760e
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
blank_issues_enabled: false
contact_links:
- name: Usage question
url: https://github.com/NCAR/xwrf/discussions
url: https://github.com/xarray-contrib/xwrf/discussions
about: |
Ask questions and discuss with other community members here.
If you have a question like "How do I ...?", ask on Github discussions and
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
build:
name: python-${{ matrix.python-version }}
if: github.repository == 'ncar-xdev/xwrf'
if: github.repository == 'xarray-contrib/xwrf'
runs-on: ubuntu-latest
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-artifacts:
runs-on: ubuntu-latest
if: github.repository == 'ncar-xdev/xwrf'
if: github.repository == 'xarray-contrib/xwrf'
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upstream-dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
upstream-dev:
name: upstream-dev
runs-on: ubuntu-latest
if: github.repository == 'ncar-xdev/xwrf'
if: github.repository == 'xarray-contrib/xwrf'
defaults:
run:
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2021-2022, xWRF Developers

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ A lightweight interface for working with the [Weather Research and Forecasting (

See [documentation](https://xwrf.readthedocs.io/) for more information.

[github-ci-badge]: https://img.shields.io/github/workflow/status/ncar-xdev/xwrf/CI?label=CI&logo=github
[github-ci-link]: https://github.com/ncar-xdev/xwrf/actions?query=workflow%3ACI
[codecov-badge]: https://img.shields.io/codecov/c/github/ncar-xdev/xwrf.svg?logo=codecov
[codecov-link]: https://codecov.io/gh/ncar-xdev/xwrf
[github-ci-badge]: https://img.shields.io/github/workflow/status/xarray-contrib/xwrf/CI?label=CI&logo=github
[github-ci-link]: https://github.com/xarray-contrib/xwrf/actions?query=workflow%3ACI
[codecov-badge]: https://img.shields.io/codecov/c/github/xarray-contrib/xwrf.svg?logo=codecov
[codecov-link]: https://codecov.io/gh/xarray-contrib/xwrf
[rtd-badge]: https://img.shields.io/readthedocs/xwrf/latest.svg
[rtd-link]: https://xwrf.readthedocs.io/en/latest/?badge=latest
[pypi-badge]: https://img.shields.io/pypi/v/xwrf?logo=pypi
[pypi-link]: https://pypi.org/project/xwrf
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/xwrf?logo=anaconda
[conda-link]: https://anaconda.org/conda-forge/xwrf
[license-badge]: https://img.shields.io/github/license/ncar-xdev/xwrf
[repo-link]: https://github.com/ncar-xdev/xwrf
[pre-commit.ci-badge]: https://results.pre-commit.ci/badge/github/ncar-xdev/xwrf/main.svg
[pre-commit.ci-link]: https://results.pre-commit.ci/latest/github/ncar-xdev/xwrf/main
[license-badge]: https://img.shields.io/github/license/xarray-contrib/xwrf
[repo-link]: https://github.com/xarray-contrib/xwrf
[pre-commit.ci-badge]: https://results.pre-commit.ci/badge/github/xarray-contrib/xwrf/main.svg
[pre-commit.ci-link]: https://results.pre-commit.ci/latest/github/xarray-contrib/xwrf/main
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
copybutton_prompt_is_regexp = True

extlinks = {
'issue': ('https://github.com/ncar-xdev/xwrf/issues/%s', 'GH#'),
'pr': ('https://github.com/ncar-xdev/xwrf/pull/%s', 'GH#'),
'issue': ('https://github.com/xarray-contrib/xwrf/issues/%s', 'GH#'),
'pr': ('https://github.com/xarray-contrib/xwrf/pull/%s', 'GH#'),
}

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -90,7 +90,7 @@
html_title = ''

html_context = {
'github_user': 'ncar-xdev',
'github_user': 'xarray-contrib',
'github_repo': 'xwrf',
'github_version': 'main',
'doc_path': 'docs',
Expand Down
2 changes: 1 addition & 1 deletion docs/source/how-to/install-xwrf.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ xWRF can be installed in three ways:
.. code:: bash
$ git clone https://github.com/ncar-xdev/xwrf
$ git clone https://github.com/xarray-contrib/xwrf
$ cd xwrf
$ python -m pip install -e .
Expand Down
8 changes: 4 additions & 4 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ xWRF provides a lightweight interface for working with the Weather Research and

## Get in touch

- If you encounter any errors or problems with **xWRF**, please open an issue at the GitHub [main repository](http://github.com/ncar-xdev/xwrf/issues).
- If you have a question like "How do I do ...?", ask on [GitHub discussions](https://github.com/ncar-xdev/xwrf/discussions). Please include a self-contained reproducible example if possible.
- If you encounter any errors or problems with **xWRF**, please open an issue at the GitHub [main repository](http://github.com/xarray-contrib/xwrf/issues).
- If you have a question like "How do I do ...?", ask on [GitHub discussions](https://github.com/xarray-contrib/xwrf/discussions). Please include a self-contained reproducible example if possible.

```{toctree}
---
Expand Down Expand Up @@ -34,8 +34,8 @@ maxdepth: 1
caption: Community
hidden:
---
GitHub Repo <https://github.com/ncar-xdev/xwrf>
GitHub discussions <https://github.com/ncar-xdev/xwrf/discussions>
GitHub Repo <https://github.com/xarray-contrib/xwrf>
GitHub discussions <https://github.com/xarray-contrib/xwrf/discussions>
```

```{toctree}
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorials/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ds_old['U'].attrs, ds_new['U'].attrs
Also, the `units` attribute of the `PSN` variable was cleaned up to conform to [`metpy`](https://unidata.github.io/MetPy/latest/index.html) unit conventions.

:::{note}
As of now, unit translations are implemented on a manual basis, so please raise an [issue](https://github.com/ncar-xdev/xwrf/issues/new?assignees=&labels=bug%2Ctriage&template=bugreport.yml&title=%5BBug%5D%3A+) with us if you encounter any problems in this regard. In the future, this will be implemented in a more structured manner.
As of now, unit translations are implemented on a manual basis, so please raise an [issue](https://github.com/xarray-contrib/xwrf/issues/new?assignees=&labels=bug%2Ctriage&template=bugreport.yml&title=%5BBug%5D%3A+) with us if you encounter any problems in this regard. In the future, this will be implemented in a more structured manner.
:::

```{code-cell} ipython3
Expand Down
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,14 @@
long_description=long_description,
long_description_content_type='text/markdown',
python_requires='>=3.7',
maintainer='NCAR XDev Team',
maintainer_email='[email protected]',
maintainer='xWRF Developers',
classifiers=CLASSIFIERS,
url='https://xwrf.readthedocs.io',
project_urls={
'Documentation': 'https://xwrf.readthedocs.io',
'Source': 'https://github.com/ncar-xdev/xwrf',
'Tracker': 'https://github.com/ncar-xdev/xwrf/issues',
'Discussions/Support': 'https://github.com/ncar-xdev/xwrf/discussions',
'Source': 'https://github.com/xarray-contrib/xwrf',
'Tracker': 'https://github.com/xarray-contrib/xwrf/issues',
'Discussions/Support': 'https://github.com/xarray-contrib/xwrf/discussions',
},
packages=find_packages(exclude=('tests',)),
include_package_data=True,
Expand Down

0 comments on commit abf760e

Please sign in to comment.