mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Update toc for rst build from ipynb
This commit is contained in:
parent
c541cb4125
commit
d05835a5d1
@ -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
|
||||
|
@ -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>`__
|
||||
|
Loading…
Reference in New Issue
Block a user