From e8ae2027251aaa9311328f54a6db7550682de3d5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 4 Sep 2017 16:44:26 -0400 Subject: [PATCH] Update structure.rst --- docs/writing/structure.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/writing/structure.rst b/docs/writing/structure.rst index 486004c..4ef0cea 100644 --- a/docs/writing/structure.rst +++ b/docs/writing/structure.rst @@ -1,6 +1,8 @@ Structuring Your Project ======================== +.. image:: https://farm5.staticflickr.com/4166/34435687940_8f73fc1fa6_k_d.jpg + By "structure" we mean the decisions you make concerning how your project best meets its objective. We need to consider how to best leverage Python's features to create clean, effective code.