Skip to content

Commit

Permalink
Replace references of dls-controls with epics-containers for repo mig…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
Ben Bradnick committed Sep 8, 2021
1 parent d1f683f commit 926d070
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Publish Docs to gh-pages
# Only master and tags are published
if: "${{ github.repository_owner == 'dls-controls' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')) }}"
if: "${{ github.repository_owner == 'epics-containers' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')) }}"
# We pin to the SHA, not the tag, for security reasons.
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
uses: peaceiris/actions-gh-pages@bbdfb200618d235585ad98e965f4aafc39b4c501 # v3.7.3
Expand Down
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/ibek.git
github git@github.com:epics-containers/ibek.git
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Unreleased_
Nothing yet


.. _Unreleased: https://github.com/dls-controls/ibek/compare/0.1...HEAD
.. _0.1: https://github.com/dls-controls/ibek/releases/tag/0.1
.. _Unreleased: https://github.com/epics-containers/ibek/compare/0.1...HEAD
.. _0.1: https://github.com/epics-containers/ibek/releases/tag/0.1
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/ibek/issues
.. _dls_controls repository: https://github.com/epics-containers/ibek/issues

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

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

$ git clone git://github.com/dls-controls/ibek.git
$ git clone git://github.com/epics-containers/ibek.git
$ cd ibek
$ pipenv install --dev
$ pipenv run tests
Expand Down
20 changes: 10 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ IOC Builder for EPICS and Kubernetes:

============== ==============================================================
PyPI ``pip install ibek``
Source code https://github.com/dls-controls/ibek
Documentation https://dls-controls.github.io/ibek
Changelog https://github.com/dls-controls/ibek/blob/master/CHANGELOG.rst
Source code https://github.com/epics-containers/ibek
Documentation https://epics-containers.github.io/ibek
Changelog https://github.com/epics-containers/ibek/blob/master/CHANGELOG.rst
============== ==============================================================

TODO
Expand Down Expand Up @@ -63,16 +63,16 @@ This project is incomplete. The following items are still to do:
- Add a diagram and more details. Use draw.io for image, and save as SVG
with source embed in it, save as something.draw.io.svg

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

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

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

.. |pypi_version| image:: https://img.shields.io/pypi/v/ibek.svg
Expand All @@ -87,4 +87,4 @@ This project is incomplete. The following items are still to do:
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/ibek for more detailed documentation.
See https://epics-containers.github.io/ibek for more detailed documentation.
8 changes: 4 additions & 4 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- https://stackoverflow.com/a/37843854 -->
<a href="{{ pathto('genindex.html', 1) }}">Index</a>
<!-- Include link to changelog -->
<a href="https://github.com/dls-controls/{{ project }}/blob/master/CHANGELOG.rst">Changelog</a>
<a href="https://github.com/epics-containers/{{ project }}/blob/master/CHANGELOG.rst">Changelog</a>
<!-- Add versions for selected branches + tags -->
<p class="caption"><span class="caption-text">Versions</span></p>
<ul id="versions"/>
Expand All @@ -24,21 +24,21 @@
if (dirs.has(name)) {
var li = document.createElement("li");
var a = document.createElement("a");
a.href = 'https://dls-controls.github.io/{{ project }}/' + name;
a.href = 'https://epics-containers.github.io/{{ project }}/' + name;
a.innerText = name;
li.appendChild(a)
document.getElementById('versions').appendChild(li);
}
}
Promise.all([
// Find gh-pages directories and populate `dirs`
fetch("https://api.github.com/repos/dls-controls/{{ project }}/contents?ref=gh-pages")
fetch("https://api.github.com/repos/epics-containers/{{ project }}/contents?ref=gh-pages")
.then(response => response.json())
.then(data => data.forEach(function(e) {
if (e.type == "dir") dirs.add(e.name);
})),
// Add tags to `versions`
fetch('https://api.github.com/repos/dls-controls/{{ project }}/tags')
fetch('https://api.github.com/repos/epics-containers/{{ project }}/tags')
.then(response => response.json())
.then(data => data.forEach(function(e) {
versions.push(e.name);
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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/ibek.git
python3 -m pip install git+git://github.com/epics-containers/ibek.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 setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = ibek
description = IOC Builder for EPICS and Kubernetes
url = https://github.com/dls-controls/ibek
url = https://github.com/epics-containers/ibek
author = Tom Cobb
author_email = tom.cobb@diamond.ac.uk
license = Apache License 2.0
Expand Down

0 comments on commit 926d070

Please sign in to comment.