diff --git a/doc/_static/custom.css b/doc/_static/custom.css index 0238eb72..72e8985f 100644 --- a/doc/_static/custom.css +++ b/doc/_static/custom.css @@ -72,3 +72,7 @@ div.sphinxsidebar h3 a { ol li { margin: 1em 0; } + +.pyweek .admonition-title { + display: none; +} diff --git a/doc/_static/pyweek.png b/doc/_static/pyweek.png new file mode 100644 index 00000000..eae82193 Binary files /dev/null and b/doc/_static/pyweek.png differ diff --git a/doc/index.rst b/doc/index.rst index f4f2c52b..ff761a94 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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| --------------------------