File tree Expand file tree Collapse file tree 4 files changed +31
-26
lines changed Expand file tree Collapse file tree 4 files changed +31
-26
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,13 @@ Kubernetes worker node.
55
55
- The entire definition of the the example P45 beamline is held in this
56
56
github organization:
57
57
58
- - Helm Charts: https://github.com/orgs/epics-containers/packages
59
- - IOC Images: https://github.com/orgs/epics-containers/packages
60
- - BL45P IOC sources: https://github.com/epics-containers/bl45p
58
+ - Helm Charts and IOC Images:
59
+
60
+ - https://github.com/orgs/epics-containers/packages
61
+
62
+ - BL45P IOC sources:
63
+
64
+ - https://github.com/epics-containers/bl45p
61
65
62
66
..
63
67
Anything below this line is used when viewing README.rst and will be replaced
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ DLS cluster which hosts this beamline.
16
16
The downside is that it will only serve as an example; those without access
17
17
to the beamline will not be able to run the code without getting errors.
18
18
19
- ** TODO **: we will supply a demo beamline that is based purely on simulated devices
20
- so that anyone can experiment with Kubernetes for EPICS IOCs, this will be
21
- used in the tutorials to walk through deployment .
19
+ The tutorial ` create_beamline ` supplies a demo beamline
20
+ with an IOC that is based purely on a simulated Area Detector
21
+ so that anyone can experiment with Kubernetes for EPICS IOCs .
22
22
23
23
24
24
Production generic IOCs
Original file line number Diff line number Diff line change 4
4
How the documentation is structured
5
5
===================================
6
6
7
+ Documentation is split into four categories, accessible from links in the side-bar.
8
+
7
9
.. rst-class :: columns
8
10
9
- :ref: ` tutorials `
10
- ~~~~~~~~~~~~~~~~
11
+ Tutorials
12
+ ~~~~~~~~~
11
13
12
14
Tutorials for setting up a test cluster, and deploying an IOC.
13
15
14
16
.. rst-class :: columns
15
17
16
- :ref: ` explanations `
17
- ~~~~~~~~~~~~~~~~~~~
18
+ Explanations
19
+ ~~~~~~~~~~~~
18
20
19
21
Explanation of the principal ideas for deploying IOCs in Kubernetes.
20
22
21
23
.. rst-class :: columns
22
24
23
- :ref: ` how -to`
25
+ How -to Guides
24
26
~~~~~~~~~~~~~
25
27
26
28
Practical step-by-step guides for the more experienced user.
27
29
28
30
.. rst-class :: columns
29
31
30
- :ref: ` reference `
31
- ~~~~~~~~~~~~~~~~
32
+ Reference
33
+ ~~~~~~~~~
32
34
33
35
Technical reference material.
34
36
35
37
.. rst-class :: endcolumns
36
38
37
- About the documentation
38
- ~~~~~~~~~~~~~~~~~~~~~~~
39
-
40
- `Why is the documentation structured this way? <https://documentation.divio.com >`_
41
-
42
39
.. toctree ::
43
40
:caption: Tutorials
44
- :name: tutorials
45
- :maxdepth: 1
41
+ :hidden:
46
42
47
43
tutorials/setup_k8s
48
44
tutorials/useful_k8s
@@ -52,8 +48,7 @@ About the documentation
52
48
53
49
.. toctree ::
54
50
:caption: Explanations
55
- :name: explanations
56
- :maxdepth: 1
51
+ :hidden:
57
52
58
53
explanations/introduction
59
54
explanations/whats_in
@@ -62,8 +57,7 @@ About the documentation
62
57
63
58
.. toctree ::
64
59
:caption: How-to Guides
65
- :name: how-to
66
- :maxdepth: 1
60
+ :hidden:
67
61
68
62
how-to/add_ioc
69
63
how-to/create_ioc
@@ -74,10 +68,15 @@ About the documentation
74
68
75
69
.. toctree ::
76
70
:caption: Reference
77
- :name: reference
78
- :maxdepth: 1
71
+ :hidden:
79
72
80
73
reference/faq
81
74
reference/cli
82
75
reference/contributing
83
76
77
+ .. rst-class :: endcolumns
78
+
79
+ About the documentation
80
+ ~~~~~~~~~~~~~~~~~~~~~~~
81
+
82
+ `Why is the documentation structured this way? <https://documentation.divio.com >`_
Original file line number Diff line number Diff line change
1
+ .. _create_beamline :
2
+
1
3
Create a beamline repository
2
4
============================
3
5
You can’t perform that action at this time.
0 commit comments