Skip to content

Commit 7c75c59

Browse files
authored
Merge pull request #27 from planrich/master
Readd PyPy as sub org
2 parents c4cbf78 + ff28415 commit 7c75c59

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,28 @@ <h2>Project Ideas</h2>
583583

584584
</td>
585585
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
586+
587+
<tr>
588+
<!-- Logo -->
589+
<td rowspan="4" class="logo">
590+
<img src="http://pypy.org/image/pypy-logo2-white-background.png"
591+
width="300px"></td>
592+
<!-- Info -->
593+
<td><h4>PyPy</h4></td>
594+
<tr><td><p>PyPy is a fast, compliant alternative implementation of the Python language.</p>
595+
It is separated in many independant layers, one can work on each separatly.
596+
Some areas offer rather challenging topics (such as JIT compilation, Optimization, ...),
597+
others do not have such a steep learning curve.</p>
598+
</td></tr>
599+
<tr><td><a href="http://pypy.org/">Website</a> |
600+
<a href="https://webchat.freenode.net/">Contact: IRC Channel #pypy</a> |
601+
<a href="http://pypy.readthedocs.io/en/latest/how-to-contribute.html">Contribution Guidelines</a> |
602+
<a href="http://pypy.readthedocs.io/en/latest/project-ideas.html">Ideas Page</a>
603+
</td>
604+
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
605+
</tr>
606+
607+
<tr>
586608
<!-- Logo -->
587609
<td rowspan="4" class="logo">
588610
<img
@@ -597,6 +619,7 @@ <h2>Project Ideas</h2>
597619
</tr>
598620

599621

622+
600623
<tr>
601624
<!-- Logo -->
602625
<td rowspan="4" class="logo">

0 commit comments

Comments
 (0)