File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ sphinx-rtd-theme = "*"
26
26
27
27
[packages ]
28
28
# All other package requirements from setup.cfg
29
- epics_containers = {editable = true , path = " ." }
29
+ epics_containers = {path = " ." }
30
30
31
31
[scripts ]
32
32
tests = " python -m pytest"
Original file line number Diff line number Diff line change @@ -39,9 +39,11 @@ management of IOCs.
39
39
- CI / CD generates the images, charts from source and delivers them
40
40
to **Repositories **
41
41
42
- Here is the presentation on this work from the
43
- Spring 2021 EPICS Collaboration Meeting
44
- :download: `Spring 2021 EPICS Collaboration Meeting<images/kei.pdf> `
42
+ Here is the paper on this work from the
43
+ ICALEPCS 2021 Meeting
44
+ :download: `ICALEPCS 2021 Paper: Kubernetes for EPICS IOCs<images/THBL04.PDF> `
45
+ And the slides from the associated talk
46
+ :download: `ICALEPCS 2021 Talk: Kubernetes for EPICS IOCs<images/THBL04_talk.PDF> `
45
47
46
48
Below we show how these assets combine to create a running IOC on a
47
49
Kubernetes worker node.
You can’t perform that action at this time.
0 commit comments