Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
charmoniumQ committed Oct 17, 2024
1 parent 9087146 commit 932177b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 72 deletions.
13 changes: 5 additions & 8 deletions docs/us-rse.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ <h2>PROBE</h2>
<section>
<h2>Understand dataflow in your pile of scripts</h2>
<pre style="font-size: 5vh;"><code><span class="fragment">$ probe record ./plot.sh</span>
<span class="fragment">$ probe export dataflow-png plot.png</span></code></pre>
<span class="fragment">$ probe export dataflow-graph</span></code></pre>
<figure class="contributor">
<img
alt="Shofiya Bootwala"
Expand All @@ -238,7 +238,7 @@ <h2>Understand dataflow in your pile of scripts</h2>
<section>
<h2>Create Makefile automatically</h2>
<pre style="font-size: 5vh;"><code><span class="fragment">$ probe record ./plot.sh 42</span>
<span class="fragment">$ probe export makefile plot.png</span>
<span class="fragment">$ probe export makefile</span>
<span class="fragment">$ cat Makefile
input.csv: generate_data.py /bin/python
./generate_data.py --foo=42
Expand All @@ -256,11 +256,8 @@ <h2>Create Makefile automatically</h2>
<section>
<h2>Create container automatically</h2>
<pre style="font-size: 5vh;"><code><span class="fragment">$ probe record ./plot.sh</span>
<span class="fragment">$ probe export docker plot.png</span>
<span class="fragment">$ docker load &lt; dockerimage --tag plot</span>
<span class="fragment">$ docker run -v /out:$PWD/out plot</span>
<span class="fragment">$ ls /out
plot.png</span></code></pre>
<span class="fragment">$ probe export docker-image experiment:1.0.1</span>
<span class="fragment">$ docker run experiment:1.0.1</span></code></pre>
<figure class="contributor">
<img
alt="Asif Zubayer Palak"
Expand All @@ -270,7 +267,7 @@ <h2>Create container automatically</h2>
</figure>
</section>
<section>
<h2>What libraries does cmd use?</h2>
<h2>What libraries does cmd use? (Planned feature)</h2>
<pre style="font-size: 5vh;"><code><span class="fragment">$ probe record ./plot.sh</span>
<span class="fragment">$ probe export libs
apt-get:
Expand Down
64 changes: 0 additions & 64 deletions test.dot

This file was deleted.

0 comments on commit 932177b

Please sign in to comment.