Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update repository reference #106

Merged
merged 2 commits into from
Feb 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/ecgtools/discussions
url: https://github.com/ncar-xdev/ecgtools/discussions
about: |
Ask questions and discuss with other community members here.
If you have a question like "How do I ...?" then
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/ecgtools'
if: github.repository == 'ncar-xdev/ecgtools'
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/ecgtools'
if: github.repository == 'ncar-xdev/ecgtools'
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/ecgtools'
if: github.repository == 'ncar-xdev/ecgtools'
defaults:
run:
shell: bash -l {0}
Expand Down
114 changes: 57 additions & 57 deletions CHANGELOG.md

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ Feel free to suggest improvements or changes in the workflow.
## Feature requests and feedback

We'd also like to hear about your propositions and suggestions. Feel free to
submit them as issues on [ecgtools's GitHub issue tracker](https://github.com/NCAR/ecgtools) and:
submit them as issues on [ecgtools's GitHub issue tracker](https://github.com/ncar-xdev/ecgtools) and:

- Explain in detail how they should work.
- Keep the scope as narrow as possible. This will make it easier to implement.

## Report bugs

Report bugs for ecgtools in the [issue tracker](https://github.com/NCAR/ecgtools).
Report bugs for ecgtools in the [issue tracker](https://github.com/ncar-xdev/ecgtools).

If you are reporting a bug, please include:

Expand All @@ -44,7 +44,7 @@ fix the bug itself.

## Fix bugs

Look through the [GitHub issues for bugs](https://github.com/NCAR/ecgtools/labels/type:%20bug).
Look through the [GitHub issues for bugs](https://github.com/ncar-xdev/ecgtools/labels/type:%20bug).

Talk to developers to find out how you can fix specific bugs.

Expand All @@ -67,15 +67,15 @@ $ make docs

## Preparing Pull Requests

1. Fork the [ecgtools GitHub repository](https://github.com/NCAR/ecgtools).
1. Fork the [ecgtools GitHub repository](https://github.com/ncar-xdev/ecgtools).

2. Clone your fork locally using [git](https://git-scm.com/), connect your repository
to the upstream (main project), and create a branch::

```bash
$ git clone [email protected]:YOUR_GITHUB_USERNAME/ecgtools.git
$ cd ecgtools
$ git remote add upstream [email protected]:NCAR/ecgtools.git
$ git remote add upstream [email protected]:ncar-xdev/ecgtools.git
```

now, to fix a bug or add feature create your own branch off "master":
Expand Down Expand Up @@ -139,6 +139,6 @@ $ make docs
head-fork: YOUR_GITHUB_USERNAME/ecgtools
compare: your-branch-name

base-fork: NCAR/ecgtools
base-fork: ncar-xdev/ecgtools
base: master # if it's a bugfix or feature
```
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Motivation

The critical requirement for using [`intake-esm`](https://github.com/intake/intake-esm) is having a data catalog. This package enables you build data catalogs to be read in by [`intake-esm`](https://github.com/intake/intake-esm), which enables a user to easily search, discover, and access datasets they are interested in using.
The critical requirement for using [`intake-esm`](https://github.com/intake/intake-esm) is having a data catalog. This package enables you to build data catalogs to be read in by [`intake-esm`](https://github.com/intake/intake-esm), which enables a user to easily search, discover, and access datasets they are interested in using.

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

Expand All @@ -26,15 +26,15 @@ It is also available from conda-forge for conda installations:
conda install -c conda-forge ecgtools
```

[github-ci-badge]: https://img.shields.io/github/workflow/status/NCAR/ecgtools/CI?label=CI&logo=github&style=for-the-badge
[github-ci-link]: https://github.com/NCAR/ecgtools/actions?query=workflow%3ACI
[codecov-badge]: https://img.shields.io/codecov/c/github/NCAR/ecgtools.svg?logo=codecov&style=for-the-badge
[codecov-link]: https://codecov.io/gh/NCAR/ecgtools
[github-ci-badge]: https://img.shields.io/github/workflow/status/ncar-xdev/ecgtools/CI?label=CI&logo=github&style=for-the-badge
[github-ci-link]: https://github.com/ncar-xdev/ecgtools/actions?query=workflow%3ACI
[codecov-badge]: https://img.shields.io/codecov/c/github/ncar-xdev/ecgtools.svg?logo=codecov&style=for-the-badge
[codecov-link]: https://codecov.io/gh/ncar-xdev/ecgtools
[rtd-badge]: https://img.shields.io/readthedocs/ecgtools/latest.svg?style=for-the-badge
[rtd-link]: https://ecgtools.readthedocs.io/en/latest/?badge=latest
[pypi-badge]: https://img.shields.io/pypi/v/ecgtools?logo=pypi&style=for-the-badge
[pypi-link]: https://pypi.org/project/ecgtools
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/ecgtools?logo=anaconda&style=for-the-badge
[conda-link]: https://anaconda.org/conda-forge/ecgtools
[license-badge]: https://img.shields.io/github/license/NCAR/ecgtools?style=for-the-badge
[repo-link]: https://github.com/NCAR/ecgtools
[license-badge]: https://img.shields.io/github/license/ncar-xdev/ecgtools?style=for-the-badge
[repo-link]: https://github.com/ncar-xdev/ecgtools
2 changes: 1 addition & 1 deletion docs/source/how-to/install-ecgtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ecgtools can be installed in three ways:

.. code:: bash

$ git clone https://github.com/NCAR/ecgtools
$ git clone https://github.com/ncar-xdev/ecgtools
$ cd ecgtools
$ python -m pip install -e .

Expand Down
6 changes: 3 additions & 3 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The critical requirement for using [`intake-esm`](https://github.com/intake/inta

## Feedback

If you encounter any errors or problems with **ecgtools**, please open an issue at the GitHub [main repository](http://github.com/NCAR/ecgtools).
If you encounter any errors or problems with **ecgtools**, please open an issue at the GitHub [main repository](http://github.com/ncar-xdev/ecgtools).

```{toctree}
---
Expand All @@ -28,6 +28,6 @@ hidden:

contributing.md
changelog.md
GitHub Repo <https://github.com/NCAR/ecgtools>
GitHub discussions <https://github.com/NCAR/ecgtools/discussions>
GitHub Repo <https://github.com/ncar-xdev/ecgtools>
GitHub discussions <https://github.com/ncar-xdev/ecgtools/discussions>
```
2 changes: 1 addition & 1 deletion docs/source/tutorials/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@
"id": "color-limitation",
"metadata": {},
"source": [
"It appears that one of the invalid assets is a `pop.hv` stream, which is a time-invariant dataset we would not neccessarily be interested in looking at. If there is a file you think ***should*** be included in the resultant catalog but isn't, be sure to add it to the `default_streams` dictionary used in the [parsing tool](https://github.com/NCAR/ecgtools/blob/main/ecgtools/parsers/cesm.py)! "
"It appears that one of the invalid assets is a `pop.hv` stream, which is a time-invariant dataset we would not neccessarily be interested in looking at. If there is a file you think ***should*** be included in the resultant catalog but isn't, be sure to add it to the `default_streams` dictionary used in the [parsing tool](https://github.com/ncar-xdev/ecgtools/blob/main/ecgtools/parsers/cesm.py)! "
]
},
{
Expand Down
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Scientific/Engineering',
'Operating System :: OS Independent',
'Intended Audience :: Science/Research',
Expand All @@ -36,11 +37,11 @@
name='ecgtools',
packages=find_packages(include=['ecgtools', 'ecgtools.*']),
entry_points={},
url='https://github.com/NCAR/ecgtools',
url='https://github.com/ncar-xdev/ecgtools',
project_urls={
'Documentation': 'https://github.com/NCAR/ecgtools',
'Source': 'https://github.com/NCAR/ecgtools',
'Tracker': 'https://github.com/NCAR/ecgtools/issues',
'Documentation': 'https://ecgtools.readthedocs.io/',
'Source': 'https://github.com/ncar-xdev/ecgtools',
'Tracker': 'https://github.com/ncar-xdev/ecgtools/issues',
},
use_scm_version={
'version_scheme': 'post-release',
Expand Down