Skip to content

Commit

Permalink
rm python link, add youtube link (#56)
Browse files Browse the repository at this point in the history
* rm python link, add youtube link

* update links in blog posts
  • Loading branch information
untzag authored May 22, 2023
1 parent aa7e8da commit 83748f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion posts/installing-yaq.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This tutorial will take you from a bare [conda installation](https://docs.conda.
video tutorial
--------------

<iframe width="100%" height="450" src="https://www.youtube-nocookie.com/embed/J12AuHj3JH0" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="100%" height="450" src="https://www.youtube-nocookie.com/embed/_9HSoPL0KyM" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

install conda
-------------
Expand Down
2 changes: 1 addition & 1 deletion posts/ne1000.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags: new-era-ne1000 video
authors: Blaise Thompson
---

<iframe width="100%" height="450" src="https://www.youtube-nocookie.com/embed/3G7bgBKsteI" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="100%" height="450" src="https://www.youtube-nocookie.com/embed/HcIwwFECyFY" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Let's build a yaq daemon together!
In this tutorial Blaise builds a yaq daemon from scratch.
Expand Down
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ <h1>yaq</h1>
<p>
<a href="https://yeps.yaq.fyi">yaq enhancement proposals</a> </br>
<a href="https://control.yaq.fyi">yaqd-control</a> </br>
<a href="https://python.yaq.fyi">python</a> </br>
<a href="https://yaqd-core-python.yaq.fyi">yaqd-core-python</a> </br>
<a href="https://traits.yaq.fyi">yaq-traits</a> </br>
</p>
Expand All @@ -37,9 +36,10 @@ <h1>yaq</h1>
</p>

<p>
<a href="https://gitlab.com/yaq">GitLab</a> </br>
<a href="https://gitlab.com/yaq">GitLab</a> (abandoned)</br>
<a href="https://github.com/yaq-project">GitHub</a> </br>
<a href="https://doi.org/10.1063/5.0135255">Review of Scientific Instruments Publication</a> </br>
<a href="https://www.youtube.com/@yaq-project">YouTube</a> </br>
</p>

{% include "footer.html" %}

0 comments on commit 83748f9

Please sign in to comment.