From 088bbe98396e472c3eac7b2c3a8ac1a6db4bf9ff Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 4 Sep 2017 16:47:23 -0400 Subject: [PATCH] Update documentation.rst --- docs/writing/documentation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/writing/documentation.rst b/docs/writing/documentation.rst index a91b86b..d251a0b 100644 --- a/docs/writing/documentation.rst +++ b/docs/writing/documentation.rst @@ -1,6 +1,8 @@ Documentation ============= +.. image:: https://farm5.staticflickr.com/4279/35620636012_f66aa88f93_k_d.jpg + Readability is a primary focus for Python developers, in both project and code documentation. Following some simple best practices can save both you and others a lot of time.