##// END OF EJS Templates
Fix breaking newline
Peter Parente -
Show More
@@ -1,62 +1,61 b''
1 1 {
2 2 "cells": [
3 3 {
4 4 "cell_type": "markdown",
5 5 "metadata": {},
6 6 "source": [
7 7 "<img src=\"images/ipython_logo.png\">"
8 8 ]
9 9 },
10 10 {
11 11 "cell_type": "markdown",
12 12 "metadata": {},
13 13 "source": [
14 14 "# IPython Documentation"
15 15 ]
16 16 },
17 17 {
18 18 "cell_type": "markdown",
19 19 "metadata": {},
20 20 "source": [
21 "This directory contains IPython's notebook-based documentation. This
22 augments our [Sphinx-based documentation](https://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."
21 "This directory contains IPython's notebook-based documentation. This augments our [Sphinx-based documentation](https://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."
23 22 ]
24 23 },
25 24 {
26 25 "cell_type": "markdown",
27 26 "metadata": {},
28 27 "source": [
29 28 "## Topics"
30 29 ]
31 30 },
32 31 {
33 32 "cell_type": "markdown",
34 33 "metadata": {},
35 34 "source": [
36 35 "* [IPython Kernel](IPython Kernel/Index.ipynb): IPython's core syntax and command line features available in all frontends\n",
37 36 "* [Embedding](Embedding/Index.ipynb): Embedding and reusing IPython's components into other applications\n"
38 37 ]
39 38 }
40 39 ],
41 40 "metadata": {
42 41 "kernelspec": {
43 42 "display_name": "Python 3",
44 43 "language": "python",
45 44 "name": "python3"
46 45 },
47 46 "language_info": {
48 47 "codemirror_mode": {
49 48 "name": "ipython",
50 49 "version": 3
51 50 },
52 51 "file_extension": ".py",
53 52 "mimetype": "text/x-python",
54 53 "name": "python",
55 54 "nbconvert_exporter": "python",
56 55 "pygments_lexer": "ipython3",
57 56 "version": "3.4.3"
58 57 }
59 58 },
60 59 "nbformat": 4,
61 60 "nbformat_minor": 0
62 61 }
General Comments 0
You need to be logged in to leave comments. Login now