diff --git a/known-packages.toml b/known-packages.toml index 035ba67c7..f12d1ed7d 100644 --- a/known-packages.toml +++ b/known-packages.toml @@ -1,5 +1,12 @@ [clients] +[clients.auto_rxn] +badges = [ + "CI", + "", + "", +] + [clients.yaqc-bluesky] badges = [ "CI", diff --git a/posts/yaqc_labview.md b/posts/yaqc_labview.md index 2b6f24365..a66480cf3 100644 --- a/posts/yaqc_labview.md +++ b/posts/yaqc_labview.md @@ -6,6 +6,6 @@ authors: Kent Meyer --- A LabVIEW library for base yaq traits has been developed and posted to the yaq-project repository. This library will be amended when additional base traits are YEPped. -The readme markdown included with the library provides a short tutorial on how the LabVIEW library works and how you can integrate it within your yaq and LabVIEW projects. +The readme markdown included with the library provides a short tutorial on how the LabVIEW library works and how you can integrate it within your yaq and LabVIEW projects. [Source code of the yaqc-labview package](https://github.com/yaq-project/yaqc-labview)