10000 Fix inconsistencies and reduce verbosity in examples/index.html (#545) · testnest/pyscript@d62de26 · GitHub
[go: up one dir, main page]

Skip to content

Commit d62de26

Browse files
authored
Fix inconsistencies and reduce verbosity in examples/index.html (pyscript#545)
1 parent 1dd9c5b commit d62de26

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

examples/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h2>Simple clock</h2>
4242
<h2>REPL</h2>
4343
</a>
4444
<p>
45-
A Python REPL (Read Eval Print Loop).
45+
A Python REPL (Read Eval Print Loop)
4646
</p>
4747
</div>
4848
</div>
@@ -53,7 +53,7 @@ <h2>REPL</h2>
5353
<h2>REPL2</h2>
5454
</a>
5555
<p>
56-
A Python REPL (Read Eval Print Loop) with slightly better formatting..
56+
A Python REPL (Read Eval Print Loop) with slightly better formatting
5757
</p>
5858
</div>
5959
</div>
@@ -64,7 +64,7 @@ <h2>REPL2</h2>
6464
<h2>TODO App</h2>
6565
</a>
6666
<p>
67-
Demo showing how would a Simple TODO App would look like in PyScript</code> tag
67+
Simple TODO App
6868
</p>
6969
</div>
7070
</div>
@@ -75,7 +75,7 @@ <h2>TODO App</h2>
7575
<h2>PyScript Native TODO App</h2>
7676
</a>
7777
<p>
78-
Demo showing how would a Simple TODO App would look like in PyScript</code> tag
78+
Simple TODO App using <code>&lt;py-list&gt;</code>
7979
</p>
8080
</div>
8181
</div>
@@ -91,7 +91,7 @@ <h2>MIME Rendering</h2>
9191
<h2>Matplotlib</h2>
9292
</a>
9393
<p>
94-
Demonstrates rendering <a href="https://matplotlib.org/" target="_blank">Matplotlib</a> figure as output of the py-script tag
94+
Demonstrates rendering a <a href="https://matplotlib.org/" target="_blank">Matplotlib</a> figure as output of the py-script tag
9595
</p>
9696
</div>
9797
</div>
@@ -104,7 +104,7 @@ <h2>
104104
</h2>
105105
</a>
106106
<p>
107-
Demonstrates rendering <a href="https://altair-viz.github.io/" target="_blank">Altair</a> plot as output of the py-script tag
107+
Demonstrates rendering a <a href="https://altair-viz.github.io/" target="_blank">Altair</a> plot as output of the py-script tag
108108
</p>
109109
</div>
110110
</div>
@@ -117,7 +117,7 @@ <h2>
117117
</h2>
118118
</a>
119119
<p>
120-
Demonstrates rendering
120+
Demonstrates rendering a
121121
<a href="https://python-visualization.github.io/folium/" target="_blank">Folium</a>
122122
map as output of the py-script tag
123123
</p>

0 commit comments

Comments
 (0)
0