From ccbb46b2ecfdc30af78b0dd748d1736bffba8bfa Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Tue, 20 Jun 2023 15:04:44 -0500 Subject: [PATCH] add auto_rxn to known-packages (#61) * add auto_rxn to known-packages * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * not bluesky * main not master --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- known-packages.toml | 7 +++++++ posts/yaqc_labview.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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)