From 0d062fe9bc42eb2a5ae8d3dde79a62e00bb11e3e Mon Sep 17 00:00:00 2001
From: hardythe1
Date: Thu, 9 Oct 2014 17:39:22 +0530
Subject: added about tbc back from python.fossee.in

---
 tbc/static/templates/guidelines.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'tbc/static/templates/guidelines.html')

diff --git a/tbc/static/templates/guidelines.html b/tbc/static/templates/guidelines.html
index 90047fe..8555b44 100644
--- a/tbc/static/templates/guidelines.html
+++ b/tbc/static/templates/guidelines.html
@@ -1,7 +1,7 @@
 <h4>Guidelines for Coding</h4>
 <ul>
     <li>Strictly use Python 2.7.X version for coding</li>
-    <li>IPython Notebook version 1.1.0 should be used (which supports user input)</li>
+    <li>IPython Notebook version 1.1.0 or higher should be used (which supports user input)</li>
     <li>Each chapter should be an individual IPython Notebook</li>
     <li>Do not copy problem statement from the Textbook in the code (write it in your own words)</li>
     <li>Round-off the final answers according to the textbook</li>
@@ -10,4 +10,5 @@
     <li>All the plots must be named and have appropriate labels on its axes</li>
     <li>The symbols used in the code should be same as those being used in the textbook</li>
     <li>Check for using correct formulae while using in-built functions. (For example, the angles must be converted to degree (or radians) before calculating the sine or cosine etc.)</li>
+    <li>Material of any kind (pdf of book or image of a certain page) will not be provided to the participant. It is the participant's responsibility to arrange for the same.</li>
 </ul>
-- 
cgit