Merge pull request #7433 from amcdawes/i7424

fixed Notebook Help item
pull/37/head
Min RK 11 years ago
commit e2c52befff

@ -248,7 +248,7 @@ data-notebook-path="{{notebook_path}}"
{% set
sections = (
(
("http://nbviewer.ipython.org/github/ipython/ipython/blob/2.x/examples/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),
),
)

Loading…
Cancel
Save