Skip to content

Commit 4c82bbe

Browse files
committed
Website build
1 parent ab0a61d commit 4c82bbe

File tree

12 files changed

+538
-58
lines changed

12 files changed

+538
-58
lines changed

2_programs_in_files.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h2><span class="section-number">2.1. </span>Setting up a Python environment for
106106
<h2><span class="section-number">2.2. </span>Installing Python packages<a class="headerlink" href="#installing-python-packages" title="Permalink to this headline"></a></h2>
107107
<p>Suppose we’ve created and activated a venv, and now there’s a Python
108108
package we’d like to have access to. Installation of Python packages
109-
is handled by <a class="reference external" href="https://pip.pypa.io/en/stable/" title="(in pip v20.3)"><span>pip - The Python Package Installer</span></a>. Pip has many usage options, which
109+
is handled by <a class="reference external" href="https://pip.pypa.io/en/stable/" title="(in pip v21.0)"><span>pip - The Python Package Installer</span></a>. Pip has many usage options, which
110110
enable a large number of different installation
111111
configurations. However, for most users most of the time, a few simple
112112
pip commands suffice. As with <a class="reference internal" href="#term-venv"><span class="xref std std-term">venv</span></a> creation, package
@@ -650,7 +650,7 @@ <h2><span class="section-number">2.7. </span>Testing frameworks<a class="headerl
650650
the practical details of including tests in your code here.</p>
651651
<p>There are a number of Python packages which support code testing. The
652652
concepts are largely similar so rather than get bogged down in the
653-
details of multiple frameworks, we will introduce <a class="reference external" href="https://docs.pytest.org/en/latest/index.html" title="(in pytest v6.3.0.dev93+g42d5545f4)"><span class="xref std std-doc">pytest</span></a>, which is one of the most widely used. Pytest is simply a Python
653+
details of multiple frameworks, we will introduce <a class="reference external" href="https://docs.pytest.org/en/latest/index.html" title="(in pytest v6.3.0.dev104+gd4f8e4b40)"><span class="xref std std-doc">pytest</span></a>, which is one of the most widely used. Pytest is simply a Python
654654
package, so you can install it into your current environment using:</p>
655655
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> python -m pip install pytest
656656
</pre></div>

4_style.html

Lines changed: 252 additions & 28 deletions
Large diffs are not rendered by default.

_images/glider.png

10.5 KB
Loading

_images/glider_gun.png

20.3 KB
Loading

_images/glider_h.png

10.5 KB
Loading

_images/glider_inserted.png

6.79 KB
Loading

_images/glider_r.png

11.8 KB
Loading

_images/glider_t.png

10.5 KB
Loading

_images/glider_v.png

10.5 KB
Loading

_sources/4_style.rst.txt

Lines changed: 282 additions & 27 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)