From c541cb412530d51847be27a9bc5965178fcd511b Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Wed, 23 Sep 2015 17:32:17 -0700 Subject: [PATCH] Add index for generated rst from ipynb --- .gitignore | 5 ++- .../examples/Notebook/rstversions/index.rst | 34 +++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 docs/source/examples/Notebook/rstversions/index.rst diff --git a/.gitignore b/.gitignore index 698abda5d..0fa864366 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/docs/source/examples/Notebook/rstversions/index.rst b/docs/source/examples/Notebook/rstversions/index.rst new file mode 100644 index 000000000..c9fc08c62 --- /dev/null +++ b/docs/source/examples/Notebook/rstversions/index.rst @@ -0,0 +1,34 @@ + +`View the original notebook on nbviewer `__ + + + +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 + Notebook Basics + Running Code + `Working With Markdown Cells ` + `Custom Keyboard Shortcuts ` + `JavaScript Notebook Extensions ` + +Examples +-------- + +- `Importing Notebooks `__ +- `Connecting with the Qt + Console `__ +- `Typesetting Equations `__ + +`View the original notebook on nbviewer `__