##// END OF EJS Templates
changed to 3.x
Andrew Dawes -
Show More
@@ -248,7 +248,7 b' data-notebook-path="{{notebook_path}}"'
248 {% set
248 {% set
249 sections = (
249 sections = (
250 (
250 (
251 ("http://nbviewer.ipython.org/github/ipython/ipython/blob/master/examples/Notebook/Index.ipynb", "Notebook Help", True),
251 ("http://nbviewer.ipython.org/github/ipython/ipython/blob/3.x/examples/Notebook/Index.ipynb", "Notebook Help", True),
252 ("https://help.github.com/articles/markdown-basics/","Markdown",True),
252 ("https://help.github.com/articles/markdown-basics/","Markdown",True),
253 ),
253 ),
254 )
254 )
General Comments 0
You need to be logged in to leave comments. Login now