##// END OF EJS Templates
Backport PR #5488: Added missing require and jquery from cdn....
Backport PR #5488: Added missing require and jquery from cdn. For some reason (I suppose some changes at the css level) the font size inside the input cells was fixed at 14 px... making the fonts really small in the reveal slideshows. This is really annoying... As a plus, I have also added the missing calls for require and jquery (as the full html template does). I think these fixes belong to 2.0, but I also know we are on the edge... so I hope to get it inside :wink: Cheers.

File last commit:

r16134:7f5cbd62
r16230:ba262623
Show More
Index.ipynb
57 lines | 1.8 KiB | text/plain | TextLexer
Brian E. Granger
Lots of documentation work.
r16115 {
"metadata": {
"name": "",
Brian E. Granger
Simplify .py listing code, moving Misc examples.
r16134 "signature": "sha256:0b4b631419772e40e0f4893f5a0f0fe089a39e46c8862af0256164628394302d"
Brian E. Granger
Lots of documentation work.
r16115 },
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src=\"images/ipython_logo.png\">"
]
},
{
"cell_type": "heading",
"level": 1,
"metadata": {},
"source": [
"IPython Documentation"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This directory contains IPython's notebook-based documentation. This augments our [Sphinx-based documentation](http://ipython.org/ipython-doc/stable/index.html) with notebooks that contain interactive tutorials and examples. Over time, more of our documentation will be pulled into this format."
]
},
{
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
"Topics"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
Brian E. Granger
Lots of doc work.
r16120 "* [IPython Kernel](IPython Kernel/Index.ipynb): IPython's core syntax and command line features available in all frontends\n",
Brian E. Granger
Lots of documentation work.
r16115 "* [Notebook](Notebook/Index.ipynb): The IPython Notebook frontend\n",
Brian E. Granger
Lots of doc work.
r16120 "* [Interactive Widgets](Interactive Widgets/Index.ipynb): Interactive JavaScript/HTML widgets and `interact`\n",
"* [Parallel Computing](Parallel Computing/Index.ipynb): IPython's library for interactive parallel computing\n",
Brian E. Granger
Lots of documentation work.
r16115 "* [Customization](Customization/Index.ipynb): How to configure IPython and customize it with magics, extensions, etc.\n",
"* [Embedding](Embedding/Index.ipynb): Embedding and reusing IPython's components into other applications\n",
Brian E. Granger
Simplify .py listing code, moving Misc examples.
r16134 "* [Builtin Extensions](Builtin Extensions/Index.ipynb): Extensions we ship with IPython"
Brian E. Granger
Lots of documentation work.
r16115 ]
}
],
"metadata": {}
}
]
}