summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardythe12014-02-07 15:59:29 +0530
committerhardythe12014-02-07 15:59:29 +0530
commitc0f406a22a6693b925a0671fc1a2f5442b08fde9 (patch)
treee80eea302c08f9dab32cbc360fd1f2d574002cf1
parentacb2cccb7e5979b5015bebff1827aa04a17fc808 (diff)
downloadPython-TBC-Interface-c0f406a22a6693b925a0671fc1a2f5442b08fde9.tar.gz
Python-TBC-Interface-c0f406a22a6693b925a0671fc1a2f5442b08fde9.tar.bz2
Python-TBC-Interface-c0f406a22a6693b925a0671fc1a2f5442b08fde9.zip
updating guidelines with sample IPython Notebook
-rw-r--r--tbc/templates/tbc/about-pytbc.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tbc/templates/tbc/about-pytbc.html b/tbc/templates/tbc/about-pytbc.html
index 1c6b17a..58efd77 100644
--- a/tbc/templates/tbc/about-pytbc.html
+++ b/tbc/templates/tbc/about-pytbc.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% load static %}
{% block script %}
<script type='text/javascript'>
@@ -30,7 +31,7 @@ function data(showHideDiv)
<li>Contributor selects 3 appropriate textbooks and <a href="/submitproposal">submits a proposal</a>
<li>Reviewer will have a look at the proposed books, will select an appropriate book and allot to the contributor
<li>Contributor will be notified to send sample codes for the allotted book (around 10 examples from random chapters) in form of iPython Notebook</li>
- <li>Sample Notebook for your reference (see additional links for more details on iPython Notebook)</li>
+ <li><a href="http://nbviewer.ipython.org/url/tbc-python.fossee.in{% static 'uploads/' %}Sample.ipynb" target="_blank">Sample IPython Notebook</a> for your reference (see additional links for more details on iPython Notebook)</li>
<li>Contributor sends the required solved examples (sample code) as mentioned earlier in form of iPython Notebook
<li>Reviewer reviews the pilot examples and gives consent for further work
<li>Contributor is provided a time period of 2 months to code all the solved examples of allotted book once the pilot examples are approved