Skip to content

Commit

Permalink
Add banner for PyWeek to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmauve committed Oct 18, 2018
1 parent 8864346 commit 64aebf7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,7 @@ div.sphinxsidebar h3 a {
ol li {
margin: 1em 0;
}

.pyweek .admonition-title {
display: none;
}
Binary file added doc/_static/pyweek.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,25 @@ User Guide
other-libs
changelog

.. rst-class:: pyweek

.. tip::

.. image:: _static/pyweek.png
:alt: Pyweek Game Jam
:height: 50
:target: https://pyweek.org/

If you're ready to try writing a full game, an event to look out for is
PyWeek_, which happens twice a year at https://pyweek.org/.

It's an online game programming challenge: you have a week to write a
game in Python, using Pygame Zero or other libraries. Lots of other
people will be writing games too, and you can watch their progress and
play and rate the finished results after the competition.

.. _PyWeek: https://pyweek.org/


Stickers by |Sticker Mule|
--------------------------
Expand Down

0 comments on commit 64aebf7

Please sign in to comment.