Add index for generated rst from ipynb

Carol Willing 11 years ago
parent f704baa796
commit c541cb4125

5
.gitignore vendored

@ -28,4 +28,7 @@ src
.idea/
Read the Docs
config.rst
docs/source/examples/Notebook/rstversions/
# Ignore all in rstversions but index.rst
docs/source/examples/Notebook/rstversions/*
!docs/source/examples/Notebook/rstversions/index.rst

@ -0,0 +1,34 @@
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Examples%20and%20Tutorials%20Index.ipynb>`__
Examples and Tutorials
======================
This portion of the documentation was generated from notebook files. You
can download the original interactive notebook files using the links at
the tops and bottoms of the pages.
Tutorials
---------
.. toctree::
:titlesonly:
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>`
Examples
--------
- `Importing Notebooks <Importing%20Notebooks.html>`__
- `Connecting with the Qt
Console <Connecting%20with%20the%20Qt%20Console.html>`__
- `Typesetting Equations <Typesetting%20Equations.html>`__
`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…
Cancel
Save