Skip to content

Commit 332fe25

Browse files
speed.python.org: Tidy up 'About' page
1 parent 802b1ee commit 332fe25

1 file changed

Lines changed: 18 additions & 10 deletions

File tree

speed_pypy/templates/about.html

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</div>
66
<div id="about" class="about_content clearfix">
77
<h3>About this site</h3>
8-
<p>We have nightly benchmark runs of pypy, together with cpython data for
8+
<p>We have nightly benchmark runs of PyPy, together with CPython data for
99
comparison. The current benchmarks have run since 2016 on a dedicated machine
1010
named <b>benchmarker</b>. Previously, we had other machines (<b>tannit</b> and
1111
briefly <b>speed-python</b>). The <b>benchmarker</b> machine is generously
@@ -16,23 +16,31 @@ <h3>About this site</h3>
1616
<li>Disk: 4TB TOSHIBA MG04ACA4</li>
1717
</ul>
1818

19-
<p>This site runs on top of Django and Codespeed</p>
19+
<p>This site runs on top of <a href="https://www.djangoproject.com/">Django</a>
20+
and <a href="https://github.com/tobami/codespeed">Codespeed</a>.</p>
21+
2022
<h3>About the benchmarks</h3>
2123
<p>The benchmark code can be found <a
2224
href="https://foss.heptapod.net/pypy/benchmarks">here</a>.</p>
23-
<p>This is a benchmark suite based on Unladen Swallow, adapted for PyPY and
24-
runs on Python2 and Python3. Also see <a
25-
href="https://speed.python.org">the python speed site</a></p>
25+
<p>This is a benchmark suite based on Unladen Swallow, adapted for PyPy and
26+
runs on Python2 and Python3. Also see the <a href="https://speed.python.org">
27+
speed.python.org</a> site.</p>
28+
2629
<h3>About PyPy</h3>
2730
<p>PyPy is a very compliant implementation of the Python language.</p>
2831
<p>Main website: <a href="https://www.pypy.org">www.pypy.org</a></p>
29-
32+
<p>Documentation: <a href="https://doc.pypy.org">doc.pypy.org</a></p>
3033
<p>Blog: <a href="https://www.pypy.org/blog/">www.pypy.org/blog/</a>
34+
3135
<h3>About Codespeed</h3>
32-
Codespeed is a web application to monitor and analyze the performance of your code.
33-
<p>Code: <a href="https://github.com/python/codespeed/tree/speed.pypy.org">PyPy branch of python fork of codespeed</a>
34-
<p>Wiki: <a href="https://wiki.github.com/tobami/codespeed/">wiki.github.com/tobami/codespeed/</a></p>
36+
<a href="https://github.com/tobami/codespeed">Codespeed</a> is a web application
37+
to monitor and analyze the performance of your code.
38+
<p>The source code of this website can be found on the
39+
<a href="https://github.com/python/codespeed/tree/speed.pypy.org"><code>PyPy</code>
40+
branch</a> of the Python fork of codespeed.</p>
41+
3542
<h3>Contact</h3>
36-
<p>For problems or suggestions about this website please file an issue on the github repo</p>
43+
<p>For problems or suggestions about this website, please file an issue in the
44+
<a href="https://github.com/python/codespeed">GitHub repository</a>.</p>
3745
</div>
3846
{% endblock %}

0 commit comments

Comments
 (0)