Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 6690f87

Browse files
committed
switch org to DiamondLightSource
1 parent 149f65a commit 6690f87

File tree

9 files changed

+28
-28
lines changed

9 files changed

+28
-28
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Changelog
22
=========
33

44
The changelog for the skeleton module is the list of `closed pull requests
5-
<https://github.com/epics-containers/python3-pip-skeleton/pulls?q=is%3Apr+is%3Aclosed>`_
5+
<https://github.com/DiamondLightSource/python3-pip-skeleton/pulls?q=is%3Apr+is%3Aclosed>`_
66

77
All developments for the ``skeleton`` branch take place via pull requests, and
88
changes to the commandline tools and docs are not tracked in a changelog.

CONTRIBUTING.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ are two sorts of contributions:
1212
the cli-repo_ with with a PR raised back to the ``main`` branch
1313
here: PR2_
1414

15-
.. _skeleton-repo: https://github.com/epics-containers/python3-pip-skeleton
16-
.. _cli-repo: https://github.com/epics-containers/python3-pip-skeleton-cli
17-
.. _PR: https://github.com/epics-containers/python3-pip-skeleton/pulls
18-
.. _PR2: https://github.com/epics-containers/python3-pip-skeleton-cli/pulls
15+
.. _skeleton-repo: https://github.com/DiamondLightSource/python3-pip-skeleton
16+
.. _cli-repo: https://github.com/DiamondLightSource/python3-pip-skeleton-cli
17+
.. _PR: https://github.com/DiamondLightSource/python3-pip-skeleton/pulls
18+
.. _PR2: https://github.com/DiamondLightSource/python3-pip-skeleton-cli/pulls
1919

2020
Apart from this, ``main`` branch in both repos should always be deployable,
2121
and are considered the latest release.
@@ -32,7 +32,7 @@ To run in a container
3232

3333
Use vscode devcontainer as follows::
3434

35-
$ git clone git://github.com/epics-containers/python3-pip-skeleton.git
35+
$ git clone git://github.com/DiamondLightSource/python3-pip-skeleton.git
3636
$ vscode python3-pip-skeleton
3737
Click on 'Reopen in Container' when prompted
3838
In a vscode Terminal:
@@ -45,7 +45,7 @@ To run locally
4545
Get the source source code and run the unit tests directly
4646
on your workstation as follows::
4747

48-
$ git clone git://github.com/epics-containers/python3-pip-skeleton.git
48+
$ git clone git://github.com/DiamondLightSource/python3-pip-skeleton.git
4949
$ cd python3-pip-skeleton
5050
$ virtualenv .venv
5151
$ source .venv/bin/activate
@@ -152,7 +152,7 @@ When this happens:
152152
Note that tagging and pushing to the main branch has the same effect except that
153153
you will not get the option to edit the release notes.
154154

155-
.. _release: https://github.com/epics-containers/python3-pip-skeleton/releases
155+
.. _release: https://github.com/DiamondLightSource/python3-pip-skeleton/releases
156156

157157

158158
Checking Dependencies

README.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Python projects.
1010

1111
============== ==============================================================
1212
PyPI ``pip install python3-pip-skeleton``
13-
Source code https://github.com/epics-containers/python3-pip-skeleton-cli
14-
Documentation https://epics-containers.github.io/python3-pip-skeleton-cli
15-
Releases https://github.com/epics-containers/python3-pip-skeleton-cli/releases
13+
Source code https://github.com/DiamondLightSource/python3-pip-skeleton-cli
14+
Documentation https://DiamondLightSource.github.io/python3-pip-skeleton-cli
15+
Releases https://github.com/DiamondLightSource/python3-pip-skeleton-cli/releases
1616
============== ==============================================================
1717

1818
It integrates the following tools:
@@ -31,7 +31,7 @@ code that can be merged into new or existing projects, and pulled from to
3131
keep them up to date. It can also serve as a working example for those who
3232
would prefer to cherry-pick.
3333

34-
.. _skeleton: https://github.com/epics-containers/python3-pip-skeleton
34+
.. _skeleton: https://github.com/DiamondLightSource/python3-pip-skeleton
3535

3636
This ``python3-pip-skeleton-cli`` repo contains the
3737
docs and a command line tool to ease the adoption of this skeleton into a
@@ -43,16 +43,16 @@ and existing projects::
4343

4444
python3-pip-skeleton existing /path/to/existing/repo --org my_github_user_or_org
4545

46-
.. |code_ci| image:: https://github.com/epics-containers/python3-pip-skeleton/workflows/Code%20CI/badge.svg?branch=main
47-
:target: https://github.com/epics-containers/python3-pip-skeleton/actions?query=workflow%3A%22Code+CI%22
46+
.. |code_ci| image:: https://github.com/DiamondLightSource/python3-pip-skeleton/workflows/Code%20CI/badge.svg?branch=main
47+
:target: https://github.com/DiamondLightSource/python3-pip-skeleton/actions?query=workflow%3A%22Code+CI%22
4848
:alt: Code CI
4949

50-
.. |docs_ci| image:: https://github.com/epics-containers/python3-pip-skeleton/workflows/Docs%20CI/badge.svg?branch=main
51-
:target: https://github.com/epics-containers/python3-pip-skeleton/actions?query=workflow%3A%22Docs+CI%22
50+
.. |docs_ci| image:: https://github.com/DiamondLightSource/python3-pip-skeleton/workflows/Docs%20CI/badge.svg?branch=main
51+
:target: https://github.com/DiamondLightSource/python3-pip-skeleton/actions?query=workflow%3A%22Docs+CI%22
5252
:alt: Docs CI
5353

54-
.. |coverage| image:: https://codecov.io/gh/epics-containers/python3-pip-skeleton/branch/main/graph/badge.svg
55-
:target: https://codecov.io/gh/epics-containers/python3-pip-skeleton
54+
.. |coverage| image:: https://codecov.io/gh/DiamondLightSource/python3-pip-skeleton/branch/main/graph/badge.svg
55+
:target: https://codecov.io/gh/DiamondLightSource/python3-pip-skeleton
5656
:alt: Test Coverage
5757

5858
.. |pypi_version| image:: https://img.shields.io/pypi/v/python3-pip-skeleton.svg
@@ -67,5 +67,5 @@ and existing projects::
6767
Anything below this line is used when viewing README.rst and will be replaced
6868
when included in index.rst
6969
70-
See https://epics-containers.github.io/python3-pip-skeleton-cli for
70+
See https://DiamondLightSource.github.io/python3-pip-skeleton-cli for
7171
more detailed documentation.

docs/explanations/skeleton.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The python3-pip-skeleton_ repo has a protected main branch and is restricted to
77
rebase PRs only.
88
It is also squashed occasionally so some careful procedures are required.
99

10-
.. _python3-pip-skeleton: https://github.com/epics-containers/python3-pip-skeleton
10+
.. _python3-pip-skeleton: https://github.com/DiamondLightSource/python3-pip-skeleton
1111

1212
main
1313
----

docs/how-to/update.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ structure in an existing repo) some time ago, there may be some changes to the
66
structure that you could pick up. You can optionally check what differences
77
these changes make to the files by doing::
88

9-
$ git fetch https://github.com/epics-containers/python3-pip-skeleton main
9+
$ git fetch https://github.com/DiamondLightSource/python3-pip-skeleton main
1010
$ git diff ...FETCH_HEAD
1111

1212
To merge the changes in do::
1313

14-
$ git pull https://github.com/epics-containers/python3-pip-skeleton main
14+
$ git pull https://github.com/DiamondLightSource/python3-pip-skeleton main

docs/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Technical reference material including APIs and release notes.
88
.. toctree::
99
:caption: Reference
1010

11-
Releases <https://github.com/epics-containers/python3-pip-skeleton/releases>
11+
Releases <https://github.com/DiamondLightSource/python3-pip-skeleton/releases>
1212
Index <genindex.html#http://>
1313

1414
..

docs/tutorials/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can now use ``pip`` to install the library::
3030
If you require a feature that is not currently released you can also install
3131
from github::
3232

33-
python3 -m pip install git+https://github.com/epics-containers/python3-pip-skeleton-cli.git
33+
python3 -m pip install git+https://github.com/DiamondLightSource/python3-pip-skeleton-cli.git
3434

3535
The library should now be installed and the commandline interface on your path.
3636
You can check the version that has been installed by typing::
@@ -42,4 +42,4 @@ Running in a container
4242

4343
To pull the container from github container registry and run::
4444
45-
docker run ghcr.io/epics-containers/python3-pip-skeleton:main --version
45+
docker run ghcr.io/DiamondLightSource/python3-pip-skeleton:main --version

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = python3-pip-skeleton
33
description = One line description of your module
4-
url = https://github.com/epics-containers/python3-pip-skeleton
4+
url = https://github.com/DiamondLightSource/python3-pip-skeleton
55
author = Firstname Lastname
66
author_email = [email protected]
77
license = Apache License 2.0

src/python3_pip_skeleton/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__all__ = ["main"]
1313

1414
# The source of the skeleton module to pull from
15-
SKELETON = "https://github.com/epics-containers/python3-pip-skeleton"
15+
SKELETON = "https://github.com/DiamondLightSource/python3-pip-skeleton"
1616
# The name of the merge branch that will be created
1717
MERGE_BRANCH = "skeleton-merge-branch"
1818
# Extensions to change
@@ -62,7 +62,7 @@ def merge_skeleton(
6262
repo = path.name
6363

6464
def replace_text(text: str) -> str:
65-
text = text.replace("epics-containers", org)
65+
text = text.replace("DiamondLightSource", org)
6666
text = text.replace("python3-pip-skeleton", repo)
6767
text = text.replace("python3_pip_skeleton", package)
6868
text = text.replace("Firstname Lastname", full_name)

0 commit comments

Comments
 (0)