We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change class naming, module naming, add docstrings as per the docs in https://blueskyproject.io/ophyd-async/main/how-to/implement-ad-detector.html
Depends on #755
adaravis
AravisController
AravisDetector
AravisDriverIO
AravisTriggerMode
IO
lint.ignore
pyproject.toml
The text was updated successfully, but these errors were encountered:
All IO classes updated to use the declarative style
Is there a specific reason for going with this over the procedural for these I/O classes?
Sorry, something went wrong.
All IO classes updated to use the declarative style Is there a specific reason for going with this over the procedural for these I/O classes?
2 reasons:
No branches or pull requests
Change class naming, module naming, add docstrings as per the docs in https://blueskyproject.io/ophyd-async/main/how-to/implement-ad-detector.html
Depends on #755
Acceptance Criteria
adaravis
AravisController
,AravisDetector
,AravisDriverIO
AravisTriggerMode
IO
classes point to the template they describe in the docs, and the HTML docs for it (e.g. https://areadetector.github.io/areaDetector/ADCore/NDPluginOverlay.html)IO
classes updated to use the declarative stylelint.ignore
inpyproject.toml
The text was updated successfully, but these errors were encountered: