From 2cd031e51a31460b19a7b3ce38e58d7cfccccb31 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Wed, 23 Mar 2016 18:37:34 -0700 Subject: [PATCH] Use rst for index --- .../Examples and Tutorials Index.ipynb | 85 ------------------- .../examples/Notebook/examples_index.rst | 19 +++++ docs/source/index.rst | 2 +- 3 files changed, 20 insertions(+), 86 deletions(-) delete mode 100644 docs/source/examples/Notebook/Examples and Tutorials Index.ipynb create mode 100644 docs/source/examples/Notebook/examples_index.rst diff --git a/docs/source/examples/Notebook/Examples and Tutorials Index.ipynb b/docs/source/examples/Notebook/Examples and Tutorials Index.ipynb deleted file mode 100644 index 07f4bf08d..000000000 --- a/docs/source/examples/Notebook/Examples and Tutorials Index.ipynb +++ /dev/null @@ -1,85 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Examples and Tutorials" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "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." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Tutorials" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "collapsed": false - }, - "source": [ - "* [What is the Jupyter Notebook](What%20is%20the%20Jupyter%20Notebook.html)\n", - "* [Notebook Basics](Notebook%20Basics.html)\n", - "* [Running Code](Running%20Code.html)\n", - "* [Working With Markdown Cells](Working%20With%20Markdown Cells.html)\n", - "* [Custom Keyboard Shortcuts](Custom%20Keyboard%20Shortcuts.html)\n", - "* [JavaScript Notebook Extensions](JavaScript%20Notebook%20Extensions.html)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Examples" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "collapsed": false - }, - "source": [ - "* [Importing Notebooks](Importing%20Notebooks.html)\n", - "* [Connecting with the Qt Console](Connecting%20with%20the%20Qt%20Console.html)\n", - "* [Typesetting Equations](Typesetting%20Equations.html)" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.5.1" - } - }, - "nbformat": 4, - "nbformat_minor": 0 -} diff --git a/docs/source/examples/Notebook/examples_index.rst b/docs/source/examples/Notebook/examples_index.rst new file mode 100644 index 000000000..52ffd91ac --- /dev/null +++ b/docs/source/examples/Notebook/examples_index.rst @@ -0,0 +1,19 @@ +======== +Examples +======== + +The following notebooks have been rendered for your convenience. + +.. toctree:: + :maxdepth: 2 + + examples/Notebook/examples_index.rst + examples/Notebook/What is the Jupyter Notebook + examples/Notebook/Notebook Basics + examples/Notebook/Running Code + examples/Notebook/Working With Markdown Cells + examples/Notebook/Custom Keyboard Shortcuts + examples/Notebook/JavaScript Notebook Extensions + examples/Notebook/Importing Notebooks + examples/Notebook/Connecting with the Qt Console + examples/Notebook/Typesetting Equations diff --git a/docs/source/index.rst b/docs/source/index.rst index a014ed3a6..39e24e15a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -51,7 +51,7 @@ The Jupyter notebook :maxdepth: 1 :caption: Community documentation - examples/Notebook/Examples and Tutorials Index + examples/Notebook/examples_index.rst examples/Notebook/What is the Jupyter Notebook examples/Notebook/Notebook Basics examples/Notebook/Running Code