Update toc for rst build from ipynb

This commit is contained in:
Carol Willing 2015-09-23 18:02:29 -07:00
parent c541cb4125
commit d05835a5d1
2 changed files with 15 additions and 12 deletions

View File

@ -50,7 +50,7 @@ help:
clean:
rm -rf $(BUILDDIR)/*
rm -rf source/config.rst
rm -rf config.rst
html: source/config.rst ipynb2rst
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html

View File

@ -14,21 +14,24 @@ Tutorials
---------
.. toctree::
:titlesonly:
:maxdepth: 1
What is the Jupyter Notebook <What is the Jupyter Notebook>
Notebook Basics <Notebook Basics>
Running Code <Running Code.html>
`Working With Markdown Cells <Working%20With%20Markdown%20Cells.html>`
`Custom Keyboard Shortcuts <Custom%20Keyboard%20Shortcuts.html>`
`JavaScript Notebook Extensions <JavaScript%20Notebook%20Extensions.html>`
What is the Jupyter Notebook
Notebook Basics
Running Code
Working With Markdown Cells
Custom Keyboard Shortcuts
JavaScript Notebook Extensions
Examples
--------
- `Importing Notebooks <Importing%20Notebooks.html>`__
- `Connecting with the Qt
Console <Connecting%20with%20the%20Qt%20Console.html>`__
- `Typesetting Equations <Typesetting%20Equations.html>`__
.. toctree::
:maxdepth: 1
Importing Notebooks
Connecting with the Qt Console
Typesetting Equations
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Examples%20and%20Tutorials%20Index.ipynb>`__