Skip to content

Commit

Permalink
Merge pull request #61 from marcelldls/epics-folders
Browse files Browse the repository at this point in the history
Update docs for renamed epics folders
  • Loading branch information
gilesknap authored Nov 14, 2023
2 parents 17522b7 + 50463fb commit 5e7c7ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/user/tutorials/dev_container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,11 @@ host. i.e. the root folder under which your projects are all cloned):
- WS/ioc-adsimdetector/ioc
- soft link to IOC source tree

* - /epics/ibek
* - /epics/ibek-defs
- N/A
- All ibek *Support yaml* files

* - /epics/pvi
* - /epics/pvi-defs
- N/A
- all PVI definitions from support modules

Expand Down
4 changes: 2 additions & 2 deletions docs/user/tutorials/ioc_changes1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ The schema is in turn defined by the set of support modules that were compiled
into the Generic IOC (ioc-adsimdetector). Each support module has an
``ibek`` *support YAML* file that contributes to the schema.

The *Support yaml* files are in the folder ``/epics/ibek`` inside of the
The *Support yaml* files are in the folder ``/epics/ibek-defs`` inside of the
container. They were placed there during the compilation of the support
modules at Generic IOC build time.

It can be instructive to look at these files to see what entities are available
to *IOC instances*. For example the global support yaml file
``/epics/ibek/epics.ibek.support.yaml`` contains the following:
``/epics/ibek-defs/epics.ibek.support.yaml`` contains the following:

.. code:: yaml
Expand Down

0 comments on commit 5e7c7ee

Please sign in to comment.