From 95ecb66c9631960624687f1c77d341d629113493 Mon Sep 17 00:00:00 2001 From: Tanya Schlusser Date: Sat, 17 Jan 2015 11:56:16 -0600 Subject: [PATCH] Added the logging section after the testing section in the Writing page --- docs/contents.rst.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/contents.rst.inc b/docs/contents.rst.inc index cc38532..b312ee3 100644 --- a/docs/contents.rst.inc +++ b/docs/contents.rst.inc @@ -32,6 +32,7 @@ This part of the guide focuses on best practices for writing Python code. writing/reading writing/documentation writing/tests + writing/logging writing/gotchas writing/license