DiamondLightSource / DiamondLightSource/dodal
Link to template file for all IO classes
Open
Docsathon
- Dominant language
- Python
- Stars
- 5
- Forks
- 13
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 10
Description
Dodal device classes that are IO should link to the template files they mirror. For example, in `ophyd-async`:
```python
class VimbaDriverIO(adcore.ADBaseIO):
"""Mirrors the interface provided by ADVimba/db/vimba.template."""
```
related to [1183](https://github.com/bluesky/ophyd-async/issues/1183) of `ophyd-async`
## Acceptance Criteria
* All IO classes link to a template file
Contributor guide
Assessment
This issue has not been assessed yet.