Skip to content

Commit

Permalink
Merge pull request #14 from DiamondLightSource/migrate-dls-controls-d…
Browse files Browse the repository at this point in the history
…iamondlightsource

Replaced dls-controls with DiamondLightSource
  • Loading branch information
coretl authored Jul 15, 2024
2 parents 9042c58 + 0805b30 commit 36b325c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .gitremotes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github git@github.com:dls-controls/pmac_motorhome.git
github git@github.com:DiamondLightSource/pmac_motorhome.git
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ involves big changes, please file a ticket before making a pull request! We
want to make sure you don't spend your time coding something that might not fit
the scope of the project.

.. _dls_controls repository: https://github.com/dls-controls/pmac_motorhome/issues
.. _dls_controls repository: https://github.com/DiamondLightSource/pmac_motorhome/issues

Running the tests
-----------------

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

$ git clone git://github.com/dls-controls/pmac_motorhome.git
$ git clone git://github.com/DiamondLightSource/pmac_motorhome.git
$ cd pmac_motorhome
$ pipenv install --dev
$ pipenv run tests
Expand Down
18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ script

============== ==============================================================
PyPI ``pip install pmac_motorhome``
Source code https://github.com/dls-controls/pmac_motorhome
Documentation https://dls-controls.github.io/pmac_motorhome
Source code https://github.com/DiamondLightSource/pmac_motorhome
Documentation https://DiamondLightSource.github.io/pmac_motorhome
============== ==============================================================

This is where you should put some images or code snippets that illustrate
Expand All @@ -28,16 +28,16 @@ Or if it is a commandline tool then you might put some example commands here::
pmac_motorhome person --times=2


.. |code_ci| image:: https://github.com/dls-controls/pmac_motorhome/workflows/Code%20CI/badge.svg?branch=master
:target: https://github.com/dls-controls/pmac_motorhome/actions?query=workflow%3A%22Code+CI%22
.. |code_ci| image:: https://github.com/DiamondLightSource/pmac_motorhome/workflows/Code%20CI/badge.svg?branch=master
:target: https://github.com/DiamondLightSource/pmac_motorhome/actions?query=workflow%3A%22Code+CI%22
:alt: Code CI

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

.. |coverage| image:: https://codecov.io/gh/dls-controls/pmac_motorhome/branch/master/graph/badge.svg
:target: https://codecov.io/gh/dls-controls/pmac_motorhome
.. |coverage| image:: https://codecov.io/gh/DiamondLightSource/pmac_motorhome/branch/master/graph/badge.svg
:target: https://codecov.io/gh/DiamondLightSource/pmac_motorhome
:alt: Test Coverage

.. |pypi_version| image:: https://img.shields.io/pypi/v/pmac_motorhome.svg
Expand All @@ -52,4 +52,4 @@ Or if it is a commandline tool then you might put some example commands here::
Anything below this line is used when viewing README.rst and will be replaced
when included in index.rst
See https://dls-controls.github.io/pmac_motorhome for more detailed documentation.
See https://DiamondLightSource.github.io/pmac_motorhome for more detailed documentation.
2 changes: 1 addition & 1 deletion docs/tutorials/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You can now use ``pip`` to install the library::
If you require a feature that is not currently released you can also install
from github::

python3 -m pip install git+git://github.com/dls-controls/pmac_motorhome.git
python3 -m pip install git+git://github.com/DiamondLightSource/pmac_motorhome.git

The library should now be installed and the commandline interface on your path.
You can check the version that has been installed by typing::
Expand Down
2 changes: 1 addition & 1 deletion pmac_motorhome/_version_git.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Compute a version number from a git repo or archive

# This file is released into the public domain. Generated by:
# versiongit-1.0 (https://github.com/dls-controls/versiongit)
# versiongit-1.0 (https://github.com/DiamondLightSource/versiongit)
import os
import re
import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = pmac_motorhome
description = Generate homing procedures in pmc code for Delta Tau motion controllers
url = https://github.com/dls-controls/pmac_motorhome
url = https://github.com/DiamondLightSource/pmac_motorhome
author = Arvinder Palaha
author_email = arvinder.palaha@diamond.ac.uk
license = Apache License 2.0
Expand Down

0 comments on commit 36b325c

Please sign in to comment.