Skip to content

Commit b310f07

Browse files
committed
publish site with google analytics
1 parent 1a02db8 commit b310f07

File tree

64 files changed

+209
-185
lines changed

Some content is hidden

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

64 files changed

+209
-185
lines changed
Binary file not shown.

docs/.doctrees/environment.pickle

18.1 KB
Binary file not shown.

docs/Module2_EssentialsOfPython/Scope.html

+4
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,8 @@ <h2>Variable Shadowing<a class="headerlink" href="#Variable-Shadowing" title="Pe
357357
<div class="section" id="Links-to-Official-Documentation">
358358
<h2>Links to Official Documentation<a class="headerlink" href="#Links-to-Official-Documentation" title="Permalink to this headline"></a></h2>
359359
<ul class="simple">
360+
<li><a class="reference external" href="https://docs.python.org/3/tutorial/classes.html#python-scopes-and-namespaces">Scopes and
361+
namespaces</a></li>
360362
<li><a class="reference external" href="https://docs.python.org/3/reference/executionmodel.html">Python’s execution
361363
model</a></li>
362364
</ul>
@@ -417,6 +419,8 @@ <h2>Links to Official Documentation<a class="headerlink" href="#Links-to-Officia
417419
<script type="text/javascript" src="../_static/jquery.js"></script>
418420
<script type="text/javascript" src="../_static/underscore.js"></script>
419421
<script type="text/javascript" src="../_static/doctools.js"></script>
422+
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=UA-115029372-1"></script>
423+
<script type="text/javascript" src="../_static/gtag.js"></script>
420424
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
421425

422426

docs/Module3_IntroducingNumpy/BasicIndexing.html

+2
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,8 @@ <h2>Reading Comprehension Solutions<a class="headerlink" href="#Reading-Comprehe
989989
<script type="text/javascript" src="../_static/jquery.js"></script>
990990
<script type="text/javascript" src="../_static/underscore.js"></script>
991991
<script type="text/javascript" src="../_static/doctools.js"></script>
992+
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=UA-115029372-1"></script>
993+
<script type="text/javascript" src="../_static/gtag.js"></script>
992994
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
993995

994996

docs/Module3_IntroducingNumpy/Broadcasting.html

+2
Original file line numberDiff line numberDiff line change
@@ -1134,6 +1134,8 @@ <h2>Reading Comprehension Solutions<a class="headerlink" href="#Reading-Comprehe
11341134
<script type="text/javascript" src="../_static/jquery.js"></script>
11351135
<script type="text/javascript" src="../_static/underscore.js"></script>
11361136
<script type="text/javascript" src="../_static/doctools.js"></script>
1137+
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=UA-115029372-1"></script>
1138+
<script type="text/javascript" src="../_static/gtag.js"></script>
11371139
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
11381140

11391141

docs/_sources/Module2_EssentialsOfPython/Scope.ipynb.txt

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
"source": [
147147
"## Links to Official Documentation\n",
148148
"\n",
149+
"- [Scopes and namespaces](https://docs.python.org/3/tutorial/classes.html#python-scopes-and-namespaces)\n",
149150
"- [Python's execution model](https://docs.python.org/3/reference/executionmodel.html)"
150151
]
151152
}

docs/_static/gtag.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
window.dataLayer = window.dataLayer || [];
2+
function gtag(){dataLayer.push(arguments);}
3+
gtag('js', new Date());
4+
5+
gtag('config', 'UA-115029372-1');

docs/genindex.html

+2
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ <h1 id="index">Index</h1>
210210
<script type="text/javascript" src="_static/jquery.js"></script>
211211
<script type="text/javascript" src="_static/underscore.js"></script>
212212
<script type="text/javascript" src="_static/doctools.js"></script>
213+
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=UA-115029372-1"></script>
214+
<script type="text/javascript" src="_static/gtag.js"></script>
213215
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
214216

215217

docs/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,8 @@ <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Pe
308308
<script type="text/javascript" src="_static/jquery.js"></script>
309309
<script type="text/javascript" src="_static/underscore.js"></script>
310310
<script type="text/javascript" src="_static/doctools.js"></script>
311+
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=UA-115029372-1"></script>
312+
<script type="text/javascript" src="_static/gtag.js"></script>
311313
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
312314

313315

docs/module_2.html

+2
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,8 @@ <h1>Module 2: The Essentials of Python<a class="headerlink" href="#module-2-the-
378378
<script type="text/javascript" src="_static/jquery.js"></script>
379379
<script type="text/javascript" src="_static/underscore.js"></script>
380380
<script type="text/javascript" src="_static/doctools.js"></script>
381+
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=UA-115029372-1"></script>
382+
<script type="text/javascript" src="_static/gtag.js"></script>
381383
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
382384

383385

docs/module_3.html

+2
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ <h1>Module 3: The Essentials of NumPy<a class="headerlink" href="#module-3-the-e
329329
<script type="text/javascript" src="_static/jquery.js"></script>
330330
<script type="text/javascript" src="_static/underscore.js"></script>
331331
<script type="text/javascript" src="_static/doctools.js"></script>
332+
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=UA-115029372-1"></script>
333+
<script type="text/javascript" src="_static/gtag.js"></script>
332334
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
333335

334336

docs/search.html

+2
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@
213213
<script type="text/javascript" src="_static/jquery.js"></script>
214214
<script type="text/javascript" src="_static/underscore.js"></script>
215215
<script type="text/javascript" src="_static/doctools.js"></script>
216+
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=UA-115029372-1"></script>
217+
<script type="text/javascript" src="_static/gtag.js"></script>
216218
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
217219
<script type="text/javascript" src="_static/searchtools.js"></script>
218220

docs/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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: cf568778e33acef99aacc4cf088e60da
3+
config: e1cb008070adf3d7b445dcacebe3fb24
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file not shown.
198 KB
Binary file not shown.

docs_backup/Module1_GettingStartedWithPython/Exercises/Informal_Intro_Python.html

+4-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.10.1 documentation</title>
11+
<title>Exercises &mdash; Python Like You Mean It 0.10.2 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.10.1 documentation" href="../../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.10.2 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.10.1
69+
0.10.2
7070
</div>
7171

7272

@@ -290,7 +290,7 @@ <h2>Doing Simple Arithmetic (not graded)<a class="headerlink" href="#Doing-Simpl
290290
<script type="text/javascript">
291291
var DOCUMENTATION_OPTIONS = {
292292
URL_ROOT:'../../',
293-
VERSION:'0.10.1',
293+
VERSION:'0.10.2',
294294
COLLAPSE_INDEX:false,
295295
FILE_SUFFIX:'.html',
296296
HAS_SOURCE: true,

docs_backup/Module1_GettingStartedWithPython/GettingStartedWithPython.html

+4-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.10.1 documentation</title>
11+
<title>Introducing the Python Programming Language &mdash; Python Like You Mean It 0.10.2 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.10.1 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.10.2 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.10.1
72+
0.10.2
7373
</div>
7474

7575

@@ -461,7 +461,7 @@ <h2>Summary<a class="headerlink" href="#Summary" title="Permalink to this headli
461461
<script type="text/javascript">
462462
var DOCUMENTATION_OPTIONS = {
463463
URL_ROOT:'../',
464-
VERSION:'0.10.1',
464+
VERSION:'0.10.2',
465465
COLLAPSE_INDEX:false,
466466
FILE_SUFFIX:'.html',
467467
HAS_SOURCE: true,

docs_backup/Module1_GettingStartedWithPython/Getting_Started_With_IDEs_and_Notebooks.html

+4-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.10.1 documentation</title>
11+
<title>Setting Up a Development Environment &mdash; Python Like You Mean It 0.10.2 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.10.1 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.10.2 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.10.1
72+
0.10.2
7373
</div>
7474

7575

@@ -346,7 +346,7 @@ <h3>Recommended IDEs<a class="headerlink" href="#Recommended-IDEs" title="Permal
346346
<script type="text/javascript">
347347
var DOCUMENTATION_OPTIONS = {
348348
URL_ROOT:'../',
349-
VERSION:'0.10.1',
349+
VERSION:'0.10.2',
350350
COLLAPSE_INDEX:false,
351351
FILE_SUFFIX:'.html',
352352
HAS_SOURCE: true,

docs_backup/Module1_GettingStartedWithPython/Informal_Intro_Python.html

+4-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.10.1 documentation</title>
11+
<title>An Informal Introduction to Python &mdash; Python Like You Mean It 0.10.2 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.10.1 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.10.2 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.10.1
72+
0.10.2
7373
</div>
7474

7575

@@ -1206,7 +1206,7 @@ <h2>Playing with Lists<a class="headerlink" href="#Playing-with-Lists" title="Pe
12061206
<script type="text/javascript">
12071207
var DOCUMENTATION_OPTIONS = {
12081208
URL_ROOT:'../',
1209-
VERSION:'0.10.1',
1209+
VERSION:'0.10.2',
12101210
COLLAPSE_INDEX:false,
12111211
FILE_SUFFIX:'.html',
12121212
HAS_SOURCE: true,

docs_backup/Module1_GettingStartedWithPython/Installing_Python.html

+4-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.10.1 documentation</title>
11+
<title>Installing Python &mdash; Python Like You Mean It 0.10.2 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.10.1 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.10.2 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.10.1
72+
0.10.2
7373
</div>
7474

7575

@@ -310,7 +310,7 @@ <h2>Installing Anaconda<a class="headerlink" href="#Installing-Anaconda" title="
310310
<script type="text/javascript">
311311
var DOCUMENTATION_OPTIONS = {
312312
URL_ROOT:'../',
313-
VERSION:'0.10.1',
313+
VERSION:'0.10.2',
314314
COLLAPSE_INDEX:false,
315315
FILE_SUFFIX:'.html',
316316
HAS_SOURCE: true,

docs_backup/Module1_GettingStartedWithPython/Jupyter_Notebooks.html

+4-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.10.1 documentation</title>
11+
<title>Jupyter Notebooks &mdash; Python Like You Mean It 0.10.2 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.10.1 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.10.2 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.10.1
72+
0.10.2
7373
</div>
7474

7575

@@ -1487,7 +1487,7 @@ <h3>Using Jupyter Notebooks with Other Languages<a class="headerlink" href="#Usi
14871487
<script type="text/javascript">
14881488
var DOCUMENTATION_OPTIONS = {
14891489
URL_ROOT:'../',
1490-
VERSION:'0.10.1',
1490+
VERSION:'0.10.2',
14911491
COLLAPSE_INDEX:false,
14921492
FILE_SUFFIX:'.html',
14931493
HAS_SOURCE: true,

docs_backup/Module1_GettingStartedWithPython/Numerical_Work_In_Python.html

+4-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.10.1 documentation</title>
11+
<title>Doing Numerical Work in Python &mdash; Python Like You Mean It 0.10.2 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.10.1 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.10.2 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.10.1
69+
0.10.2
7070
</div>
7171

7272

@@ -312,7 +312,7 @@ <h2>Summary<a class="headerlink" href="#Summary" title="Permalink to this headli
312312
<script type="text/javascript">
313313
var DOCUMENTATION_OPTIONS = {
314314
URL_ROOT:'../',
315-
VERSION:'0.10.1',
315+
VERSION:'0.10.2',
316316
COLLAPSE_INDEX:false,
317317
FILE_SUFFIX:'.html',
318318
HAS_SOURCE: true,

docs_backup/Module1_GettingStartedWithPython/SiteFormatting.html

+4-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.10.1 documentation</title>
11+
<title>A Quick Guide to Formatting &mdash; Python Like You Mean It 0.10.2 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.10.1 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 0.10.2 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.10.1
72+
0.10.2
7373
</div>
7474

7575

@@ -494,7 +494,7 @@ <h1>A Quick Guide to Formatting<a class="headerlink" href="#A-Quick-Guide-to-For
494494
<script type="text/javascript">
495495
var DOCUMENTATION_OPTIONS = {
496496
URL_ROOT:'../',
497-
VERSION:'0.10.1',
497+
VERSION:'0.10.2',
498498
COLLAPSE_INDEX:false,
499499
FILE_SUFFIX:'.html',
500500
HAS_SOURCE: true,

0 commit comments

Comments
 (0)