##// END OF EJS Templates
Lots of documentation work.
Brian E. Granger -
Show More
@@ -0,0 +1,47 b''
1 {
2 "metadata": {
3 "name": "",
4 "signature": "sha256:1d90c9be85e777f36c4a30cb65871f4dd6efab6504fafef74184ba3e053130c6"
5 },
6 "nbformat": 3,
7 "nbformat_minor": 0,
8 "worksheets": [
9 {
10 "cells": [
11 {
12 "cell_type": "markdown",
13 "metadata": {},
14 "source": [
15 "<img src=\"../images/ipython_logo.png\">"
16 ]
17 },
18 {
19 "cell_type": "heading",
20 "level": 1,
21 "metadata": {},
22 "source": [
23 "Builtin Extensions"
24 ]
25 },
26 {
27 "cell_type": "heading",
28 "level": 2,
29 "metadata": {},
30 "source": [
31 "Tutorials"
32 ]
33 },
34 {
35 "cell_type": "markdown",
36 "metadata": {},
37 "source": [
38 "* [Cython Magics](Cython Magics.ipynb): magics for compiling and running Cython code in a cell\n",
39 "* [Octave Magic](Octave Magic.ipynb): magics for running Octave code in a cell\n",
40 "* [R Magics](R Magics.ipynb): magics for running R code in a cell"
41 ]
42 }
43 ],
44 "metadata": {}
45 }
46 ]
47 } No newline at end of file
@@ -0,0 +1,54 b''
1 {
2 "metadata": {
3 "name": "",
4 "signature": "sha256:e9beaff0a182620a68fe43e907213d7d5f30b30f6fcf3ba97114f95ea3b61b55"
5 },
6 "nbformat": 3,
7 "nbformat_minor": 0,
8 "worksheets": [
9 {
10 "cells": [
11 {
12 "cell_type": "markdown",
13 "metadata": {},
14 "source": [
15 "<img src=\"../images/ipython_logo.png\">"
16 ]
17 },
18 {
19 "cell_type": "heading",
20 "level": 1,
21 "metadata": {},
22 "source": [
23 "Core Syntax and Command Line Features"
24 ]
25 },
26 {
27 "cell_type": "heading",
28 "level": 2,
29 "metadata": {},
30 "source": [
31 "Tutorials"
32 ]
33 },
34 {
35 "cell_type": "markdown",
36 "metadata": {},
37 "source": [
38 "* [Cell Magics](Cell Magics.ipynb)\n",
39 "* [Script Magics](Script Magics.ipynb)"
40 ]
41 },
42 {
43 "cell_type": "heading",
44 "level": 2,
45 "metadata": {},
46 "source": [
47 "Examples"
48 ]
49 }
50 ],
51 "metadata": {}
52 }
53 ]
54 } No newline at end of file
@@ -0,0 +1,9 b''
1 {
2 "metadata": {
3 "name": "",
4 "signature": "sha256:0abf067a20ebda26a671db997ac954770350d292dff7b7d6a4ace8808f70aca1"
5 },
6 "nbformat": 3,
7 "nbformat_minor": 0,
8 "worksheets": []
9 } No newline at end of file
@@ -0,0 +1,9 b''
1 {
2 "metadata": {
3 "name": "",
4 "signature": "sha256:0abf067a20ebda26a671db997ac954770350d292dff7b7d6a4ace8808f70aca1"
5 },
6 "nbformat": 3,
7 "nbformat_minor": 0,
8 "worksheets": []
9 } No newline at end of file
@@ -0,0 +1,59 b''
1 {
2 "metadata": {
3 "name": "",
4 "signature": "sha256:7aef917e7be3cb0881b911b9dbab7a5198c83ddfaaca6ec3499716f4a347c87b"
5 },
6 "nbformat": 3,
7 "nbformat_minor": 0,
8 "worksheets": [
9 {
10 "cells": [
11 {
12 "cell_type": "markdown",
13 "metadata": {},
14 "source": [
15 "<img src=\"images/ipython_logo.png\">"
16 ]
17 },
18 {
19 "cell_type": "heading",
20 "level": 1,
21 "metadata": {},
22 "source": [
23 "IPython Documentation"
24 ]
25 },
26 {
27 "cell_type": "markdown",
28 "metadata": {},
29 "source": [
30 "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."
31 ]
32 },
33 {
34 "cell_type": "heading",
35 "level": 2,
36 "metadata": {},
37 "source": [
38 "Topics"
39 ]
40 },
41 {
42 "cell_type": "markdown",
43 "metadata": {},
44 "source": [
45 "* [Core](Core/Index.ipynb): IPython's core syntax and command line features available in all of our frontends\n",
46 "* [Notebook](Notebook/Index.ipynb): The IPython Notebook frontend\n",
47 "* [Widgets](Widgets/Index.ipynb): Interactive JavaScript/HTML widgets and `interact`\n",
48 "* [Parallel](Parallel/Index.ipynb): IPython's library for interactive parallel computing\n",
49 "* [Customization](Customization/Index.ipynb): How to configure IPython and customize it with magics, extensions, etc.\n",
50 "* [Embedding](Embedding/Index.ipynb): Embedding and reusing IPython's components into other applications\n",
51 "* [Builtin Extensions](Builtin Extensions/Index.ipynb): Extensions we ship with IPython\n",
52 "* [Misc](Misc/Index.ipynb): Content that doesn't fit anywhere else"
53 ]
54 }
55 ],
56 "metadata": {}
57 }
58 ]
59 } No newline at end of file
@@ -0,0 +1,9 b''
1 {
2 "metadata": {
3 "name": "",
4 "signature": "sha256:0abf067a20ebda26a671db997ac954770350d292dff7b7d6a4ace8808f70aca1"
5 },
6 "nbformat": 3,
7 "nbformat_minor": 0,
8 "worksheets": []
9 } No newline at end of file
@@ -0,0 +1,73 b''
1 {
2 "metadata": {
3 "name": "",
4 "signature": "sha256:ef5ecdf40e119cd6da50579d4d594dc74cb8c063a74b3f3f8f76834b783f750e"
5 },
6 "nbformat": 3,
7 "nbformat_minor": 0,
8 "worksheets": [
9 {
10 "cells": [
11 {
12 "cell_type": "markdown",
13 "metadata": {},
14 "source": [
15 "<img src=\"../images/ipython_logo.png\">"
16 ]
17 },
18 {
19 "cell_type": "heading",
20 "level": 1,
21 "metadata": {},
22 "source": [
23 "IPython Notebook"
24 ]
25 },
26 {
27 "cell_type": "heading",
28 "level": 2,
29 "metadata": {},
30 "source": [
31 "Tutorials"
32 ]
33 },
34 {
35 "cell_type": "markdown",
36 "metadata": {},
37 "source": [
38 "* [User Interface](User Interface.ipynb)\n",
39 "* [Running Code](Running Code.ipynb)\n",
40 "* [Basic Output](Basic Output.ipynb)\n",
41 "* [Plotting with Matplotlib](Plotting with Matplotlib.ipynb)\n",
42 "* [Markdown Cells](Markdown Cells.ipynb)\n",
43 "* [Typesetting Math Using MathJax](Typesetting Math Using MathJax.ipynb)\n",
44 "* [Display System](Display System.ipynb)\n",
45 "* [Custom Display Logic](Custom Display Logic.ipynb)"
46 ]
47 },
48 {
49 "cell_type": "heading",
50 "level": 2,
51 "metadata": {},
52 "source": [
53 "Examples"
54 ]
55 },
56 {
57 "cell_type": "markdown",
58 "metadata": {},
59 "source": [
60 "* [Trapezoid Rule](Trapezoid Rule.ipynb)\n",
61 "* [SymPy](SymPy.ipynb)\n",
62 "* [Raw Input](Raw Input.ipynb)\n",
63 "* [Progress Bars](Progress Bars.ipynb)\n",
64 "* [Importing Notebooks](Importing Notebooks.ipynb)\n",
65 "* [Connecting with the Qt Console](Connecting with the Qt Console.ipynb)\n",
66 "* [Animations Using clear_output](Animations Using clear_output.ipynb)"
67 ]
68 }
69 ],
70 "metadata": {}
71 }
72 ]
73 } No newline at end of file
1 NO CONTENT: file renamed from examples/Notebook/images/python-logo.svg to examples/Notebook/images/python_logo.svg
NO CONTENT: file renamed from examples/Notebook/images/python-logo.svg to examples/Notebook/images/python_logo.svg
@@ -1,7 +1,7 b''
1 {
1 {
2 "metadata": {
2 "metadata": {
3 "name": "",
3 "name": "",
4 "signature": "sha256:a2f4e040950648308ac7ec5f95d83948b4499ffc68e6bfd8f6fe8784955f52fb"
4 "signature": "sha256:18fc966556ef56ab0ea6e2977e0d5c9b253fc6f9735839ccf9820156f3f82c95"
5 },
5 },
6 "nbformat": 3,
6 "nbformat": 3,
7 "nbformat_minor": 0,
7 "nbformat_minor": 0,
@@ -9,18 +9,18 b''
9 {
9 {
10 "cells": [
10 "cells": [
11 {
11 {
12 "cell_type": "heading",
12 "cell_type": "markdown",
13 "level": 1,
14 "metadata": {},
13 "metadata": {},
15 "source": [
14 "source": [
16 "Widget Tutorials"
15 "<img src=\"../images/ipython_logo.png\">"
17 ]
16 ]
18 },
17 },
19 {
18 {
20 "cell_type": "markdown",
19 "cell_type": "heading",
20 "level": 1,
21 "metadata": {},
21 "metadata": {},
22 "source": [
22 "source": [
23 "This directory includes a tutorials related to the IPython notebook widget framework."
23 "Parallel Computing with IPython"
24 ]
24 ]
25 },
25 },
26 {
26 {
@@ -28,14 +28,14 b''
28 "level": 2,
28 "level": 2,
29 "metadata": {},
29 "metadata": {},
30 "source": [
30 "source": [
31 "Interact"
31 "Tutorials"
32 ]
32 ]
33 },
33 },
34 {
34 {
35 "cell_type": "markdown",
35 "cell_type": "markdown",
36 "metadata": {},
36 "metadata": {},
37 "source": [
37 "source": [
38 "* [Using Interact](Using Interact.ipynb)"
38 "* [Data Publication API](Data Publication API.ipynb) "
39 ]
39 ]
40 },
40 },
41 {
41 {
@@ -43,19 +43,14 b''
43 "level": 2,
43 "level": 2,
44 "metadata": {},
44 "metadata": {},
45 "source": [
45 "source": [
46 "Widgets"
46 "Examples"
47 ]
47 ]
48 },
48 },
49 {
49 {
50 "cell_type": "markdown",
50 "cell_type": "markdown",
51 "metadata": {},
51 "metadata": {},
52 "source": [
52 "source": [
53 "- [Basics](Basics.ipynb) \n",
53 "* "
54 "- [Events](Events.ipynb) \n",
55 "- [Placement](Placement.ipynb) \n",
56 "- [Styles](Styles.ipynb) \n",
57 "- [Alignment](Alignment.ipynb) \n",
58 "- [Custom Widgets](Custom Widgets.ipynb) "
59 ]
54 ]
60 }
55 }
61 ],
56 ],
1 NO CONTENT: file renamed from examples/Parallel/InteractiveMPI.ipynb to examples/Parallel/Monitoring an MPI Simulation - 1.ipynb
NO CONTENT: file renamed from examples/Parallel/InteractiveMPI.ipynb to examples/Parallel/Monitoring an MPI Simulation - 1.ipynb
1 NO CONTENT: file renamed from examples/Parallel/InteractiveMPI-publish-data.ipynb to examples/Parallel/Monitoring an MPI Simulation - 2.ipynb
NO CONTENT: file renamed from examples/Parallel/InteractiveMPI-publish-data.ipynb to examples/Parallel/Monitoring an MPI Simulation - 2.ipynb
@@ -1,6 +1,7 b''
1 {
1 {
2 "metadata": {
2 "metadata": {
3 "name": ""
3 "name": "",
4 "signature": "sha256:8781781d8835d77bf0f71b535b72ee2718405543c48e87ad0408242119cdb3cc"
4 },
5 },
5 "nbformat": 3,
6 "nbformat": 3,
6 "nbformat_minor": 0,
7 "nbformat_minor": 0,
@@ -52,14 +53,7 b''
52 "output_type": "stream",
53 "output_type": "stream",
53 "stream": "stdout",
54 "stream": "stdout",
54 "text": [
55 "text": [
55 "Simple, default map: "
56 "Simple, default map: [0, 2, 4, 6, 8, 10, 12, 14, 16, 18]\n"
56 ]
57 },
58 {
59 "output_type": "stream",
60 "stream": "stdout",
61 "text": [
62 "[0, 2, 4, 6, 8, 10, 12, 14, 16, 18]\n"
63 ]
57 ]
64 }
58 }
65 ],
59 ],
@@ -81,7 +75,7 b''
81 "output_type": "stream",
75 "output_type": "stream",
82 "stream": "stdout",
76 "stream": "stdout",
83 "text": [
77 "text": [
84 "Submitted tasks, got ids: ['d482fcb3-f8e9-41ff-ba16-9fd4118324f1', 'e4fe38dd-8a4d-4f3a-a111-e4c9fdbea7c3', '580431f4-ac66-4517-b03e-a58aa690a87b', '19a012cf-5d9d-4cf3-9656-d56263958c0e', '012ebbb5-5def-47ad-a247-20f88d2c8980', '0dea6cdb-5b22-4bac-a1bb-7544c0ef44e6', '909d073f-7eee-42a7-8f3b-8f7aa32e7639', 'be6c7466-d541-47a0-b12d-bc408d40ad77', 'b97b5967-a5a3-45c5-95cc-44e0823fd646', '69b06902-9526-42d9-bda6-c943be19cc5a']\n",
78 "Submitted tasks, got ids: ['b4d86123-967a-4f21-b9c5-8a77a69a3ced', '97401998-891d-4729-8288-ae1b97c28235', '1586cf7e-32c7-4864-bd0e-6aab16e07a3f', 'f6770223-59c3-4344-a69a-5d555d1dfb7f', '0ebb71da-6e16-44ac-917a-be978fd3787d', '582443c5-937e-45b0-9f13-5607c53cba60', '8d453d87-d70d-4fbd-a2c4-994ab3a8b6c7', '0a680757-1a59-4826-969c-523a45f3d76f', '63a3e983-a205-4f07-b494-ec86b2cdd004', '79b34cbb-aa93-4d11-8746-28969dbdd3ec']\n",
85 "Using a mapper: [0, 2, 4, 6, 8, 10, 12, 14, 16, 18]\n"
79 "Using a mapper: [0, 2, 4, 6, 8, 10, 12, 14, 16, 18]\n"
86 ]
80 ]
87 }
81 }
1 NO CONTENT: file renamed from examples/Parallel/parallel_mpi.ipynb to examples/Parallel/Using MPI with IPython Parallel.ipynb
NO CONTENT: file renamed from examples/Parallel/parallel_mpi.ipynb to examples/Parallel/Using MPI with IPython Parallel.ipynb
@@ -1,7 +1,7 b''
1 {
1 {
2 "metadata": {
2 "metadata": {
3 "name": "",
3 "name": "",
4 "signature": "sha256:80d852710c872fd0903d077bf8002d332c0e1256e0734573233e92c67684a321"
4 "signature": "sha256:09ffc895c9a111a5040efba2cb04a59cc8703bf86fa84e20e05c07da46112646"
5 },
5 },
6 "nbformat": 3,
6 "nbformat": 3,
7 "nbformat_minor": 0,
7 "nbformat_minor": 0,
@@ -9,11 +9,39 b''
9 {
9 {
10 "cells": [
10 "cells": [
11 {
11 {
12 "cell_type": "markdown",
13 "metadata": {},
14 "source": [
15 "<img src=\"../images/ipython_logo.png\">"
16 ]
17 },
18 {
12 "cell_type": "heading",
19 "cell_type": "heading",
13 "level": 1,
20 "level": 1,
14 "metadata": {},
21 "metadata": {},
15 "source": [
22 "source": [
16 "Widget Examples"
23 "Interactive JavaScript Widgets"
24 ]
25 },
26 {
27 "cell_type": "heading",
28 "level": 2,
29 "metadata": {},
30 "source": [
31 "Tutorials"
32 ]
33 },
34 {
35 "cell_type": "markdown",
36 "metadata": {},
37 "source": [
38 "- [Using Interact](Using Interact.ipynb)\n",
39 "- [Widgets Overview](Widgets Overview.ipynb) \n",
40 "- [Widget Events](Widget Events.ipynb) \n",
41 "- [Widget Placement](Widget Placement.ipynb) \n",
42 "- [Widget Styles](Widget Styles.ipynb) \n",
43 "- [Widget Alignment](Widget Alignment.ipynb) \n",
44 "- [Custom Widgets](Custom Widgets.ipynb)"
17 ]
45 ]
18 },
46 },
19 {
47 {
@@ -21,7 +49,7 b''
21 "level": 2,
49 "level": 2,
22 "metadata": {},
50 "metadata": {},
23 "source": [
51 "source": [
24 "Examples of how to create a custom widget:"
52 "Examples of custom widgets"
25 ]
53 ]
26 },
54 },
27 {
55 {
@@ -51,7 +79,7 b''
51 "* [Factoring](Factoring.ipynb)\n",
79 "* [Factoring](Factoring.ipynb)\n",
52 "* [Image Browser](Image Browser.ipynb)\n",
80 "* [Image Browser](Image Browser.ipynb)\n",
53 "* [Image Processing](Image Processing.ipynb)\n",
81 "* [Image Processing](Image Processing.ipynb)\n",
54 "* [Lorenz](Lorenz.ipynb)"
82 "* [Lorenz Differential Equations](Lorenz Differential Equations.ipynb)"
55 ]
83 ]
56 }
84 }
57 ],
85 ],
1 NO CONTENT: file renamed from examples/Widgets/Lorenz.ipynb to examples/Widgets/Lorenz Differential Equations.ipynb
NO CONTENT: file renamed from examples/Widgets/Lorenz.ipynb to examples/Widgets/Lorenz Differential Equations.ipynb
1 NO CONTENT: file renamed from examples/Widgets/Alignment.ipynb to examples/Widgets/Widget Alignment.ipynb
NO CONTENT: file renamed from examples/Widgets/Alignment.ipynb to examples/Widgets/Widget Alignment.ipynb
1 NO CONTENT: file renamed from examples/Widgets/Events.ipynb to examples/Widgets/Widget Events.ipynb
NO CONTENT: file renamed from examples/Widgets/Events.ipynb to examples/Widgets/Widget Events.ipynb
1 NO CONTENT: file renamed from examples/Widgets/Placement.ipynb to examples/Widgets/Widget Placement.ipynb
NO CONTENT: file renamed from examples/Widgets/Placement.ipynb to examples/Widgets/Widget Placement.ipynb
1 NO CONTENT: file renamed from examples/Widgets/Styles.ipynb to examples/Widgets/Widget Styles.ipynb
NO CONTENT: file renamed from examples/Widgets/Styles.ipynb to examples/Widgets/Widget Styles.ipynb
1 NO CONTENT: file renamed from examples/Widgets/Basics.ipynb to examples/Widgets/Widgets Overview.ipynb
NO CONTENT: file renamed from examples/Widgets/Basics.ipynb to examples/Widgets/Widgets Overview.ipynb
1 NO CONTENT: file renamed from examples/Notebook/images/logo.png to examples/images/ipython_logo.png
NO CONTENT: file renamed from examples/Notebook/images/logo.png to examples/images/ipython_logo.png
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now