Skip to content

Commit

Permalink
Update links for GitHub org transfer (#88)
Browse files Browse the repository at this point in the history
* Update links for GitHub org transfer

* Update link to Code of Conduct

* Update demo.ipynb
  • Loading branch information
maxrjones authored Aug 26, 2022
1 parent dbf86c4 commit 31f0d88
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
blank_issues_enabled: false
contact_links:
- name: ❓ Usage question
url: https://github.com/pangeo-data/xbatcher/discussions
url: https://github.com/xarray-contrib/xbatcher/discussions
about: |
Ask questions and discuss with other community members here.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
All contributors and maintainers must abide by the [Pangeo Code of Conduct](https://github.com/pangeo-data/governance/blob/master/conduct/code_of_conduct.md).
All contributors and maintainers must abide by the [xarray-contrib organization Code of Conduct](https://github.com/xarray-contrib/.github/blob/main/CODE_OF_CONDUCT.md).
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ such as Keras_. View the |docs| for more info.
.. _Keras: https://keras.io/


.. |Build Status| image:: https://github.com/pangeo-data/xbatcher/workflows/CI/badge.svg
:target: https://github.com/pangeo-data/xbatcher/actions
.. |Build Status| image:: https://github.com/xarray-contrib/xbatcher/workflows/CI/badge.svg
:target: https://github.com/xarray-contrib/xbatcher/actions
:alt: github actions build status
.. |codecov| image:: https://codecov.io/gh/pangeo-data/xbatcher/branch/main/graph/badge.svg
:target: https://codecov.io/gh/pangeo-data/xbatcher
.. |codecov| image:: https://codecov.io/gh/xarray-contrib/xbatcher/branch/main/graph/badge.svg
:target: https://codecov.io/gh/xarray-contrib/xbatcher
:alt: code coverage
.. |docs| image:: http://readthedocs.org/projects/xbatcher/badge/?version=latest
:target: http://xbatcher.readthedocs.org/en/latest/?badge=latest
Expand All @@ -24,5 +24,5 @@ such as Keras_. View the |docs| for more info.
:target: https://pypi.python.org/pypi/xbatcher
:alt: pypi
.. |license| image:: https://img.shields.io/github/license/mashape/apistatus.svg
:target: https://github.com/pangeo-data/xbatcher
:target: https://github.com/xarray-contrib/xbatcher
:alt: license
2 changes: 1 addition & 1 deletion asv_bench/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"install_timeout": 600,

// the base URL to show a commit for the project.
// "show_commit_url": "http://github.com/pangeo-data/xbatcher/commit/",
// "show_commit_url": "http://github.com/xarray-contrib/xbatcher/commit/",

// The Pythons you'd like to test against. If not provided, defaults
// to the current version of Python used to run `asv`.
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def setup(app):

# link to github issues
extlinks = {
'issue': ('https://github.com/pangeo-data/xbatcher/issues/%s', 'GH')
'issue': ('https://github.com/xarray-contrib/xbatcher/issues/%s', 'GH')
}

# sphinx-copybutton configurations (from https://github.com/pydata/xarray/blob/main/doc/conf.py)
Expand Down
8 changes: 4 additions & 4 deletions doc/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Bug reports and feature requests
================================

To report bugs or request new features, head over to the `xbatcher repository
<https://github.com/pangeo-data/xbatcher/issues>`_.
<https://github.com/xarray-contrib/xbatcher/issues>`_.

Contributing code
==================
Expand All @@ -30,12 +30,12 @@ Forking
-------

You will need your own fork to work on the code. Go to the `xbatcher project
page <https://github.com/pangeo-data/xbatcher>`_ and hit the ``Fork`` button.
page <https://github.com/xarray-contrib/xbatcher>`_ and hit the ``Fork`` button.
You will need to clone your fork to your machine::

git clone [email protected]:yourusername/xbatcher.git
cd xbatcher
git remote add upstream [email protected]:pangeo-data/xbatcher.git
git remote add upstream [email protected]:xarray-contrib/xbatcher.git

This creates the directory ``xbatcher`` and connects your repository to
the upstream (main project) *xbatcher* repository.
Expand Down Expand Up @@ -245,4 +245,4 @@ Continuous integration is done with `GitHub Actions <https://docs.github.com/en/

There is currently 1 workflow configured:

- `main.yaml <https://github.com/pangeo-data/xbatcher/blob/main/.github/workflows/main.yaml>`_ - Run test suite with pytest.
- `main.yaml <https://github.com/xarray-contrib/xbatcher/blob/main/.github/workflows/main.yaml>`_ - Run test suite with pytest.
6 changes: 3 additions & 3 deletions doc/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@
"source": [
"## Last batch behavior\n",
"\n",
"If the input ds is not divisible by the specified `input_dims`, the remainder will be discarded instead of having a fractional batch. See https://github.com/pangeo-data/xbatcher/issues/5 for more on this topic."
"If the input ds is not divisible by the specified `input_dims`, the remainder will be discarded instead of having a fractional batch. See https://github.com/xarray-contrib/xbatcher/issues/5 for more on this topic."
]
},
{
Expand Down Expand Up @@ -3060,7 +3060,7 @@
"source": [
"## What's next?\n",
"\n",
"There are many additional useful features that were yet to be implemented in the context of batch generation for downstream machine learning model training purposes. One of the current efforts is adding a set of data loaders (see [working PR for PyTorch data loader](https://github.com/pangeo-data/xbatcher/pull/25)). \n",
"There are many additional useful features that were yet to be implemented in the context of batch generation for downstream machine learning model training purposes. One of the current efforts is to improve the set of data loaders. \n",
"\n",
"Additional features of interest can include: \n",
"\n",
Expand All @@ -3073,7 +3073,7 @@
"4. Handling preprocessing steps. For example, data augmentation, scaling/normalization, outlier detection, etc. \n",
"\n",
"\n",
"More thoughts on 1. and 2. can be found in [this issue](https://github.com/pangeo-data/xbatcher/issues/30). Interested users are welcomed to comment or submit other issues in GitHub. "
"More thoughts on 1. and 2. can be found in [this issue](https://github.com/xarray-contrib/xbatcher/issues/30). Interested users are welcomed to comment or submit other issues in GitHub. "
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Or via Conda as::

Or from source as::

pip install git+https://github.com/pangeo-data/xbatcher.git
pip install git+https://github.com/xarray-contrib/xbatcher.git

Basic Usage
-----------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
LICENSE = 'Apache'
AUTHOR = 'xbatcher Developers'
AUTHOR_EMAIL = '[email protected]'
URL = 'https://github.com/pangeo-data/xbatcher'
URL = 'https://github.com/xarray-contrib/xbatcher'
CLASSIFIERS = [
'Development Status :: 4 - Beta',
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit 31f0d88

Please sign in to comment.