Fix inconsistencies and reduce verbosity in examples/index.html (#545)

This commit is contained in:
Brandon High
2022-06-23 15:40:36 -07:00
committed by GitHub
parent 1dd9c5b009
commit d62de26683

View File

@@ -42,7 +42,7 @@
<h2>REPL</h2>
</a>
<p>
A Python REPL (Read Eval Print Loop).
A Python REPL (Read Eval Print Loop)
</p>
</div>
</div>
@@ -53,7 +53,7 @@
<h2>REPL2</h2>
</a>
<p>
A Python REPL (Read Eval Print Loop) with slightly better formatting..
A Python REPL (Read Eval Print Loop) with slightly better formatting
</p>
</div>
</div>
@@ -64,7 +64,7 @@
<h2>TODO App</h2>
</a>
<p>
Demo showing how would a Simple TODO App would look like in PyScript</code> tag
Simple TODO App
</p>
</div>
</div>
@@ -75,7 +75,7 @@
<h2>PyScript Native TODO App</h2>
</a>
<p>
Demo showing how would a Simple TODO App would look like in PyScript</code> tag
Simple TODO App using <code>&lt;py-list&gt;</code>
</p>
</div>
</div>
@@ -91,7 +91,7 @@
<h2>Matplotlib</h2>
</a>
<p>
Demonstrates rendering <a href="https://matplotlib.org/" target="_blank">Matplotlib</a> figure as output of the py-script tag
Demonstrates rendering a <a href="https://matplotlib.org/" target="_blank">Matplotlib</a> figure as output of the py-script tag
</p>
</div>
</div>
@@ -104,7 +104,7 @@
</h2>
</a>
<p>
Demonstrates rendering <a href="https://altair-viz.github.io/" target="_blank">Altair</a> plot as output of the py-script tag
Demonstrates rendering a <a href="https://altair-viz.github.io/" target="_blank">Altair</a> plot as output of the py-script tag
</p>
</div>
</div>
@@ -117,7 +117,7 @@
</h2>
</a>
<p>
Demonstrates rendering
Demonstrates rendering a
<a href="https://python-visualization.github.io/folium/" target="_blank">Folium</a>
map as output of the py-script tag
</p>