Skip to content

Commit

Permalink
add auto_rxn to known-packages (#61)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
untzag and pre-commit-ci[bot] authored Jun 20, 2023
1 parent 8f72e68 commit ccbb46b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions known-packages.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
[clients]

[clients.auto_rxn]
badges = [
"<a href='https://github.com/uw-madison-chem-shops/auto_rxn'><img alt='CI' src='https://img.shields.io/github/checks-status/uw-madison-chem-shops/auto_rxn/main'></a>",
"<a href='https://pypi.org/project/auto_rxn'><img src='https://img.shields.io/pypi/v/auto_rxn'></a>",
"<a href='https://anaconda.org/conda-forge/auto_rxn'><img src='https://img.shields.io/conda/vn/conda-forge/auto_rxn'></a>",
]

[clients.yaqc-bluesky]
badges = [
"<a href='https://github.com/bluesky/yaqc-bluesky'><img alt='CI' src='https://img.shields.io/github/checks-status/bluesky/yaqc-bluesky/master'></a>",
Expand Down
2 changes: 1 addition & 1 deletion posts/yaqc_labview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit ccbb46b

Please sign in to comment.