Skip to content

Commit 7843093

Browse files
authored
Merge pull request #65 from StanFromIreland/about
speed.python.org: Tidy up 'About' page
2 parents 3868aee + f858c7d commit 7843093

1 file changed

Lines changed: 15 additions & 10 deletions

File tree

speed_pypy/templates/about.html

Lines changed: 15 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,28 @@ <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>
2019
<h3>About the benchmarks</h3>
2120
<p>The benchmark code can be found <a
2221
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>
22+
<p>This is a benchmark suite based on Unladen Swallow, adapted for PyPy and
23+
runs on Python2 and Python3. Also see the <a href="https://speed.python.org">
24+
speed.python.org</a> site.</p>
25+
2626
<h3>About PyPy</h3>
2727
<p>PyPy is a very compliant implementation of the Python language.</p>
2828
<p>Main website: <a href="https://www.pypy.org">www.pypy.org</a></p>
29-
29+
<p>Documentation: <a href="https://doc.pypy.org">doc.pypy.org</a></p>
3030
<p>Blog: <a href="https://www.pypy.org/blog/">www.pypy.org/blog/</a>
31+
3132
<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>
33+
<a href="https://github.com/tobami/codespeed">Codespeed</a> is a web application
34+
to monitor and analyze the performance of your code.
35+
<p>The source code of this website can be found on the
36+
<a href="https://github.com/python/codespeed/tree/speed.pypy.org"><code>PyPy</code>
37+
branch</a> of the Python fork of codespeed.</p>
38+
3539
<h3>Contact</h3>
36-
<p>For problems or suggestions about this website please file an issue on the github repo</p>
40+
<p>For problems or suggestions about this website, please file an issue in the
41+
<a href="https://github.com/python/codespeed">GitHub repository</a>.</p>
3742
</div>
3843
{% endblock %}

0 commit comments

Comments
 (0)