Skip to content

Commit eada387

Browse files
committed
link to broadcast examples from example index
1 parent f7b57f5 commit eada387

File tree

2 files changed

+44
-13
lines changed

2 files changed

+44
-13
lines changed

docs/source/examples/Index.ipynb

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222
"## Tutorials\n",
2323
"\n",
2424
"* [Creating Clusters from Python](Cluster%20API.ipynb)\n",
25-
"* [Data Publication API](Data%20Publication%20API.ipynb)"
25+
"* [Data Publication API](Data%20Publication%20API.ipynb)\n",
26+
"* [Parallel Magics](Parallel%20Magics.ipynb)\n",
27+
"* [Broadcast View](broadcast/Broadcast%20View.ipynb)\n",
28+
"* [Broadcasting arrays with memmap](broadcast/memmap%20Broadcast.ipynb)\n",
29+
"* [Broadcasting arrays with MPI](broadcast/MPI%20Broadcast.ipynb)"
2630
]
2731
},
2832
{
@@ -35,13 +39,12 @@
3539
"source": [
3640
"## Examples\n",
3741
"\n",
38-
"* [Parallel Magics](Parallel%20Magics.ipynb)\n",
3942
"* [Monitoring an MPI Simulation - 1](Monitoring%20an%20MPI%20Simulation%20-%201.ipynb)\n",
4043
"* [Monitoring an MPI Simulation - 2](Monitoring%20an%20MPI%20Simulation%20-%202.ipynb)\n",
4144
"* [Parallel decorator and map](Parallel%20Decorator%20and%20map.ipynb)\n",
4245
"* [Using MPI with IPython Parallel](Using%20MPI%20with%20IPython%20Parallel.ipynb)\n",
4346
"* [Monte Carlo Options](Monte%20Carlo%20Options.ipynb)\n",
44-
"* [rmt](rmt/rmt.ipynb)\n"
47+
"* [Random Matrices](rmt/rmt.ipynb)\n"
4548
]
4649
},
4750
{

docs/source/examples/rmt/rmt.ipynb

Lines changed: 38 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@
4848
"cell_type": "code",
4949
"execution_count": 2,
5050
"metadata": {
51-
"collapsed": true
51+
"collapsed": true,
52+
"jupyter": {
53+
"outputs_hidden": true
54+
}
5255
},
5356
"outputs": [],
5457
"source": [
@@ -61,7 +64,10 @@
6164
"cell_type": "code",
6265
"execution_count": 3,
6366
"metadata": {
64-
"collapsed": true
67+
"collapsed": true,
68+
"jupyter": {
69+
"outputs_hidden": true
70+
}
6571
},
6672
"outputs": [],
6773
"source": [
@@ -128,7 +134,10 @@
128134
"cell_type": "code",
129135
"execution_count": 6,
130136
"metadata": {
131-
"collapsed": true
137+
"collapsed": true,
138+
"jupyter": {
139+
"outputs_hidden": true
140+
}
132141
},
133142
"outputs": [],
134143
"source": [
@@ -143,7 +152,10 @@
143152
"cell_type": "code",
144153
"execution_count": 7,
145154
"metadata": {
146-
"collapsed": true
155+
"collapsed": true,
156+
"jupyter": {
157+
"outputs_hidden": true
158+
}
147159
},
148160
"outputs": [],
149161
"source": [
@@ -234,7 +246,10 @@
234246
"cell_type": "code",
235247
"execution_count": 11,
236248
"metadata": {
237-
"collapsed": true
249+
"collapsed": true,
250+
"jupyter": {
251+
"outputs_hidden": true
252+
}
238253
},
239254
"outputs": [],
240255
"source": [
@@ -252,7 +267,10 @@
252267
"cell_type": "code",
253268
"execution_count": 12,
254269
"metadata": {
255-
"collapsed": true
270+
"collapsed": true,
271+
"jupyter": {
272+
"outputs_hidden": true
273+
}
256274
},
257275
"outputs": [],
258276
"source": [
@@ -266,7 +284,10 @@
266284
"cell_type": "code",
267285
"execution_count": 13,
268286
"metadata": {
269-
"collapsed": true
287+
"collapsed": true,
288+
"jupyter": {
289+
"outputs_hidden": true
290+
}
270291
},
271292
"outputs": [],
272293
"source": [
@@ -295,7 +316,7 @@
295316
],
296317
"metadata": {
297318
"kernelspec": {
298-
"display_name": "Python 3",
319+
"display_name": "Python 3 (ipykernel)",
299320
"language": "python",
300321
"name": "python3"
301322
},
@@ -309,9 +330,16 @@
309330
"name": "python",
310331
"nbconvert_exporter": "python",
311332
"pygments_lexer": "ipython3",
312-
"version": "3.4.2"
333+
"version": "3.8.8"
334+
},
335+
"widgets": {
336+
"application/vnd.jupyter.widget-state+json": {
337+
"state": {},
338+
"version_major": 2,
339+
"version_minor": 0
340+
}
313341
}
314342
},
315343
"nbformat": 4,
316-
"nbformat_minor": 0
344+
"nbformat_minor": 4
317345
}

0 commit comments

Comments
 (0)