Skip to content

Commit cfa1012

Browse files
committed
clarify types of IOC changes
1 parent f4fcf4a commit cfa1012

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

docs/user/tutorials/debug_generic_ioc.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Debugging Generic IOC Builds
44
This tutorial is a continuation of `generic_ioc`. Here we will look into
55
debugging failed builds and fix the issue we saw in the previous tutorial.
66

7+
This also comes under the category of type 2. change from the list
8+
at `ioc_change_types`.
9+
710
There are two ways to debug a failed build:
811

912
- Keep changing the Dockerfile and rebuilding the container until the build

docs/user/tutorials/generic_ioc.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Create a Generic IOC
44
In this tutorial we will learn how to create a generic IOC container image and
55
test our changes locally before deploying it.
66

7+
This is a type 2. change from the list at `ioc_change_types`.
8+
79
The example IOC used ADSimDetector, we will make a similar IOC that uses
810
ADUrl to get images from a web cam.
911

docs/user/tutorials/ioc_changes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Testing Changes to IOC Instances
22
================================
33

4+
.. _ioc_change_types:
45

56
Types of Changes
67
----------------

docs/user/tutorials/support_module.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Working with Support Modules
22
=============================
33

4+
This is a type 3. change from the list at `ioc_change_types`.
5+
46
If you are starting a new support module then the preceding tutorials
57
have covered all of the skills you will need.
68

0 commit comments

Comments
 (0)