1- pythonIoc
2- =========
1+ pythonSoftIOC
2+ =============
33
44|code_ci | |docs_ci | |coverage | |pypi_version | |license |
55
@@ -11,8 +11,8 @@ asyncio for concurrency. PVs are served over Channel Access and PVAccess.
1111
1212============== ==============================================================
1313PyPI ``pip install softioc ``
14- Source code https://github.com/dls-controls/pythonIoc
15- Documentation https://dls-controls.github.io/pythonIoc
14+ Source code https://github.com/dls-controls/pythonSoftIOC
15+ Documentation https://dls-controls.github.io/pythonSoftIOC
1616============== ==============================================================
1717
1818A simple example of the use of this library:
@@ -46,16 +46,16 @@ A simple example of the use of this library:
4646 # Finally leave the IOC running with an interactive shell.
4747 softioc.interactive_ioc(globals ())
4848
49- .. |code_ci | image :: https://github.com/dls-controls/pythonIoc /workflows/Code%20CI/badge.svg?branch=master
50- :target: https://github.com/dls-controls/pythonIoc /actions?query=workflow%3A%22Code+CI%22
49+ .. |code_ci | image :: https://github.com/dls-controls/pythonSoftIOC /workflows/Code%20CI/badge.svg?branch=master
50+ :target: https://github.com/dls-controls/pythonSoftIOC /actions?query=workflow%3A%22Code+CI%22
5151 :alt: Code CI
5252
53- .. |docs_ci | image :: https://github.com/dls-controls/pythonIoc /workflows/Docs%20CI/badge.svg?branch=master
54- :target: https://github.com/dls-controls/pythonIoc /actions?query=workflow%3A%22Docs+CI%22
53+ .. |docs_ci | image :: https://github.com/dls-controls/pythonSoftIOC /workflows/Docs%20CI/badge.svg?branch=master
54+ :target: https://github.com/dls-controls/pythonSoftIOC /actions?query=workflow%3A%22Docs+CI%22
5555 :alt: Docs CI
5656
57- .. |coverage | image :: https://codecov.io/gh/dls-controls/pythonIoc /branch/master/graph/badge.svg
58- :target: https://codecov.io/gh/dls-controls/pythonIoc
57+ .. |coverage | image :: https://codecov.io/gh/dls-controls/pythonSoftIOC /branch/master/graph/badge.svg
58+ :target: https://codecov.io/gh/dls-controls/pythonSoftIOC
5959 :alt: Test Coverage
6060
6161.. |pypi_version | image :: https://img.shields.io/pypi/v/softioc.svg
@@ -70,4 +70,4 @@ A simple example of the use of this library:
7070 Anything below this line is used when viewing README.rst and will be replaced
7171 when included in index.rst
7272
73- See https://dls-controls.github.io/pythonIoc for more detailed documentation.
73+ See https://dls-controls.github.io/pythonSoftIOC for more detailed documentation.
0 commit comments