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 `__