Skip to content

Commit 7833ed0

Browse files
committed
updates to tutorials 11-12
2 parents c552f31 + 12087ea commit 7833ed0

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ The `Developer Guide`_ contains information on setting up a development
2626
environment, building docs and what standards the documentation
2727
should follow.
2828

29-
.. _Developer Guide: https://diamondlightsource.github.io/epics-containers.github.io/main/developer/how-to/contribute.html
29+
.. _Developer Guide: https://epics-containers.github.io/main/developer/how-to/contribute.html

docs/user/tutorials/01_setup_workstation.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,10 @@ If you are using docker, simply replace ``podman`` with ``docker`` in the comman
7878

7979
The podman version required is 4.0 or later. This is not easy to obtain on debian
8080
distributions at the time of writing, but details of how to compile from source
81-
are
82-
`in this Dockerfile <https://github.com/epics-containers/dev-e7/blob/main/docker/Dockerfile#L58-L77>`_.
81+
are contained
82+
`in this Dockerfile <https://github.com/epics-containers/dev-e7/blob/main/docker/Dockerfile>`_
83+
under the heading ``Stage to add a recent podman client``
84+
8385

8486
The links below have details of how to install your choice of container platform:
8587

docs/user/tutorials/09_test_generic_ioc.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ You should see the C2DataViewer. Click on auto button and you should see:
160160

161161
Millie the Labradoodle
162162

163-
To work out how Millie got into the viewer, take a look at example.sh, I leave
164-
this as an exercise for the reader.
163+
To work out how Millie got into the viewer, take a look at example.sh.
165164

166165

167166

docs/user/tutorials/11_rtems_setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ changes:
5555
and not already in use by another service. At the moment you have to try
5656
deploying and see if it works. If it doesn't work then try another IP.
5757

58-
Also note that `bl01t` is a shared resource so if there is already a
58+
Also note that ``bl01t`` is a shared resource so if there is already a
5959
``bl01t-nfsv2-tftp`` service running then you will have to choose a different
6060
IP address (or just use the existing one)
6161

6262
You can verify if the service is already running using kubectl. The command
6363
shown below will list all the services in the ``bl01t`` namespace, and the
6464
example output shows that there is already a ``bl01t-nfsv2-tftp`` service
65-
using the IP address `172.23.168.220`:
65+
using the IP address ``172.23.168.220``:
6666

6767
.. code-block:: bash
6868

0 commit comments

Comments
 (0)