Skip to content

Commit 828fbc6

Browse files
committed
updated tutorials
1 parent 167a6ff commit 828fbc6

File tree

75 files changed

+9749
-17620
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+9749
-17620
lines changed
137 KB
Binary file not shown.

docs/build/doctrees/index.doctree

213 Bytes
Binary file not shown.

docs/build/doctrees/nbsphinx/notebooks/basic_usage.ipynb

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5+
"id": "cell-0",
56
"metadata": {},
67
"outputs": [],
78
"source": [
@@ -19,6 +20,7 @@
1920
{
2021
"cell_type": "code",
2122
"execution_count": null,
23+
"id": "cell-1",
2224
"metadata": {},
2325
"outputs": [],
2426
"source": [
@@ -28,6 +30,7 @@
2830
},
2931
{
3032
"cell_type": "markdown",
33+
"id": "cell-2",
3134
"metadata": {},
3235
"source": [
3336
"## Basic Setup\n",
@@ -38,6 +41,7 @@
3841
{
3942
"cell_type": "code",
4043
"execution_count": null,
44+
"id": "cell-3",
4145
"metadata": {},
4246
"outputs": [],
4347
"source": [
@@ -66,6 +70,7 @@
6670
},
6771
{
6872
"cell_type": "markdown",
73+
"id": "cell-4",
6974
"metadata": {},
7075
"source": [
7176
"## Simple Function Decoration\n",
@@ -76,6 +81,7 @@
7681
{
7782
"cell_type": "code",
7883
"execution_count": null,
84+
"id": "cell-5",
7985
"metadata": {},
8086
"outputs": [],
8187
"source": [
@@ -93,6 +99,7 @@
9399
},
94100
{
95101
"cell_type": "markdown",
102+
"id": "cell-6",
96103
"metadata": {},
97104
"source": [
98105
"## CPU-Intensive Computation\n",
@@ -103,6 +110,7 @@
103110
{
104111
"cell_type": "code",
105112
"execution_count": null,
113+
"id": "cell-7",
106114
"metadata": {},
107115
"outputs": [],
108116
"source": [
@@ -135,6 +143,7 @@
135143
},
136144
{
137145
"cell_type": "markdown",
146+
"id": "cell-8",
138147
"metadata": {},
139148
"source": [
140149
"## Array Processing\n",
@@ -145,6 +154,7 @@
145154
{
146155
"cell_type": "code",
147156
"execution_count": null,
157+
"id": "cell-9",
148158
"metadata": {},
149159
"outputs": [],
150160
"source": [
@@ -182,6 +192,7 @@
182192
},
183193
{
184194
"cell_type": "markdown",
195+
"id": "cell-10",
185196
"metadata": {},
186197
"source": [
187198
"## Data Processing Pipeline\n",
@@ -192,6 +203,7 @@
192203
{
193204
"cell_type": "code",
194205
"execution_count": null,
206+
"id": "cell-11",
195207
"metadata": {},
196208
"outputs": [],
197209
"source": [
@@ -237,6 +249,7 @@
237249
},
238250
{
239251
"cell_type": "markdown",
252+
"id": "cell-12",
240253
"metadata": {},
241254
"source": [
242255
"## Performance Comparison\n",
@@ -247,6 +260,7 @@
247260
{
248261
"cell_type": "code",
249262
"execution_count": null,
263+
"id": "cell-13",
250264
"metadata": {},
251265
"outputs": [],
252266
"source": [
@@ -294,6 +308,7 @@
294308
},
295309
{
296310
"cell_type": "markdown",
311+
"id": "cell-14",
297312
"metadata": {},
298313
"source": [
299314
"## Configuration Options\n",
@@ -304,6 +319,7 @@
304319
{
305320
"cell_type": "code",
306321
"execution_count": null,
322+
"id": "cell-15",
307323
"metadata": {},
308324
"outputs": [],
309325
"source": [
@@ -321,6 +337,7 @@
321337
},
322338
{
323339
"cell_type": "markdown",
340+
"id": "cell-16",
324341
"metadata": {},
325342
"source": [
326343
"## Next Steps\n",

0 commit comments

Comments
 (0)