mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Use rst for index
This commit is contained in:
parent
6f42d8e8e7
commit
2cd031e51a
@ -1,85 +0,0 @@
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"<img src=\"../images/jupyter_logo.png\">"
|
||||
]
|
||||
},
|
||||
{
|
||||
"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
|
||||
}
|
19
docs/source/examples/Notebook/examples_index.rst
Normal file
19
docs/source/examples/Notebook/examples_index.rst
Normal file
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user