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