Skip to content

Commit 453e164

Browse files
committed
push ver 1.2
1 parent 0aecac5 commit 453e164

File tree

117 files changed

+10237
-327
lines changed

Some content is hidden

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

117 files changed

+10237
-327
lines changed

Python/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '1.1'
62+
version = '1.2'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '1.1.0'
64+
release = '1.2.0'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
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: 95fc5944636ef1f8ee515ef2ec17e5e9
3+
config: 1357dbb532e23d14f5734d441f1c01d5
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file not shown.

docs/.doctrees/environment.pickle

15.8 KB
Binary file not shown.

docs/.doctrees/module_5.doctree

1.12 KB
Binary file not shown.

docs/Module1_GettingStartedWithPython/Exercises/Informal_Intro_Python.html

Lines changed: 4 additions & 4 deletions
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 1.1.0 documentation</title>
11+
<title>Exercises &mdash; Python Like You Mean It 1.2.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 1.1.0 documentation" href="../../index.html"/>
40+
<link rel="top" title="Python Like You Mean It 1.2.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-
1.1
69+
1.2
7070
</div>
7171

7272

@@ -294,7 +294,7 @@ <h2>Doing Simple Arithmetic (not graded)<a class="headerlink" href="#Doing-Simpl
294294
<script type="text/javascript">
295295
var DOCUMENTATION_OPTIONS = {
296296
URL_ROOT:'../../',
297-
VERSION:'1.1.0',
297+
VERSION:'1.2.0',
298298
COLLAPSE_INDEX:false,
299299
FILE_SUFFIX:'.html',
300300
HAS_SOURCE: true,

docs/Module1_GettingStartedWithPython/GettingStartedWithPython.html

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

7575

@@ -465,7 +465,7 @@ <h2>Summary<a class="headerlink" href="#Summary" title="Permalink to this headli
465465
<script type="text/javascript">
466466
var DOCUMENTATION_OPTIONS = {
467467
URL_ROOT:'../',
468-
VERSION:'1.1.0',
468+
VERSION:'1.2.0',
469469
COLLAPSE_INDEX:false,
470470
FILE_SUFFIX:'.html',
471471
HAS_SOURCE: true,

docs/Module1_GettingStartedWithPython/Getting_Started_With_IDEs_and_Notebooks.html

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

7575

@@ -362,7 +362,7 @@ <h3>Recommended IDEs<a class="headerlink" href="#Recommended-IDEs" title="Permal
362362
<script type="text/javascript">
363363
var DOCUMENTATION_OPTIONS = {
364364
URL_ROOT:'../',
365-
VERSION:'1.1.0',
365+
VERSION:'1.2.0',
366366
COLLAPSE_INDEX:false,
367367
FILE_SUFFIX:'.html',
368368
HAS_SOURCE: true,

docs/Module1_GettingStartedWithPython/Informal_Intro_Python.html

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

7575

@@ -1210,7 +1210,7 @@ <h2>Playing with Lists<a class="headerlink" href="#Playing-with-Lists" title="Pe
12101210
<script type="text/javascript">
12111211
var DOCUMENTATION_OPTIONS = {
12121212
URL_ROOT:'../',
1213-
VERSION:'1.1.0',
1213+
VERSION:'1.2.0',
12141214
COLLAPSE_INDEX:false,
12151215
FILE_SUFFIX:'.html',
12161216
HAS_SOURCE: true,

0 commit comments

Comments
 (0)