changed to 3.x

This commit is contained in:
Andrew Dawes 2015-01-15 11:55:31 -08:00
parent c86e6e8a87
commit bb37ee2d6d

View File

@ -248,7 +248,7 @@ data-notebook-path="{{notebook_path}}"
{% set
sections = (
(
("http://nbviewer.ipython.org/github/ipython/ipython/blob/master/examples/Notebook/Index.ipynb", "Notebook Help", True),
("http://nbviewer.ipython.org/github/ipython/ipython/blob/3.x/examples/Notebook/Index.ipynb", "Notebook Help", True),
("https://help.github.com/articles/markdown-basics/","Markdown",True),
),
)