From aec4473cdcf2fdd4acde6a4314ba912f25cb0a55 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 8 Dec 2019 12:53:59 -0500 Subject: Sleepy Snake --- doc/conf.py | 2 +- doc/index.rst | 1 + doc/media/sleepy-snake-600.png | Bin 0 -> 165210 bytes doc/media/sleepy-snake-circle-150.png | Bin 0 -> 24168 bytes doc/sleepy.rst | 21 +++++++++++++++++++++ 5 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 doc/media/sleepy-snake-600.png create mode 100644 doc/media/sleepy-snake-circle-150.png create mode 100644 doc/sleepy.rst diff --git a/doc/conf.py b/doc/conf.py index 09d613be..649c958b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -156,7 +156,7 @@ html_theme_path = ['_templates'] # The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = None +html_logo = 'media/sleepy-snake-circle-150.png' # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 diff --git a/doc/index.rst b/doc/index.rst index c643324e..afc4e1bc 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -206,3 +206,4 @@ More information faq whatsnew5x changes + sleepy diff --git a/doc/media/sleepy-snake-600.png b/doc/media/sleepy-snake-600.png new file mode 100644 index 00000000..948ae697 Binary files /dev/null and b/doc/media/sleepy-snake-600.png differ diff --git a/doc/media/sleepy-snake-circle-150.png b/doc/media/sleepy-snake-circle-150.png new file mode 100644 index 00000000..5e5c0ea3 Binary files /dev/null and b/doc/media/sleepy-snake-circle-150.png differ diff --git a/doc/sleepy.rst b/doc/sleepy.rst new file mode 100644 index 00000000..9ea8daf7 --- /dev/null +++ b/doc/sleepy.rst @@ -0,0 +1,21 @@ +.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +.. For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt + +.. _sleepy: + +============ +Sleepy Snake +============ + +Coverage.py's mascot is Sleepy Snake, drawn by Ben Batchelder. He can be found on `Instagram`_ and at +`artofbatch.com`_. +Some details of Sleepy's creation are on `Ned's blog`__. + +__ https://nedbatchelder.com/blog/201912/sleepy_snake.html + +.. image:: media/sleepy-snake-600.png + :alt: Sleepy Snake, cozy in his snake-shaped bed. + + +.. _Instagram: https://instagram.com/artofbatch +.. _artofbatch.com: https://artofbatch.com -- cgit v1.2.1