diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-08 12:53:59 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-08 12:56:37 -0500 |
commit | aec4473cdcf2fdd4acde6a4314ba912f25cb0a55 (patch) | |
tree | a01d733386eb84502e39f05bd8f04e6db2fbfc25 | |
parent | b4a46264fa0d029591c368ac95af692afc2bf471 (diff) | |
download | python-coveragepy-git-aec4473cdcf2fdd4acde6a4314ba912f25cb0a55.tar.gz |
Sleepy Snake
-rw-r--r-- | doc/conf.py | 2 | ||||
-rw-r--r-- | doc/index.rst | 1 | ||||
-rw-r--r-- | doc/media/sleepy-snake-600.png | bin | 0 -> 165210 bytes | |||
-rw-r--r-- | doc/media/sleepy-snake-circle-150.png | bin | 0 -> 24168 bytes | |||
-rw-r--r-- | doc/sleepy.rst | 21 |
5 files changed, 23 insertions, 1 deletions
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 Binary files differnew file mode 100644 index 00000000..948ae697 --- /dev/null +++ b/doc/media/sleepy-snake-600.png diff --git a/doc/media/sleepy-snake-circle-150.png b/doc/media/sleepy-snake-circle-150.png Binary files differnew file mode 100644 index 00000000..5e5c0ea3 --- /dev/null +++ b/doc/media/sleepy-snake-circle-150.png 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 |