Skip to content

Commit 9cb6fae

Browse files
committed
html push
1 parent 0d573b9 commit 9cb6fae

File tree

129 files changed

+979
-2532
lines changed

Some content is hidden

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

129 files changed

+979
-2532
lines changed
Binary file not shown.
Binary file not shown.

docs/.doctrees/environment.pickle

722 Bytes
Binary file not shown.

docs/.doctrees/index.doctree

883 Bytes
Binary file not shown.

docs/.doctrees/intro.doctree

883 Bytes
Binary file not shown.

docs/.doctrees/nbsphinx/Module1_GettingStartedWithPython/Informal_Intro_Python.ipynb

+144-144
Large diffs are not rendered by default.

docs/.doctrees/nbsphinx/Module1_GettingStartedWithPython/Jupyter_Notebooks.ipynb

+17-17
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@
155155
"execution_count": 1,
156156
"metadata": {
157157
"execution": {
158-
"iopub.execute_input": "2021-01-31T17:47:04.540478Z",
159-
"iopub.status.busy": "2021-01-31T17:47:04.539472Z",
160-
"iopub.status.idle": "2021-01-31T17:47:07.737762Z",
161-
"shell.execute_reply": "2021-01-31T17:47:07.737762Z"
158+
"iopub.execute_input": "2021-01-31T21:47:30.495595Z",
159+
"iopub.status.busy": "2021-01-31T21:47:30.494594Z",
160+
"iopub.status.idle": "2021-01-31T21:47:31.168637Z",
161+
"shell.execute_reply": "2021-01-31T21:47:31.167635Z"
162162
}
163163
},
164164
"outputs": [],
@@ -175,10 +175,10 @@
175175
"execution_count": 2,
176176
"metadata": {
177177
"execution": {
178-
"iopub.execute_input": "2021-01-31T17:47:07.741762Z",
179-
"iopub.status.busy": "2021-01-31T17:47:07.741762Z",
180-
"iopub.status.idle": "2021-01-31T17:47:07.753071Z",
181-
"shell.execute_reply": "2021-01-31T17:47:07.752044Z"
178+
"iopub.execute_input": "2021-01-31T21:47:31.173637Z",
179+
"iopub.status.busy": "2021-01-31T21:47:31.172634Z",
180+
"iopub.status.idle": "2021-01-31T21:47:31.183635Z",
181+
"shell.execute_reply": "2021-01-31T21:47:31.183635Z"
182182
}
183183
},
184184
"outputs": [],
@@ -196,10 +196,10 @@
196196
"execution_count": 3,
197197
"metadata": {
198198
"execution": {
199-
"iopub.execute_input": "2021-01-31T17:47:07.756042Z",
200-
"iopub.status.busy": "2021-01-31T17:47:07.756042Z",
201-
"iopub.status.idle": "2021-01-31T17:47:07.768651Z",
202-
"shell.execute_reply": "2021-01-31T17:47:07.767622Z"
199+
"iopub.execute_input": "2021-01-31T21:47:31.187635Z",
200+
"iopub.status.busy": "2021-01-31T21:47:31.186634Z",
201+
"iopub.status.idle": "2021-01-31T21:47:31.198636Z",
202+
"shell.execute_reply": "2021-01-31T21:47:31.198636Z"
203203
}
204204
},
205205
"outputs": [],
@@ -215,17 +215,17 @@
215215
"execution_count": 4,
216216
"metadata": {
217217
"execution": {
218-
"iopub.execute_input": "2021-01-31T17:47:07.793622Z",
219-
"iopub.status.busy": "2021-01-31T17:47:07.792639Z",
220-
"iopub.status.idle": "2021-01-31T17:47:08.237712Z",
221-
"shell.execute_reply": "2021-01-31T17:47:08.236711Z"
218+
"iopub.execute_input": "2021-01-31T21:47:31.233635Z",
219+
"iopub.status.busy": "2021-01-31T21:47:31.232637Z",
220+
"iopub.status.idle": "2021-01-31T21:47:31.719634Z",
221+
"shell.execute_reply": "2021-01-31T21:47:31.720634Z"
222222
}
223223
},
224224
"outputs": [
225225
{
226226
"data": {
227227
"text/plain": [
228-
"<matplotlib.legend.Legend at 0x251f83f9e20>"
228+
"<matplotlib.legend.Legend at 0x2a496ed7f10>"
229229
]
230230
},
231231
"execution_count": 1,

docs/.doctrees/nbsphinx/Module1_GettingStartedWithPython/SiteFormatting.ipynb

+33-40
Original file line numberDiff line numberDiff line change
@@ -60,34 +60,39 @@
6060
"100.\n",
6161
"```\n",
6262
"\n",
63-
"Lastly, the input and output of an iPython console and a Jupyter notebook alike is displayed as follows:"
64-
]
65-
},
66-
{
67-
"cell_type": "code",
68-
"execution_count": 1,
69-
"metadata": {
70-
"execution": {
71-
"iopub.execute_input": "2021-01-31T17:47:10.755053Z",
72-
"iopub.status.busy": "2021-01-31T17:47:10.755053Z",
73-
"iopub.status.idle": "2021-01-31T17:47:10.765304Z",
74-
"shell.execute_reply": "2021-01-31T17:47:10.764298Z"
75-
}
76-
},
77-
"outputs": [
78-
{
79-
"data": {
80-
"text/plain": [
81-
"5"
82-
]
83-
},
84-
"execution_count": 1,
85-
"metadata": {},
86-
"output_type": "execute_result"
87-
}
88-
],
89-
"source": [
90-
"2 + 3"
63+
"Lastly, the input and output of an iPython console and a Jupyter notebook alike is displayed as follows:\n",
64+
"\n",
65+
"```python\n",
66+
"2 + 3\n",
67+
"```\n",
68+
"\n",
69+
"## Running Code Snippets from this Site\n",
70+
"\n",
71+
"In PLYMI, we typically precede every code snippet with one or more commented lines.\n",
72+
"This is useful because it makes a page more \"skimmable\", since the code snippets essentially come with\n",
73+
"descriptive, self-explanatory captions.\n",
74+
"That being said, there is a downside to this. \n",
75+
"\n",
76+
"Python terminals don't like having multiple comment lines precede an input-prompt.\n",
77+
"E.g. if you paste and run the following code into a terminal\n",
78+
"\n",
79+
"```python\n",
80+
"# demonstrating the distinction of\n",
81+
"# input and output via >>>\n",
82+
"\n",
83+
">>> x = 1\n",
84+
"```\n",
85+
"\n",
86+
"you will get a syntax error.\n",
87+
"To fix this issue, simply exclude the comments when you copy this block to your clipboard.\n",
88+
"Running\n",
89+
"\n",
90+
"```python\n",
91+
">>> x = 1\n",
92+
"```\n",
93+
"\n",
94+
"will work without any issue.\n",
95+
"Keep this in mind if you ever find yourself having trouble running code that you copied from this site."
9196
]
9297
}
9398
],
@@ -104,18 +109,6 @@
104109
"display_name": "Python 3",
105110
"language": "python",
106111
"name": "python3"
107-
},
108-
"language_info": {
109-
"codemirror_mode": {
110-
"name": "ipython",
111-
"version": 3
112-
},
113-
"file_extension": ".py",
114-
"mimetype": "text/x-python",
115-
"name": "python",
116-
"nbconvert_exporter": "python",
117-
"pygments_lexer": "ipython3",
118-
"version": "3.8.5"
119112
}
120113
},
121114
"nbformat": 4,

docs/.doctrees/nbsphinx/Module3_IntroducingNumpy/BasicIndexing.ipynb

+1-26
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"cells": [
33
{
44
"cell_type": "raw",
5-
"id": "formed-outline",
65
"metadata": {
76
"raw_mimetype": "text/restructuredtext"
87
},
@@ -14,7 +13,6 @@
1413
},
1514
{
1615
"cell_type": "markdown",
17-
"id": "sharing-stanley",
1816
"metadata": {},
1917
"source": [
2018
"# Introducing Basic and Advanced Indexing\n",
@@ -47,7 +45,6 @@
4745
},
4846
{
4947
"cell_type": "markdown",
50-
"id": "complicated-commodity",
5148
"metadata": {},
5249
"source": [
5350
"## Basic Indexing\n",
@@ -70,7 +67,6 @@
7067
},
7168
{
7269
"cell_type": "markdown",
73-
"id": "passive-radiation",
7470
"metadata": {},
7571
"source": [
7672
"### Indexing with Integers and Slice Objects\n",
@@ -112,7 +108,6 @@
112108
},
113109
{
114110
"cell_type": "markdown",
115-
"id": "modular-association",
116111
"metadata": {},
117112
"source": [
118113
"### Using a Tuple as an N-dimensional Index\n",
@@ -123,7 +118,6 @@
123118
},
124119
{
125120
"cell_type": "markdown",
126-
"id": "billion-lyric",
127121
"metadata": {},
128122
"source": [
129123
"```python\n",
@@ -162,7 +156,6 @@
162156
},
163157
{
164158
"cell_type": "markdown",
165-
"id": "severe-deputy",
166159
"metadata": {},
167160
"source": [
168161
"### Ellipsis and Newaxis objects\n",
@@ -215,7 +208,6 @@
215208
},
216209
{
217210
"cell_type": "markdown",
218-
"id": "favorite-affair",
219211
"metadata": {},
220212
"source": [
221213
"<div class=\"alert alert-info\"> \n",
@@ -229,7 +221,6 @@
229221
},
230222
{
231223
"cell_type": "markdown",
232-
"id": "union-thousand",
233224
"metadata": {},
234225
"source": [
235226
"<div class=\"alert alert-info\"> \n",
@@ -243,7 +234,6 @@
243234
},
244235
{
245236
"cell_type": "markdown",
246-
"id": "center-current",
247237
"metadata": {},
248238
"source": [
249239
"<div class=\"alert alert-info\"> \n",
@@ -274,7 +264,6 @@
274264
},
275265
{
276266
"cell_type": "markdown",
277-
"id": "quick-median",
278267
"metadata": {},
279268
"source": [
280269
"## Producing a View of an Array\n",
@@ -331,7 +320,6 @@
331320
},
332321
{
333322
"cell_type": "markdown",
334-
"id": "negative-tumor",
335323
"metadata": {},
336324
"source": [
337325
"<div class=\"alert alert-info\"> \n",
@@ -362,7 +350,6 @@
362350
},
363351
{
364352
"cell_type": "markdown",
365-
"id": "correct-engineering",
366353
"metadata": {},
367354
"source": [
368355
"## Augmenting the Underlying Data of an Array \n",
@@ -377,7 +364,6 @@
377364
},
378365
{
379366
"cell_type": "markdown",
380-
"id": "exempt-builder",
381367
"metadata": {},
382368
"source": [
383369
"### In-Place Assignments\n",
@@ -455,7 +441,6 @@
455441
},
456442
{
457443
"cell_type": "markdown",
458-
"id": "rapid-destruction",
459444
"metadata": {},
460445
"source": [
461446
"### Augmented Assignments\n",
@@ -506,7 +491,6 @@
506491
},
507492
{
508493
"cell_type": "markdown",
509-
"id": "textile-quest",
510494
"metadata": {},
511495
"source": [
512496
"### Specifying `out` to Perform NumPy Operations In-Place \n",
@@ -535,7 +519,6 @@
535519
},
536520
{
537521
"cell_type": "markdown",
538-
"id": "distinguished-newspaper",
539522
"metadata": {},
540523
"source": [
541524
"### Benefits and Risks of Augmenting Data In-Place\n",
@@ -570,7 +553,6 @@
570553
},
571554
{
572555
"cell_type": "markdown",
573-
"id": "nuclear-sweden",
574556
"metadata": {},
575557
"source": [
576558
"<div class=\"alert alert-info\"> \n",
@@ -646,7 +628,6 @@
646628
},
647629
{
648630
"cell_type": "markdown",
649-
"id": "enabling-train",
650631
"metadata": {},
651632
"source": [
652633
"<div class=\"alert alert-info\"> \n",
@@ -660,7 +641,6 @@
660641
},
661642
{
662643
"cell_type": "markdown",
663-
"id": "premium-hanging",
664644
"metadata": {},
665645
"source": [
666646
"## Links to Official Documentation\n",
@@ -671,15 +651,13 @@
671651
},
672652
{
673653
"cell_type": "markdown",
674-
"id": "small-niger",
675654
"metadata": {},
676655
"source": [
677656
"## Reading Comprehension Solutions"
678657
]
679658
},
680659
{
681660
"cell_type": "markdown",
682-
"id": "vocational-library",
683661
"metadata": {},
684662
"source": [
685663
"**Ellipsis: Solution**\n",
@@ -693,7 +671,6 @@
693671
},
694672
{
695673
"cell_type": "markdown",
696-
"id": "requested-ribbon",
697674
"metadata": {},
698675
"source": [
699676
"**Basic Indexing: Solution**\n",
@@ -712,7 +689,6 @@
712689
},
713690
{
714691
"cell_type": "markdown",
715-
"id": "specialized-venture",
716692
"metadata": {},
717693
"source": [
718694
"**Views: Solution**\n",
@@ -739,7 +715,6 @@
739715
},
740716
{
741717
"cell_type": "markdown",
742-
"id": "headed-liability",
743718
"metadata": {},
744719
"source": [
745720
"**Augmenting Array Data In-Place: Solution**\n",
@@ -826,5 +801,5 @@
826801
}
827802
},
828803
"nbformat": 4,
829-
"nbformat_minor": 5
804+
"nbformat_minor": 4
830805
}

docs/.doctrees/nbsphinx/Module5_OddsAndEnds/WorkingWithFiles.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,10 @@
282282
"execution_count": 1,
283283
"metadata": {
284284
"execution": {
285-
"iopub.execute_input": "2021-01-31T17:47:43.823188Z",
286-
"iopub.status.busy": "2021-01-31T17:47:43.822190Z",
287-
"iopub.status.idle": "2021-01-31T17:47:43.829185Z",
288-
"shell.execute_reply": "2021-01-31T17:47:43.829185Z"
285+
"iopub.execute_input": "2021-01-31T21:48:04.883894Z",
286+
"iopub.status.busy": "2021-01-31T21:48:04.883894Z",
287+
"iopub.status.idle": "2021-01-31T21:48:04.887896Z",
288+
"shell.execute_reply": "2021-01-31T21:48:04.886895Z"
289289
}
290290
},
291291
"outputs": [],

0 commit comments

Comments
 (0)