Skip to content

Commit d82837d

Browse files
garryodT-Nicholls
authored andcommitted
Replaced dls-controls with DiamondLightSource
1 parent 52d7b7f commit d82837d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

INSTALL.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ATIP Installation
44

55
This guide is for Linux and is based on the current structures of AT and Pytac,
66
if you find a mistake anywhere in ATIP please raise an issue on ATIP's GitHub
7-
page, `here. <https://github.com/dls-controls/atip>`_
7+
page, `here. <https://github.com/DiamondLightSource/atip>`_
88

99
Initial Setup and Installation
1010
------------------------------
@@ -18,7 +18,7 @@ Initial Setup and Installation
1818
1. Clone ATIP::
1919

2020
$ cd <source-directory>
21-
$ git clone https://github.com/dls-controls/atip.git
21+
$ git clone https://github.com/DiamondLightSource/atip.git
2222

2323
2. Create a pipenv and install the dependencies::
2424

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.. image:: https://travis-ci.org/dls-controls/atip.svg?branch=master
2-
:target: https://travis-ci.org/dls-controls/atip
3-
.. image:: https://coveralls.io/repos/github/dls-controls/atip/badge.svg?branch=master
4-
:target: https://coveralls.io/github/dls-controls/atip?branch=master
1+
.. image:: https://travis-ci.org/DiamondLightSource/atip.svg?branch=master
2+
:target: https://travis-ci.org/DiamondLightSource/atip
3+
.. image:: https://coveralls.io/repos/github/DiamondLightSource/atip/badge.svg?branch=master
4+
:target: https://coveralls.io/github/DiamondLightSource/atip?branch=master
55
.. image:: https://readthedocs.org/projects/atip/badge/?version=latest
66
:target: https://atip.readthedocs.io/en/latest/?badge=latest
77
.. image:: https://badge.fury.io/py/atip.svg
@@ -11,7 +11,7 @@
1111
ATIP - Accelerator Toolbox Interface for Pytac
1212
==============================================
1313

14-
ATIP is an addition to `Pytac <https://github.com/dls-controls/pytac>`_,
14+
ATIP is an addition to `Pytac <https://github.com/DiamondLightSource/pytac>`_,
1515
a framework for controlling particle accelerators. ATIP adds a simulator to
1616
Pytac, which can be used and addressed in the same way as a real accelerator.
1717

@@ -108,7 +108,7 @@ that AT element is returned.
108108
The ``ATSimulator`` object has a queue of pending changes. When a set request
109109
is received by an element, the element puts the changes onto the queue of the
110110
``ATSimulator``. Inside the ``ATSimulator`` a
111-
`Cothread <https://github.com/dls-controls/cothread>`_ thread checks the
111+
`Cothread <https://github.com/DiamondLightSource/cothread>`_ thread checks the
112112
length of the queue. When it sees changes on the queue, the thread
113113
recalculates the physics data of the lattice to ensure that it is up to date.
114114
This means that the emittance and linear optics data held by ``ATSimulator``

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ATIP - Accelerator Toolbox Interface for Pytac
22
==============================================
33

4-
ATIP is an addition to `Pytac <https://github.com/dls-controls/pytac>`_,
4+
ATIP is an addition to `Pytac <https://github.com/DiamondLightSource/pytac>`_,
55
a framework for controlling particle accelerators. ATIP adds a simulator to
66
Pytac, which can be used and addressed in the same way as a real accelerator.
77
This enables the easy offline testing of high level accelerator controls
88
applications.
99

10-
ATIP is hosted on Github `here <https://github.com/dls-controls/atip>`_.
10+
ATIP is hosted on Github `here <https://github.com/DiamondLightSource/atip>`_.
1111

1212
The python implementation of
1313
`Accelerator Toolbox <https://github.com/atcollab/at>`_ (pyAT) is used
@@ -23,7 +23,7 @@ Pytac lattice. This integrated lattice acts like a normal Pytac lattice, and
2323
enables the AT simulator to react and respond to changes as the real
2424
accelerator would.
2525

26-
ATIP also makes use of a `Cothread <https://github.com/dls-controls/cothread>`_
26+
ATIP also makes use of a `Cothread <https://github.com/DiamondLightSource/cothread>`_
2727
thread to recalculate and update the stored physics data any time a change is
2828
made to the lattice.
2929

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = ATIP: Accelerator Toolbox Interface for Pytac
55
long-description = file: README.rst
66
author = Tobyn Nicholls
77
license = Apache License 2.0
8-
url = https://github.com/dls-controls/atip
8+
url = https://github.com/DiamondLightSource/atip
99
classifiers =
1010
Development Status :: 3 - Alpha
1111
Intended Audience :: Developers

0 commit comments

Comments
 (0)