From ad487a13cc553461e7418f02ea01132d39b96dbe Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Tue, 19 Apr 2022 15:34:16 +0200 Subject: [PATCH] maint: conclude migration poldracklab -> nipy --- .github/workflows/travis.yml | 2 +- CONTRIBUTING.rst | 2 +- Dockerfile | 2 +- README.md | 8 ++++---- docs/conf.py | 2 +- docs/index.rst | 14 +++++++------- docs/installation.rst | 4 ++-- docs/notebooks/isbi2020.ipynb | 4 ++-- joss/paper.md | 2 +- setup.cfg | 2 +- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/travis.yml b/.github/workflows/travis.yml index 9f97a4db..19c6a2a1 100644 --- a/.github/workflows/travis.yml +++ b/.github/workflows/travis.yml @@ -4,7 +4,7 @@ on: [push] jobs: build-linux: - if: "!contains(github.event.head_commit.message, '[skip ci]' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'poldracklab/nitransforms'))" + if: "!contains(github.event.head_commit.message, '[skip ci]' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'nipy/nitransforms'))" runs-on: ubuntu-latest env: TEST_DATA_HOME: /home/runner/testdata/nitransforms-tests diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index e94342a8..fdf1650c 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -11,4 +11,4 @@ These guidelines are designed to make it as easy as possible to get involved. If you have any questions that aren’t discussed in our documentation, or it’s difficult to find what you’re looking for, please let us know by opening an -`issue `__! +`issue `__! diff --git a/Dockerfile b/Dockerfile index 16f122c6..ae270b45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -154,6 +154,6 @@ ARG VCS_REF ARG VERSION LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.name="nitransforms" \ - org.label-schema.vcs-url="https://github.com/poldracklab/nitransforms" \ + org.label-schema.vcs-url="https://github.com/nipy/nitransforms" \ org.label-schema.version=$VERSION \ org.label-schema.schema-version="1.0" diff --git a/README.md b/README.md index 3f655a5d..b5a45349 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # NiTransforms [![DOI](https://joss.theoj.org/papers/10.21105/joss.03459/status.svg)](https://doi.org/10.21105/joss.03459) [![ISBI2020](https://img.shields.io/badge/doi-10.31219%2Fosf.io%2F8aq7b-blue.svg)](https://doi.org/10.31219/osf.io/8aq7b) -[![Deps & CI](https://github.com/poldracklab/nitransforms/actions/workflows/travis.yml/badge.svg)](https://github.com/poldracklab/nitransforms/actions/workflows/travis.yml) -[![CircleCI](https://circleci.com/gh/poldracklab/nitransforms.svg?style=svg)](https://circleci.com/gh/poldracklab/nitransforms) -[![codecov](https://codecov.io/gh/poldracklab/nitransforms/branch/master/graph/badge.svg)](https://codecov.io/gh/poldracklab/nitransforms) -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/poldracklab/nitransforms/master?filepath=docs%2Fnotebooks%2F) +[![Deps & CI](https://github.com/nipy/nitransforms/actions/workflows/travis.yml/badge.svg)](https://github.com/nipy/nitransforms/actions/workflows/travis.yml) +[![CircleCI](https://circleci.com/gh/nipy/nitransforms.svg?style=svg)](https://circleci.com/gh/nipy/nitransforms) +[![codecov](https://codecov.io/gh/nipy/nitransforms/branch/master/graph/badge.svg)](https://codecov.io/gh/nipy/nitransforms) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/nipy/nitransforms/master?filepath=docs%2Fnotebooks%2F) [![Docs](https://readthedocs.org/projects/nitransforms/badge/?version=latest)](http://nitransforms.readthedocs.io/en/latest/?badge=latest) A development repo for [nipy/nibabel#656](https://github.com/nipy/nibabel/pull/656) diff --git a/docs/conf.py b/docs/conf.py index 02d270ad..18e532a1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -231,7 +231,7 @@
This page was generated from - {{ docname|e }}.