Skip to content

Commit a14ef06

Browse files
committed
typo
1 parent 7117202 commit a14ef06

Some content is hidden

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

53 files changed

+217
-170
lines changed
Binary file not shown.

docs/.doctrees/environment.pickle

-334 Bytes
Binary file not shown.

docs/Module5_OddsAndEnds/Matplotlib.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ <h1>Matplotlib<a class="headerlink" href="#Matplotlib" title="Permalink to this
409409
<span class="c1"># we then use these objects to draw-on and manipulate our plot</span>
410410
<span class="n">ax</span><span class="o">.</span><span class="n">plot</span><span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="n">y</span><span class="p">)</span>
411411

412-
<span class="c1"># Plot using matplotlib&#39;s object-oriented API:</span>
412+
<span class="c1"># Plot using matplotlib&#39;s functional API:</span>
413413
<span class="c1"># a single function call produces a plot; convenient but less flexible</span>
414414
<span class="n">plt</span><span class="o">.</span><span class="n">plot</span><span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="n">y</span><span class="p">)</span>
415415
</pre></div>

docs/_sources/Module5_OddsAndEnds/Matplotlib.ipynb.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"# we then use these objects to draw-on and manipulate our plot\n",
2222
"ax.plot(x, y)\n",
2323
"\n",
24-
"# Plot using matplotlib's object-oriented API:\n",
24+
"# Plot using matplotlib's functional API:\n",
2525
"# a single function call produces a plot; convenient but less flexible\n",
2626
"plt.plot(x, y)\n",
2727
"```\n",

docs_backup/.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 3f46022040da3dfb72fc0499de31cc45
3+
config: 3a20a6832c47cc848c827d4752a1287c
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
13.7 KB
Binary file not shown.

docs_backup/.doctrees/index.doctree

19 Bytes
Binary file not shown.

docs_backup/Module1_GettingStartedWithPython/Exercises/Informal_Intro_Python.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Exercises &mdash; Python Like You Mean It 0.12.0 documentation</title>
11+
<title>Exercises &mdash; Python Like You Mean It 0.13.0 documentation</title>
1212

1313

1414

@@ -37,7 +37,7 @@
3737
<link rel="index" title="Index"
3838
href="../../genindex.html"/>
3939
<link rel="search" title="Search" href="../../search.html"/>
40-
<link rel="top" title="Python Like You Mean It 0.12.0 documentation" href="../../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.13.0 documentation" href="../../index.html"/>
4141

4242

4343
<script src="../../_static/js/modernizr.min.js"></script>
@@ -66,7 +66,7 @@
6666

6767

6868
<div class="version">
69-
0.12.0
69+
0.13.0
7070
</div>
7171

7272

@@ -97,6 +97,7 @@
9797
<li class="toctree-l1"><a class="reference internal" href="../../module_2.html">Module 2: The Essentials of Python</a></li>
9898
<li class="toctree-l1"><a class="reference internal" href="../../module_3.html">Module 3: The Essentials of NumPy</a></li>
9999
<li class="toctree-l1"><a class="reference internal" href="../../module_4.html">Module 4: Object Oriented Programming</a></li>
100+
<li class="toctree-l1"><a class="reference internal" href="../../module_5.html">Module 5: Odds and Ends</a></li>
100101
</ul>
101102

102103

@@ -291,7 +292,7 @@ <h2>Doing Simple Arithmetic (not graded)<a class="headerlink" href="#Doing-Simpl
291292
<script type="text/javascript">
292293
var DOCUMENTATION_OPTIONS = {
293294
URL_ROOT:'../../',
294-
VERSION:'0.12.0',
295+
VERSION:'0.13.0',
295296
COLLAPSE_INDEX:false,
296297
FILE_SUFFIX:'.html',
297298
HAS_SOURCE: true,

docs_backup/Module1_GettingStartedWithPython/GettingStartedWithPython.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Introducing the Python Programming Language &mdash; Python Like You Mean It 0.12.0 documentation</title>
11+
<title>Introducing the Python Programming Language &mdash; Python Like You Mean It 0.13.0 documentation</title>
1212

1313

1414

@@ -37,7 +37,7 @@
3737
<link rel="index" title="Index"
3838
href="../genindex.html"/>
3939
<link rel="search" title="Search" href="../search.html"/>
40-
<link rel="top" title="Python Like You Mean It 0.12.0 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.13.0 documentation" href="../index.html"/>
4141
<link rel="up" title="Module 1: Getting Started with Python" href="../module_1.html"/>
4242
<link rel="next" title="Installing Python" href="Installing_Python.html"/>
4343
<link rel="prev" title="A Quick Guide to Formatting" href="SiteFormatting.html"/>
@@ -69,7 +69,7 @@
6969

7070

7171
<div class="version">
72-
0.12.0
72+
0.13.0
7373
</div>
7474

7575

@@ -115,6 +115,7 @@
115115
<li class="toctree-l1"><a class="reference internal" href="../module_2.html">Module 2: The Essentials of Python</a></li>
116116
<li class="toctree-l1"><a class="reference internal" href="../module_3.html">Module 3: The Essentials of NumPy</a></li>
117117
<li class="toctree-l1"><a class="reference internal" href="../module_4.html">Module 4: Object Oriented Programming</a></li>
118+
<li class="toctree-l1"><a class="reference internal" href="../module_5.html">Module 5: Odds and Ends</a></li>
118119
</ul>
119120

120121

@@ -462,7 +463,7 @@ <h2>Summary<a class="headerlink" href="#Summary" title="Permalink to this headli
462463
<script type="text/javascript">
463464
var DOCUMENTATION_OPTIONS = {
464465
URL_ROOT:'../',
465-
VERSION:'0.12.0',
466+
VERSION:'0.13.0',
466467
COLLAPSE_INDEX:false,
467468
FILE_SUFFIX:'.html',
468469
HAS_SOURCE: true,

docs_backup/Module1_GettingStartedWithPython/Getting_Started_With_IDEs_and_Notebooks.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Setting Up a Development Environment &mdash; Python Like You Mean It 0.12.0 documentation</title>
11+
<title>Setting Up a Development Environment &mdash; Python Like You Mean It 0.13.0 documentation</title>
1212

1313

1414

@@ -37,7 +37,7 @@
3737
<link rel="index" title="Index"
3838
href="../genindex.html"/>
3939
<link rel="search" title="Search" href="../search.html"/>
40-
<link rel="top" title="Python Like You Mean It 0.12.0 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.13.0 documentation" href="../index.html"/>
4141
<link rel="up" title="Module 1: Getting Started with Python" href="../module_1.html"/>
4242
<link rel="next" title="Module 2: The Essentials of Python" href="../module_2.html"/>
4343
<link rel="prev" title="Jupyter Notebooks" href="Jupyter_Notebooks.html"/>
@@ -69,7 +69,7 @@
6969

7070

7171
<div class="version">
72-
0.12.0
72+
0.13.0
7373
</div>
7474

7575

@@ -115,6 +115,7 @@
115115
<li class="toctree-l1"><a class="reference internal" href="../module_2.html">Module 2: The Essentials of Python</a></li>
116116
<li class="toctree-l1"><a class="reference internal" href="../module_3.html">Module 3: The Essentials of NumPy</a></li>
117117
<li class="toctree-l1"><a class="reference internal" href="../module_4.html">Module 4: Object Oriented Programming</a></li>
118+
<li class="toctree-l1"><a class="reference internal" href="../module_5.html">Module 5: Odds and Ends</a></li>
118119
</ul>
119120

120121

@@ -359,7 +360,7 @@ <h3>Recommended IDEs<a class="headerlink" href="#Recommended-IDEs" title="Permal
359360
<script type="text/javascript">
360361
var DOCUMENTATION_OPTIONS = {
361362
URL_ROOT:'../',
362-
VERSION:'0.12.0',
363+
VERSION:'0.13.0',
363364
COLLAPSE_INDEX:false,
364365
FILE_SUFFIX:'.html',
365366
HAS_SOURCE: true,

docs_backup/Module1_GettingStartedWithPython/Informal_Intro_Python.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>An Informal Introduction to Python &mdash; Python Like You Mean It 0.12.0 documentation</title>
11+
<title>An Informal Introduction to Python &mdash; Python Like You Mean It 0.13.0 documentation</title>
1212

1313

1414

@@ -37,7 +37,7 @@
3737
<link rel="index" title="Index"
3838
href="../genindex.html"/>
3939
<link rel="search" title="Search" href="../search.html"/>
40-
<link rel="top" title="Python Like You Mean It 0.12.0 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.13.0 documentation" href="../index.html"/>
4141
<link rel="up" title="Module 1: Getting Started with Python" href="../module_1.html"/>
4242
<link rel="next" title="Jupyter Notebooks" href="Jupyter_Notebooks.html"/>
4343
<link rel="prev" title="Installing Python" href="Installing_Python.html"/>
@@ -69,7 +69,7 @@
6969

7070

7171
<div class="version">
72-
0.12.0
72+
0.13.0
7373
</div>
7474

7575

@@ -113,6 +113,7 @@
113113
<li class="toctree-l1"><a class="reference internal" href="../module_2.html">Module 2: The Essentials of Python</a></li>
114114
<li class="toctree-l1"><a class="reference internal" href="../module_3.html">Module 3: The Essentials of NumPy</a></li>
115115
<li class="toctree-l1"><a class="reference internal" href="../module_4.html">Module 4: Object Oriented Programming</a></li>
116+
<li class="toctree-l1"><a class="reference internal" href="../module_5.html">Module 5: Odds and Ends</a></li>
116117
</ul>
117118

118119

@@ -1207,7 +1208,7 @@ <h2>Playing with Lists<a class="headerlink" href="#Playing-with-Lists" title="Pe
12071208
<script type="text/javascript">
12081209
var DOCUMENTATION_OPTIONS = {
12091210
URL_ROOT:'../',
1210-
VERSION:'0.12.0',
1211+
VERSION:'0.13.0',
12111212
COLLAPSE_INDEX:false,
12121213
FILE_SUFFIX:'.html',
12131214
HAS_SOURCE: true,

docs_backup/Module1_GettingStartedWithPython/Installing_Python.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Installing Python &mdash; Python Like You Mean It 0.12.0 documentation</title>
11+
<title>Installing Python &mdash; Python Like You Mean It 0.13.0 documentation</title>
1212

1313

1414

@@ -37,7 +37,7 @@
3737
<link rel="index" title="Index"
3838
href="../genindex.html"/>
3939
<link rel="search" title="Search" href="../search.html"/>
40-
<link rel="top" title="Python Like You Mean It 0.12.0 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.13.0 documentation" href="../index.html"/>
4141
<link rel="up" title="Module 1: Getting Started with Python" href="../module_1.html"/>
4242
<link rel="next" title="An Informal Introduction to Python" href="Informal_Intro_Python.html"/>
4343
<link rel="prev" title="Introducing the Python Programming Language" href="GettingStartedWithPython.html"/>
@@ -69,7 +69,7 @@
6969

7070

7171
<div class="version">
72-
0.12.0
72+
0.13.0
7373
</div>
7474

7575

@@ -111,6 +111,7 @@
111111
<li class="toctree-l1"><a class="reference internal" href="../module_2.html">Module 2: The Essentials of Python</a></li>
112112
<li class="toctree-l1"><a class="reference internal" href="../module_3.html">Module 3: The Essentials of NumPy</a></li>
113113
<li class="toctree-l1"><a class="reference internal" href="../module_4.html">Module 4: Object Oriented Programming</a></li>
114+
<li class="toctree-l1"><a class="reference internal" href="../module_5.html">Module 5: Odds and Ends</a></li>
114115
</ul>
115116

116117

@@ -311,7 +312,7 @@ <h2>Installing Anaconda<a class="headerlink" href="#Installing-Anaconda" title="
311312
<script type="text/javascript">
312313
var DOCUMENTATION_OPTIONS = {
313314
URL_ROOT:'../',
314-
VERSION:'0.12.0',
315+
VERSION:'0.13.0',
315316
COLLAPSE_INDEX:false,
316317
FILE_SUFFIX:'.html',
317318
HAS_SOURCE: true,

docs_backup/Module1_GettingStartedWithPython/Jupyter_Notebooks.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Jupyter Notebooks &mdash; Python Like You Mean It 0.12.0 documentation</title>
11+
<title>Jupyter Notebooks &mdash; Python Like You Mean It 0.13.0 documentation</title>
1212

1313

1414

@@ -37,7 +37,7 @@
3737
<link rel="index" title="Index"
3838
href="../genindex.html"/>
3939
<link rel="search" title="Search" href="../search.html"/>
40-
<link rel="top" title="Python Like You Mean It 0.12.0 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.13.0 documentation" href="../index.html"/>
4141
<link rel="up" title="Module 1: Getting Started with Python" href="../module_1.html"/>
4242
<link rel="next" title="Setting Up a Development Environment" href="Getting_Started_With_IDEs_and_Notebooks.html"/>
4343
<link rel="prev" title="An Informal Introduction to Python" href="Informal_Intro_Python.html"/>
@@ -69,7 +69,7 @@
6969

7070

7171
<div class="version">
72-
0.12.0
72+
0.13.0
7373
</div>
7474

7575

@@ -118,6 +118,7 @@
118118
<li class="toctree-l1"><a class="reference internal" href="../module_2.html">Module 2: The Essentials of Python</a></li>
119119
<li class="toctree-l1"><a class="reference internal" href="../module_3.html">Module 3: The Essentials of NumPy</a></li>
120120
<li class="toctree-l1"><a class="reference internal" href="../module_4.html">Module 4: Object Oriented Programming</a></li>
121+
<li class="toctree-l1"><a class="reference internal" href="../module_5.html">Module 5: Odds and Ends</a></li>
121122
</ul>
122123

123124

@@ -1488,7 +1489,7 @@ <h3>Using Jupyter Notebooks with Other Languages<a class="headerlink" href="#Usi
14881489
<script type="text/javascript">
14891490
var DOCUMENTATION_OPTIONS = {
14901491
URL_ROOT:'../',
1491-
VERSION:'0.12.0',
1492+
VERSION:'0.13.0',
14921493
COLLAPSE_INDEX:false,
14931494
FILE_SUFFIX:'.html',
14941495
HAS_SOURCE: true,

docs_backup/Module1_GettingStartedWithPython/Numerical_Work_In_Python.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Doing Numerical Work in Python &mdash; Python Like You Mean It 0.12.0 documentation</title>
11+
<title>Doing Numerical Work in Python &mdash; Python Like You Mean It 0.13.0 documentation</title>
1212

1313

1414

@@ -37,7 +37,7 @@
3737
<link rel="index" title="Index"
3838
href="../genindex.html"/>
3939
<link rel="search" title="Search" href="../search.html"/>
40-
<link rel="top" title="Python Like You Mean It 0.12.0 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.13.0 documentation" href="../index.html"/>
4141

4242

4343
<script src="../_static/js/modernizr.min.js"></script>
@@ -66,7 +66,7 @@
6666

6767

6868
<div class="version">
69-
0.12.0
69+
0.13.0
7070
</div>
7171

7272

@@ -97,6 +97,7 @@
9797
<li class="toctree-l1"><a class="reference internal" href="../module_2.html">Module 2: The Essentials of Python</a></li>
9898
<li class="toctree-l1"><a class="reference internal" href="../module_3.html">Module 3: The Essentials of NumPy</a></li>
9999
<li class="toctree-l1"><a class="reference internal" href="../module_4.html">Module 4: Object Oriented Programming</a></li>
100+
<li class="toctree-l1"><a class="reference internal" href="../module_5.html">Module 5: Odds and Ends</a></li>
100101
</ul>
101102

102103

@@ -313,7 +314,7 @@ <h2>Summary<a class="headerlink" href="#Summary" title="Permalink to this headli
313314
<script type="text/javascript">
314315
var DOCUMENTATION_OPTIONS = {
315316
URL_ROOT:'../',
316-
VERSION:'0.12.0',
317+
VERSION:'0.13.0',
317318
COLLAPSE_INDEX:false,
318319
FILE_SUFFIX:'.html',
319320
HAS_SOURCE: true,

docs_backup/Module1_GettingStartedWithPython/SiteFormatting.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>A Quick Guide to Formatting &mdash; Python Like You Mean It 0.12.0 documentation</title>
11+
<title>A Quick Guide to Formatting &mdash; Python Like You Mean It 0.13.0 documentation</title>
1212

1313

1414

@@ -37,7 +37,7 @@
3737
<link rel="index" title="Index"
3838
href="../genindex.html"/>
3939
<link rel="search" title="Search" href="../search.html"/>
40-
<link rel="top" title="Python Like You Mean It 0.12.0 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.13.0 documentation" href="../index.html"/>
4141
<link rel="up" title="Module 1: Getting Started with Python" href="../module_1.html"/>
4242
<link rel="next" title="Introducing the Python Programming Language" href="GettingStartedWithPython.html"/>
4343
<link rel="prev" title="Module 1: Getting Started with Python" href="../module_1.html"/>
@@ -69,7 +69,7 @@
6969

7070

7171
<div class="version">
72-
0.12.0
72+
0.13.0
7373
</div>
7474

7575

@@ -108,6 +108,7 @@
108108
<li class="toctree-l1"><a class="reference internal" href="../module_2.html">Module 2: The Essentials of Python</a></li>
109109
<li class="toctree-l1"><a class="reference internal" href="../module_3.html">Module 3: The Essentials of NumPy</a></li>
110110
<li class="toctree-l1"><a class="reference internal" href="../module_4.html">Module 4: Object Oriented Programming</a></li>
111+
<li class="toctree-l1"><a class="reference internal" href="../module_5.html">Module 5: Odds and Ends</a></li>
111112
</ul>
112113

113114

@@ -495,7 +496,7 @@ <h1>A Quick Guide to Formatting<a class="headerlink" href="#A-Quick-Guide-to-For
495496
<script type="text/javascript">
496497
var DOCUMENTATION_OPTIONS = {
497498
URL_ROOT:'../',
498-
VERSION:'0.12.0',
499+
VERSION:'0.13.0',
499500
COLLAPSE_INDEX:false,
500501
FILE_SUFFIX:'.html',
501502
HAS_SOURCE: true,

0 commit comments

Comments
 (0)