Skip to content

Commit 7117202

Browse files
committed
save back up and fix typo
1 parent 7147e44 commit 7117202

File tree

58 files changed

+259
-201
lines changed

Some content is hidden

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

58 files changed

+259
-201
lines changed

Python/Module5_OddsAndEnds/Matplotlib.ipynb

+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: 32ec786885c2d3b3c97770a6a1e5b94f
3+
config: 3f46022040da3dfb72fc0499de31cc45
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
30.3 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.11.0 documentation</title>
11+
<title>Exercises &mdash; Python Like You Mean It 0.12.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.11.0 documentation" href="../../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.12.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.11.0
69+
0.12.0
7070
</div>
7171

7272

@@ -96,6 +96,7 @@
9696
<li class="toctree-l1"><a class="reference internal" href="../../module_1.html">Module 1: Getting Started with Python</a></li>
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>
99+
<li class="toctree-l1"><a class="reference internal" href="../../module_4.html">Module 4: Object Oriented Programming</a></li>
99100
</ul>
100101

101102

@@ -290,7 +291,7 @@ <h2>Doing Simple Arithmetic (not graded)<a class="headerlink" href="#Doing-Simpl
290291
<script type="text/javascript">
291292
var DOCUMENTATION_OPTIONS = {
292293
URL_ROOT:'../../',
293-
VERSION:'0.11.0',
294+
VERSION:'0.12.0',
294295
COLLAPSE_INDEX:false,
295296
FILE_SUFFIX:'.html',
296297
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.11.0 documentation</title>
11+
<title>Introducing the Python Programming Language &mdash; Python Like You Mean It 0.12.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.11.0 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.12.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.11.0
72+
0.12.0
7373
</div>
7474

7575

@@ -114,6 +114,7 @@
114114
</li>
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>
117+
<li class="toctree-l1"><a class="reference internal" href="../module_4.html">Module 4: Object Oriented Programming</a></li>
117118
</ul>
118119

119120

@@ -461,7 +462,7 @@ <h2>Summary<a class="headerlink" href="#Summary" title="Permalink to this headli
461462
<script type="text/javascript">
462463
var DOCUMENTATION_OPTIONS = {
463464
URL_ROOT:'../',
464-
VERSION:'0.11.0',
465+
VERSION:'0.12.0',
465466
COLLAPSE_INDEX:false,
466467
FILE_SUFFIX:'.html',
467468
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.11.0 documentation</title>
11+
<title>Setting Up a Development Environment &mdash; Python Like You Mean It 0.12.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.11.0 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.12.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.11.0
72+
0.12.0
7373
</div>
7474

7575

@@ -114,6 +114,7 @@
114114
</li>
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>
117+
<li class="toctree-l1"><a class="reference internal" href="../module_4.html">Module 4: Object Oriented Programming</a></li>
117118
</ul>
118119

119120

@@ -358,7 +359,7 @@ <h3>Recommended IDEs<a class="headerlink" href="#Recommended-IDEs" title="Permal
358359
<script type="text/javascript">
359360
var DOCUMENTATION_OPTIONS = {
360361
URL_ROOT:'../',
361-
VERSION:'0.11.0',
362+
VERSION:'0.12.0',
362363
COLLAPSE_INDEX:false,
363364
FILE_SUFFIX:'.html',
364365
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.11.0 documentation</title>
11+
<title>An Informal Introduction to Python &mdash; Python Like You Mean It 0.12.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.11.0 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.12.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.11.0
72+
0.12.0
7373
</div>
7474

7575

@@ -112,6 +112,7 @@
112112
</li>
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>
115+
<li class="toctree-l1"><a class="reference internal" href="../module_4.html">Module 4: Object Oriented Programming</a></li>
115116
</ul>
116117

117118

@@ -1206,7 +1207,7 @@ <h2>Playing with Lists<a class="headerlink" href="#Playing-with-Lists" title="Pe
12061207
<script type="text/javascript">
12071208
var DOCUMENTATION_OPTIONS = {
12081209
URL_ROOT:'../',
1209-
VERSION:'0.11.0',
1210+
VERSION:'0.12.0',
12101211
COLLAPSE_INDEX:false,
12111212
FILE_SUFFIX:'.html',
12121213
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.11.0 documentation</title>
11+
<title>Installing Python &mdash; Python Like You Mean It 0.12.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.11.0 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.12.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.11.0
72+
0.12.0
7373
</div>
7474

7575

@@ -110,6 +110,7 @@
110110
</li>
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>
113+
<li class="toctree-l1"><a class="reference internal" href="../module_4.html">Module 4: Object Oriented Programming</a></li>
113114
</ul>
114115

115116

@@ -310,7 +311,7 @@ <h2>Installing Anaconda<a class="headerlink" href="#Installing-Anaconda" title="
310311
<script type="text/javascript">
311312
var DOCUMENTATION_OPTIONS = {
312313
URL_ROOT:'../',
313-
VERSION:'0.11.0',
314+
VERSION:'0.12.0',
314315
COLLAPSE_INDEX:false,
315316
FILE_SUFFIX:'.html',
316317
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.11.0 documentation</title>
11+
<title>Jupyter Notebooks &mdash; Python Like You Mean It 0.12.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.11.0 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.12.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.11.0
72+
0.12.0
7373
</div>
7474

7575

@@ -117,6 +117,7 @@
117117
</li>
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>
120+
<li class="toctree-l1"><a class="reference internal" href="../module_4.html">Module 4: Object Oriented Programming</a></li>
120121
</ul>
121122

122123

@@ -1487,7 +1488,7 @@ <h3>Using Jupyter Notebooks with Other Languages<a class="headerlink" href="#Usi
14871488
<script type="text/javascript">
14881489
var DOCUMENTATION_OPTIONS = {
14891490
URL_ROOT:'../',
1490-
VERSION:'0.11.0',
1491+
VERSION:'0.12.0',
14911492
COLLAPSE_INDEX:false,
14921493
FILE_SUFFIX:'.html',
14931494
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.11.0 documentation</title>
11+
<title>Doing Numerical Work in Python &mdash; Python Like You Mean It 0.12.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.11.0 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.12.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.11.0
69+
0.12.0
7070
</div>
7171

7272

@@ -96,6 +96,7 @@
9696
<li class="toctree-l1"><a class="reference internal" href="../module_1.html">Module 1: Getting Started with Python</a></li>
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>
99+
<li class="toctree-l1"><a class="reference internal" href="../module_4.html">Module 4: Object Oriented Programming</a></li>
99100
</ul>
100101

101102

@@ -312,7 +313,7 @@ <h2>Summary<a class="headerlink" href="#Summary" title="Permalink to this headli
312313
<script type="text/javascript">
313314
var DOCUMENTATION_OPTIONS = {
314315
URL_ROOT:'../',
315-
VERSION:'0.11.0',
316+
VERSION:'0.12.0',
316317
COLLAPSE_INDEX:false,
317318
FILE_SUFFIX:'.html',
318319
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.11.0 documentation</title>
11+
<title>A Quick Guide to Formatting &mdash; Python Like You Mean It 0.12.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.11.0 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.12.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.11.0
72+
0.12.0
7373
</div>
7474

7575

@@ -107,6 +107,7 @@
107107
</li>
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>
110+
<li class="toctree-l1"><a class="reference internal" href="../module_4.html">Module 4: Object Oriented Programming</a></li>
110111
</ul>
111112

112113

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

0 commit comments

Comments
 (0)