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

Commit 52a0239

Browse files
committed
switch org to DiamondLightSource
1 parent de6d5f1 commit 52a0239

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

CONTRIBUTING.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ filing a new one. If you have a great idea but it involves big changes, please
77
file a ticket before making a pull request! We want to make sure you don't spend
88
your time coding something that might not fit the scope of the project.
99

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

1212
Running the tests
1313
-----------------
@@ -17,7 +17,7 @@ To run in a container
1717

1818
Use vscode devcontainer as follows::
1919

20-
$ git clone git://github.com/epics-containers/python3-pip-skeleton.git
20+
$ git clone git://github.com/DiamondLightSource/python3-pip-skeleton.git
2121
$ vscode python3-pip-skeleton
2222
Click on 'Reopen in Container' when prompted
2323
In a vscode Terminal:
@@ -30,7 +30,7 @@ To run locally
3030
Get the source source code and run the unit tests directly
3131
on your workstation as follows::
3232

33-
$ git clone git://github.com/epics-containers/python3-pip-skeleton.git
33+
$ git clone git://github.com/DiamondLightSource/python3-pip-skeleton.git
3434
$ cd python3-pip-skeleton
3535
$ virtualenv .venv
3636
$ source .venv/bin/activate
@@ -135,7 +135,7 @@ To make a new release, please follow this checklist:
135135
Note that tagging and pushing to the main branch has the same effect except that
136136
you will not get the option to edit the release notes.
137137

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

140140

141141
Checking Dependencies
@@ -153,11 +153,11 @@ Python project structure which provides a means to keep tools and
153153
techniques in sync between multiple Python projects. To update to the
154154
latest version of the skeleton, run::
155155

156-
$ git pull https://github.com/dls-controls/python3-pip-skeleton main
156+
$ git pull https://github.com/DiamondLightSource/python3-pip-skeleton main
157157

158158
Any merge conflicts will indicate an area where something has changed that
159159
conflicts with the setup of the current module. Check the `closed pull requests
160-
<https://github.com/epics-containers/python3-pip-skeleton/pulls?q=is%3Apr+is%3Aclosed>`_
160+
<https://github.com/DiamondLightSource/python3-pip-skeleton/pulls?q=is%3Apr+is%3Aclosed>`_
161161
of the skeleton module for more details.
162162

163-
.. _python3-pip-skeleton: https://epics-containers.github.io/python3-pip-skeleton
163+
.. _python3-pip-skeleton: https://DiamondLightSource.github.io/python3-pip-skeleton

README.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ python3-pip-skeleton
77

88
This project contains template code only. For documentation on how to
99
adopt this skeleton project see
10-
https://epics-containers.github.io/python3-pip-skeleton-cli
10+
https://DiamondLightSource.github.io/python3-pip-skeleton-cli
1111

1212
This is where you should write a short paragraph that describes what your module does,
1313
how it does it, and why people should use it.
1414

1515
============== ==============================================================
1616
PyPI ``pip install python3-pip-skeleton``
17-
Source code https://github.com/epics-containers/python3-pip-skeleton
18-
Documentation https://epics-containers.github.io/python3-pip-skeleton
19-
Releases https://github.com/epics-containers/python3-pip-skeleton/releases
17+
Source code https://github.com/DiamondLightSource/python3-pip-skeleton
18+
Documentation https://DiamondLightSource.github.io/python3-pip-skeleton
19+
Releases https://github.com/DiamondLightSource/python3-pip-skeleton/releases
2020
============== ==============================================================
2121

2222
This is where you should put some images or code snippets that illustrate
@@ -25,16 +25,16 @@ introductory code here.
2525

2626
Or if it is a commandline tool then you might put some example commands here.
2727

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

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

36-
.. |coverage| image:: https://codecov.io/gh/epics-containers/python3-pip-skeleton/branch/main/graph/badge.svg
37-
:target: https://codecov.io/gh/epics-containers/python3-pip-skeleton
36+
.. |coverage| image:: https://codecov.io/gh/DiamondLightSource/python3-pip-skeleton/branch/main/graph/badge.svg
37+
:target: https://codecov.io/gh/DiamondLightSource/python3-pip-skeleton
3838
:alt: Test Coverage
3939

4040
.. |pypi_version| image:: https://img.shields.io/pypi/v/python3-pip-skeleton.svg
@@ -49,4 +49,4 @@ Or if it is a commandline tool then you might put some example commands here.
4949
Anything below this line is used when viewing README.rst and will be replaced
5050
when included in index.rst
5151
52-
See https://epics-containers.github.io/python3-pip-skeleton for more detailed documentation.
52+
See https://DiamondLightSource.github.io/python3-pip-skeleton for more detailed documentation.

docs/reference.rst

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

1111
reference/api
12-
Releases <https://github.com/epics-containers/python3-pip-skeleton/releases>
12+
Releases <https://github.com/DiamondLightSource/python3-pip-skeleton/releases>
1313
Index <genindex.html#http://>
1414

1515
..

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.git
33+
python3 -m pip install git+https://github.com/DiamondLightSource/python3-pip-skeleton.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

0 commit comments

Comments
 (0)