Skip to content

Commit 0fa16b9

Browse files
committed
minor fix to heading level
1 parent 453e164 commit 0fa16b9

File tree

79 files changed

+293
-287
lines changed

Some content is hidden

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

79 files changed

+293
-287
lines changed

Python/Module5_OddsAndEnds/Writing_Good_Code.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@
911911
"cell_type": "markdown",
912912
"metadata": {},
913913
"source": [
914-
"## The Google Documentation Style\n",
914+
"### The Google Documentation Style\n",
915915
"\n",
916916
"The Google documentation style is specified in full [here](https://github.com/google/styleguide/blob/gh-pages/pyguide.md#doc-function-args); it is part of the complete [Google Python style guide](https://github.com/google/styleguide/blob/gh-pages/pyguide.md#google-python-style-guide). The docstring style specified here is quite succinct in comparison to the NumPy spec. It consists of the following sections:\n",
917917
"\n",
Binary file not shown.

docs/.doctrees/environment.pickle

-118 Bytes
Binary file not shown.

docs/Module5_OddsAndEnds/Writing_Good_Code.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@
118118
</li>
119119
<li class="toctree-l3"><a class="reference internal" href="#Documentation-Styles">Documentation Styles</a><ul>
120120
<li class="toctree-l4"><a class="reference internal" href="#The-NumPy-Documentation-Style">The NumPy Documentation Style</a></li>
121+
<li class="toctree-l4"><a class="reference internal" href="#The-Google-Documentation-Style">The Google Documentation Style</a></li>
121122
</ul>
122123
</li>
123-
<li class="toctree-l3"><a class="reference internal" href="#The-Google-Documentation-Style">The Google Documentation Style</a></li>
124124
<li class="toctree-l3"><a class="reference internal" href="#Links-to-Official-Documentation">Links to Official Documentation</a></li>
125125
<li class="toctree-l3"><a class="reference internal" href="#Reading-Comprehension-Solutions">Reading Comprehension Solutions</a></li>
126126
</ul>
@@ -1266,9 +1266,8 @@ <h3>The NumPy Documentation Style<a class="headerlink" href="#The-NumPy-Document
12661266
</pre></div>
12671267
</div>
12681268
</div>
1269-
</div>
12701269
<div class="section" id="The-Google-Documentation-Style">
1271-
<h2>The Google Documentation Style<a class="headerlink" href="#The-Google-Documentation-Style" title="Permalink to this headline"></a></h2>
1270+
<h3>The Google Documentation Style<a class="headerlink" href="#The-Google-Documentation-Style" title="Permalink to this headline"></a></h3>
12721271
<p>The Google documentation style is specified in full
12731272
<a class="reference external" href="https://github.com/google/styleguide/blob/gh-pages/pyguide.md#doc-function-args">here</a>;
12741273
it is part of the complete <a class="reference external" href="https://github.com/google/styleguide/blob/gh-pages/pyguide.md#google-python-style-guide">Google Python style
@@ -1373,6 +1372,7 @@ <h2>The Google Documentation Style<a class="headerlink" href="#The-Google-Docume
13731372
natively. It also supports custom documentation styles.</p>
13741373
</div>
13751374
</div>
1375+
</div>
13761376
<div class="section" id="Links-to-Official-Documentation">
13771377
<h2>Links to Official Documentation<a class="headerlink" href="#Links-to-Official-Documentation" title="Permalink to this headline"></a></h2>
13781378
<ul class="simple">

docs/_sources/Module5_OddsAndEnds/Writing_Good_Code.ipynb.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@
911911
"cell_type": "markdown",
912912
"metadata": {},
913913
"source": [
914-
"## The Google Documentation Style\n",
914+
"### The Google Documentation Style\n",
915915
"\n",
916916
"The Google documentation style is specified in full [here](https://github.com/google/styleguide/blob/gh-pages/pyguide.md#doc-function-args); it is part of the complete [Google Python style guide](https://github.com/google/styleguide/blob/gh-pages/pyguide.md#google-python-style-guide). The docstring style specified here is quite succinct in comparison to the NumPy spec. It consists of the following sections:\n",
917917
"\n",

docs/module_5.html

-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ <h1>Module 5: Odds and Ends<a class="headerlink" href="#module-5-odds-and-ends"
220220
<li class="toctree-l2"><a class="reference internal" href="Module5_OddsAndEnds/Writing_Good_Code.html#The-PEP8-Style-Guide-to-Python-Code">The PEP8 Style Guide to Python Code</a></li>
221221
<li class="toctree-l2"><a class="reference internal" href="Module5_OddsAndEnds/Writing_Good_Code.html#Type-Hinting">Type-Hinting</a></li>
222222
<li class="toctree-l2"><a class="reference internal" href="Module5_OddsAndEnds/Writing_Good_Code.html#Documentation-Styles">Documentation Styles</a></li>
223-
<li class="toctree-l2"><a class="reference internal" href="Module5_OddsAndEnds/Writing_Good_Code.html#The-Google-Documentation-Style">The Google Documentation Style</a></li>
224223
<li class="toctree-l2"><a class="reference internal" href="Module5_OddsAndEnds/Writing_Good_Code.html#Links-to-Official-Documentation">Links to Official Documentation</a></li>
225224
<li class="toctree-l2"><a class="reference internal" href="Module5_OddsAndEnds/Writing_Good_Code.html#Reading-Comprehension-Solutions">Reading Comprehension Solutions</a></li>
226225
</ul>

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: 95fc5944636ef1f8ee515ef2ec17e5e9
3+
config: 1357dbb532e23d14f5734d441f1c01d5
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
0 Bytes
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 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_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 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_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 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_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 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,

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 1.1.0 documentation</title>
11+
<title>Installing 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="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-
1.1
72+
1.2
7373
</div>
7474

7575

@@ -433,7 +433,7 @@ <h2>A Brief Introduction to Conda Environments<a class="headerlink" href="#A-Bri
433433
<script type="text/javascript">
434434
var DOCUMENTATION_OPTIONS = {
435435
URL_ROOT:'../',
436-
VERSION:'1.1.0',
436+
VERSION:'1.2.0',
437437
COLLAPSE_INDEX:false,
438438
FILE_SUFFIX:'.html',
439439
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 1.1.0 documentation</title>
11+
<title>Jupyter Notebooks &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="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-
1.1
72+
1.2
7373
</div>
7474

7575

@@ -1491,7 +1491,7 @@ <h3>Using Jupyter Notebooks with Other Languages<a class="headerlink" href="#Usi
14911491
<script type="text/javascript">
14921492
var DOCUMENTATION_OPTIONS = {
14931493
URL_ROOT:'../',
1494-
VERSION:'1.1.0',
1494+
VERSION:'1.2.0',
14951495
COLLAPSE_INDEX:false,
14961496
FILE_SUFFIX:'.html',
14971497
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 1.1.0 documentation</title>
11+
<title>Doing Numerical Work in 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

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

@@ -316,7 +316,7 @@ <h2>Summary<a class="headerlink" href="#Summary" title="Permalink to this headli
316316
<script type="text/javascript">
317317
var DOCUMENTATION_OPTIONS = {
318318
URL_ROOT:'../',
319-
VERSION:'1.1.0',
319+
VERSION:'1.2.0',
320320
COLLAPSE_INDEX:false,
321321
FILE_SUFFIX:'.html',
322322
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 1.1.0 documentation</title>
11+
<title>A Quick Guide to Formatting &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="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-
1.1
72+
1.2
7373
</div>
7474

7575

@@ -498,7 +498,7 @@ <h1>A Quick Guide to Formatting<a class="headerlink" href="#A-Quick-Guide-to-For
498498
<script type="text/javascript">
499499
var DOCUMENTATION_OPTIONS = {
500500
URL_ROOT:'../',
501-
VERSION:'1.1.0',
501+
VERSION:'1.2.0',
502502
COLLAPSE_INDEX:false,
503503
FILE_SUFFIX:'.html',
504504
HAS_SOURCE: true,

docs_backup/Module1_GettingStartedWithPython/Untitled.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>Informal Introduction to Python &mdash; Python Like You Mean It 1.1.0 documentation</title>
11+
<title>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

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

@@ -260,7 +260,7 @@ <h2>The Python Console<a class="headerlink" href="#The-Python-Console" title="Pe
260260
<script type="text/javascript">
261261
var DOCUMENTATION_OPTIONS = {
262262
URL_ROOT:'../',
263-
VERSION:'1.1.0',
263+
VERSION:'1.2.0',
264264
COLLAPSE_INDEX:false,
265265
FILE_SUFFIX:'.html',
266266
HAS_SOURCE: true,

0 commit comments

Comments
 (0)