Skip to content

Commit c110d2f

Browse files
authored
Merge pull request #168 from DiamondLightSource/migrate-dls-controls-diamondlightsource
Replaced dls-controls with DiamondLightSource
2 parents 6f8920b + 413931e commit c110d2f

File tree

12 files changed

+37
-37
lines changed

12 files changed

+37
-37
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -220,18 +220,18 @@ Added:
220220
Last release as an EPICS module rather than a Python package
221221

222222

223-
.. _Unreleased: https://github.com/dls-controls/pythonIoc/compare/4.5.0...HEAD
224-
.. _4.5.0: https://github.com/dls-controls/pythonIoc/compare/4.4.0...4.5.0
225-
.. _4.4.0: https://github.com/dls-controls/pythonIoc/compare/4.3.0...4.4.0
226-
.. _4.3.0: https://github.com/dls-controls/pythonIoc/compare/4.2.0...4.3.0
227-
.. _4.2.0: https://github.com/dls-controls/pythonIoc/compare/4.1.0...4.2.0
228-
.. _4.1.0: https://github.com/dls-controls/pythonIoc/compare/4.0.2...4.1.0
229-
.. _4.0.2: https://github.com/dls-controls/pythonIoc/compare/4.0.1...4.0.2
230-
.. _4.0.1: https://github.com/dls-controls/pythonIoc/compare/3.2.1...4.0.1
231-
.. _3.2.1: https://github.com/dls-controls/pythonIoc/compare/3.2...3.2.1
232-
.. _3.2: https://github.com/dls-controls/pythonIoc/compare/3.1...3.2
233-
.. _3.1: https://github.com/dls-controls/pythonIoc/compare/3.0...3.1
234-
.. _3.0: https://github.com/dls-controls/pythonIoc/compare/3.0b2...3.0
235-
.. _3.0b2: https://github.com/dls-controls/pythonIoc/compare/3.0b1...3.0b2
236-
.. _3.0b1: https://github.com/dls-controls/pythonIoc/compare/2-16...3.0b1
237-
.. _2-16: https://github.com/dls-controls/pythonIoc/releases/tag/2-16
223+
.. _Unreleased: https://github.com/DiamondLightSource/pythonIoc/compare/4.5.0...HEAD
224+
.. _4.5.0: https://github.com/DiamondLightSource/pythonIoc/compare/4.4.0...4.5.0
225+
.. _4.4.0: https://github.com/DiamondLightSource/pythonIoc/compare/4.3.0...4.4.0
226+
.. _4.3.0: https://github.com/DiamondLightSource/pythonIoc/compare/4.2.0...4.3.0
227+
.. _4.2.0: https://github.com/DiamondLightSource/pythonIoc/compare/4.1.0...4.2.0
228+
.. _4.1.0: https://github.com/DiamondLightSource/pythonIoc/compare/4.0.2...4.1.0
229+
.. _4.0.2: https://github.com/DiamondLightSource/pythonIoc/compare/4.0.1...4.0.2
230+
.. _4.0.1: https://github.com/DiamondLightSource/pythonIoc/compare/3.2.1...4.0.1
231+
.. _3.2.1: https://github.com/DiamondLightSource/pythonIoc/compare/3.2...3.2.1
232+
.. _3.2: https://github.com/DiamondLightSource/pythonIoc/compare/3.1...3.2
233+
.. _3.1: https://github.com/DiamondLightSource/pythonIoc/compare/3.0...3.1
234+
.. _3.0: https://github.com/DiamondLightSource/pythonIoc/compare/3.0b2...3.0
235+
.. _3.0b2: https://github.com/DiamondLightSource/pythonIoc/compare/3.0b1...3.0b2
236+
.. _3.0b1: https://github.com/DiamondLightSource/pythonIoc/compare/2-16...3.0b1
237+
.. _2-16: https://github.com/DiamondLightSource/pythonIoc/releases/tag/2-16

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ involves big changes, please file a ticket before making a pull request! We
88
want to make sure you don't spend your time coding something that might not fit
99
the scope of the project.
1010

11-
.. _dls_controls repository: https://github.com/dls-controls/pythonIoc/issues
11+
.. _dls_controls repository: https://github.com/DiamondLightSource/pythonIoc/issues
1212

1313
Running the tests
1414
-----------------
1515

1616
To get the source source code and run the unit tests, run::
1717

18-
$ git clone git://github.com/dls-controls/pythonSoftIoc.git
18+
$ git clone git://github.com/DiamondLightSource/pythonSoftIoc.git
1919
$ cd pythonSoftIoc
2020
$ git submodule init
2121
$ git submodule update

README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ asyncio for concurrency. PVs are served over Channel Access and PVAccess.
1111

1212
============== ==============================================================
1313
PyPI ``pip install softioc``
14-
Source code https://github.com/dls-controls/pythonSoftIOC
15-
Documentation https://dls-controls.github.io/pythonSoftIOC
16-
Changelog https://github.com/dls-controls/pythonSoftIOC/blob/master/CHANGELOG.rst
14+
Source code https://github.com/DiamondLightSource/pythonSoftIOC
15+
Documentation https://DiamondLightSource.github.io/pythonSoftIOC
16+
Changelog https://github.com/DiamondLightSource/pythonSoftIOC/blob/master/CHANGELOG.rst
1717
============== ==============================================================
1818

1919
A simple example of the use of this library:
@@ -47,16 +47,16 @@ A simple example of the use of this library:
4747
# Finally leave the IOC running with an interactive shell.
4848
softioc.interactive_ioc(globals())
4949
50-
.. |code_ci| image:: https://github.com/dls-controls/pythonSoftIOC/workflows/Code%20CI/badge.svg?branch=master
51-
:target: https://github.com/dls-controls/pythonSoftIOC/actions?query=workflow%3A%22Code+CI%22
50+
.. |code_ci| image:: https://github.com/DiamondLightSource/pythonSoftIOC/workflows/Code%20CI/badge.svg?branch=master
51+
:target: https://github.com/DiamondLightSource/pythonSoftIOC/actions?query=workflow%3A%22Code+CI%22
5252
:alt: Code CI
5353

54-
.. |docs_ci| image:: https://github.com/dls-controls/pythonSoftIOC/workflows/Docs%20CI/badge.svg?branch=master
55-
:target: https://github.com/dls-controls/pythonSoftIOC/actions?query=workflow%3A%22Docs+CI%22
54+
.. |docs_ci| image:: https://github.com/DiamondLightSource/pythonSoftIOC/workflows/Docs%20CI/badge.svg?branch=master
55+
:target: https://github.com/DiamondLightSource/pythonSoftIOC/actions?query=workflow%3A%22Docs+CI%22
5656
:alt: Docs CI
5757

58-
.. |coverage| image:: https://codecov.io/gh/dls-controls/pythonSoftIOC/branch/master/graph/badge.svg
59-
:target: https://codecov.io/gh/dls-controls/pythonSoftIOC
58+
.. |coverage| image:: https://codecov.io/gh/DiamondLightSource/pythonSoftIOC/branch/master/graph/badge.svg
59+
:target: https://codecov.io/gh/DiamondLightSource/pythonSoftIOC
6060
:alt: Test Coverage
6161

6262
.. |pypi_version| image:: https://img.shields.io/pypi/v/softioc.svg
@@ -71,4 +71,4 @@ A simple example of the use of this library:
7171
Anything below this line is used when viewing README.rst and will be replaced
7272
when included in index.rst
7373
74-
See https://dls-controls.github.io/pythonSoftIOC for more detailed documentation.
74+
See https://DiamondLightSource.github.io/pythonSoftIOC for more detailed documentation.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
cothread=(
9090
"https://diamondlightsource.github.io/cothread/master/", None
9191
),
92-
aioca=("https://dls-controls.github.io/aioca/master/", None),
92+
aioca=("https://DiamondLightSource.github.io/aioca/master/", None),
9393
epicsdbbuilder=(
94-
"https://dls-controls.github.io/epicsdbbuilder/master/", None)
94+
"https://DiamondLightSource.github.io/epicsdbbuilder/master/", None)
9595
)
9696

9797
# -- Options for HTML output ---------------------------------------------------

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ Table Of Contents
7878

7979
reference/api
8080
reference/contributing
81-
Changelog <https://github.com/dls-controls/pythonSoftIOC/blob/master/CHANGELOG.rst>
81+
Changelog <https://github.com/DiamondLightSource/pythonSoftIOC/blob/master/CHANGELOG.rst>
8282
Index <genindex.html#http://>

docs/reference/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ API
5353
.. data:: softioc.__version__
5454
:type: str
5555

56-
Version number as calculated by https://github.com/dls-controls/versiongit
56+
Version number as calculated by https://github.com/DiamondLightSource/versiongit
5757

5858
.. automodule:: softioc.softioc
5959

docs/tutorials/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ the first tutorial::
4343
If you require a feature that is not currently released you can also install
4444
from github::
4545

46-
python3 -m pip install git+git://github.com/dls-controls/pythonSoftIOC.git
46+
python3 -m pip install git+git://github.com/DiamondLightSource/pythonSoftIOC.git
4747

4848
The library should now be installed and the commandline interface on your path.
4949
You can check the version that has been installed by typing::

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = softioc
33
description = Embed an EPICS IOC in a Python process
4-
url = https://github.com/dls-controls/pythonSoftIOC
4+
url = https://github.com/DiamondLightSource/pythonSoftIOC
55
author = Michael Abbott
66
author_email = Michael.Abbott@diamond.ac.uk
77
license = Apache License 2.0

softioc/_version_git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Compute a version number from a git repo or archive
22

33
# This file is released into the public domain. Generated by:
4-
# versiongit-1.0 (https://github.com/dls-controls/versiongit)
4+
# versiongit-1.0 (https://github.com/DiamondLightSource/versiongit)
55
import os
66
import re
77
import sys

softioc/extension.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ static PyObject *db_put_field(PyObject *self, PyObject *args)
123123
* callback.
124124
* Therefore, we must ensure we relinquish the GIL while we perform this
125125
* EPICS call, to avoid potential deadlocks.
126-
* See https://github.com/dls-controls/pythonSoftIOC/issues/119. */
126+
* See https://github.com/DiamondLightSource/pythonSoftIOC/issues/119. */
127127
Py_BEGIN_ALLOW_THREADS
128128
put_result = dbPutField(&dbAddr, dbrType, pbuffer, length);
129129
Py_END_ALLOW_THREADS

tests/test_record_values.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ def run_ioc(record_configurations: list, conn, set_enum, get_enum):
371371
elif creation_func in [builder.WaveformIn, builder.WaveformOut]:
372372
kwarg["length"] = WAVEFORM_LENGTH # Must specify when no value
373373
# Related to this issue:
374-
# https://github.com/dls-controls/pythonSoftIOC/issues/37
374+
# https://github.com/DiamondLightSource/pythonSoftIOC/issues/37
375375

376376
out_rec = creation_func(record_name, **kwarg)
377377

tests/test_records.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ async def test_set_too_long_value(self):
11151115

11161116
class TestRecursiveSet:
11171117
"""Tests related to recursive set() calls. See original issue here:
1118-
https://github.com/dls-controls/pythonSoftIOC/issues/119"""
1118+
https://github.com/DiamondLightSource/pythonSoftIOC/issues/119"""
11191119

11201120
recursive_record_name = "RecursiveLongOut"
11211121

0 commit comments

Comments
 (0)