Skip to content

Commit 00d17b5

Browse files
committed
new index format
1 parent 08cc09d commit 00d17b5

File tree

4 files changed

+31
-26
lines changed

4 files changed

+31
-26
lines changed

README.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,13 @@ Kubernetes worker node.
5555
- The entire definition of the the example P45 beamline is held in this
5656
github organization:
5757

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
6165

6266
..
6367
Anything below this line is used when viewing README.rst and will be replaced

docs/explanations/whats_in.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ DLS cluster which hosts this beamline.
1616
The downside is that it will only serve as an example; those without access
1717
to the beamline will not be able to run the code without getting errors.
1818

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.
2222

2323

2424
Production generic IOCs

docs/index.rst

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,45 +4,41 @@
44
How the documentation is structured
55
===================================
66

7+
Documentation is split into four categories, accessible from links in the side-bar.
8+
79
.. rst-class:: columns
810

9-
:ref:`tutorials`
10-
~~~~~~~~~~~~~~~~
11+
Tutorials
12+
~~~~~~~~~
1113

1214
Tutorials for setting up a test cluster, and deploying an IOC.
1315

1416
.. rst-class:: columns
1517

16-
:ref:`explanations`
17-
~~~~~~~~~~~~~~~~~~~
18+
Explanations
19+
~~~~~~~~~~~~
1820

1921
Explanation of the principal ideas for deploying IOCs in Kubernetes.
2022

2123
.. rst-class:: columns
2224

23-
:ref:`how-to`
25+
How-to Guides
2426
~~~~~~~~~~~~~
2527

2628
Practical step-by-step guides for the more experienced user.
2729

2830
.. rst-class:: columns
2931

30-
:ref:`reference`
31-
~~~~~~~~~~~~~~~~
32+
Reference
33+
~~~~~~~~~
3234

3335
Technical reference material.
3436

3537
.. rst-class:: endcolumns
3638

37-
About the documentation
38-
~~~~~~~~~~~~~~~~~~~~~~~
39-
40-
`Why is the documentation structured this way? <https://documentation.divio.com>`_
41-
4239
.. toctree::
4340
:caption: Tutorials
44-
:name: tutorials
45-
:maxdepth: 1
41+
:hidden:
4642

4743
tutorials/setup_k8s
4844
tutorials/useful_k8s
@@ -52,8 +48,7 @@ About the documentation
5248

5349
.. toctree::
5450
:caption: Explanations
55-
:name: explanations
56-
:maxdepth: 1
51+
:hidden:
5752

5853
explanations/introduction
5954
explanations/whats_in
@@ -62,8 +57,7 @@ About the documentation
6257

6358
.. toctree::
6459
:caption: How-to Guides
65-
:name: how-to
66-
:maxdepth: 1
60+
:hidden:
6761

6862
how-to/add_ioc
6963
how-to/create_ioc
@@ -74,10 +68,15 @@ About the documentation
7468

7569
.. toctree::
7670
:caption: Reference
77-
:name: reference
78-
:maxdepth: 1
71+
:hidden:
7972

8073
reference/faq
8174
reference/cli
8275
reference/contributing
8376

77+
.. rst-class:: endcolumns
78+
79+
About the documentation
80+
~~~~~~~~~~~~~~~~~~~~~~~
81+
82+
`Why is the documentation structured this way? <https://documentation.divio.com>`_

docs/tutorials/create_beamline.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _create_beamline:
2+
13
Create a beamline repository
24
============================
35

0 commit comments

Comments
 (0)