Skip to content

Commit bbf230a

Browse files
committed
html update
1 parent 0d3ed27 commit bbf230a

File tree

9 files changed

+5
-5
lines changed

9 files changed

+5
-5
lines changed
Binary file not shown.

docs/.doctrees/environment.pickle

0 Bytes
Binary file not shown.

docs/.doctrees/index.doctree

48 Bytes
Binary file not shown.

docs/.doctrees/intro.doctree

48 Bytes
Binary file not shown.

docs/Module1_GettingStartedWithPython/Jupyter_Notebooks.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ <h2>Notebook Cells<a class="headerlink" href="#Notebook-Cells" title="Permalink
453453
<h2>An Example Notebook<a class="headerlink" href="#An-Example-Notebook" title="Permalink to this headline"></a></h2>
454454
<p>To show off a more exciting use-case, let’s create a notebook that plots some data for us. We’ll use matplotlib, a Python library that is used for plotting data, and NumPy, the premiere library for doing numerical work in Python. We will import these libraries for use in our code. Next we’ll define some mathematical functions. And finally, we’ll plot these functions evaluated on a large number of closely-spaced points on the domain.</p>
455455
<div class="nbinput nblast docutils container">
456-
<div class="prompt highlight-none notranslate"><div class="highlight"><pre><span></span>[1]:
456+
<div class="prompt highlight-none notranslate"><div class="highlight"><pre><span></span>[ ]:
457457
</pre></div>
458458
</div>
459459
<div class="input_area highlight-none notranslate"><div class="highlight"><pre>

docs/_sources/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Python Like You Mean It
66

77
Edited by `David Mascharka <https://davidmascharka.com/>`_
88

9-
`中文版 <http://cn.pythonlikeyoumeanit.com/>`_ (Chinese Version)
9+
`中文版 <https://alexding123.github.io/Learning_Python/>`_ (Chinese Version)
1010

1111
What this is
1212
------------

docs/_sources/intro.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Python Like You Mean It
66

77
Edited by `David Mascharka <https://davidmascharka.com/>`_
88

9-
`中文版 <http://cn.pythonlikeyoumeanit.com/>`_ (Chinese Version)
9+
`中文版 <https://alexding123.github.io/Learning_Python/>`_ (Chinese Version)
1010

1111
What this is
1212
------------

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h1>Python Like You Mean It<a class="headerlink" href="#python-like-you-mean-it"
191191
<blockquote>
192192
<div><p>Written by <a class="reference external" href="https://scholar.google.com/citations?hl=en&amp;user=coXsftgAAAAJ&amp;view_op=list_works&amp;gmla=AJsN-F7Eg769ERNBQDKZ5-5xmT9qh2G2chKgH0Lwbd3zujR7FAPiWmVp_57dFPKG_h7ghPeLG8oGysj5YWziwXib4oHb6kr2HA">Ryan Soklaski</a> (Twitter/GitHub:<a class="reference external" href="https://twitter.com/rsokl">&#64;rsokl</a>)</p>
193193
<p>Edited by <a class="reference external" href="https://davidmascharka.com/">David Mascharka</a></p>
194-
<p><a class="reference external" href="http://cn.pythonlikeyoumeanit.com/">中文版</a> (Chinese Version)</p>
194+
<p><a class="reference external" href="https://alexding123.github.io/Learning_Python/">中文版</a> (Chinese Version)</p>
195195
</div></blockquote>
196196
<div class="section" id="what-this-is">
197197
<h2>What this is<a class="headerlink" href="#what-this-is" title="Permalink to this headline"></a></h2>

docs/intro.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h1>Python Like You Mean It<a class="headerlink" href="#python-like-you-mean-it"
201201
<blockquote>
202202
<div><p>Written by <a class="reference external" href="https://scholar.google.com/citations?hl=en&amp;user=coXsftgAAAAJ&amp;view_op=list_works&amp;gmla=AJsN-F7Eg769ERNBQDKZ5-5xmT9qh2G2chKgH0Lwbd3zujR7FAPiWmVp_57dFPKG_h7ghPeLG8oGysj5YWziwXib4oHb6kr2HA">Ryan Soklaski</a> (Twitter/GitHub:<a class="reference external" href="https://twitter.com/rsokl">&#64;rsokl</a>)</p>
203203
<p>Edited by <a class="reference external" href="https://davidmascharka.com/">David Mascharka</a></p>
204-
<p><a class="reference external" href="http://cn.pythonlikeyoumeanit.com/">中文版</a> (Chinese Version)</p>
204+
<p><a class="reference external" href="https://alexding123.github.io/Learning_Python/">中文版</a> (Chinese Version)</p>
205205
</div></blockquote>
206206
<div class="section" id="what-this-is">
207207
<h2>What this is<a class="headerlink" href="#what-this-is" title="Permalink to this headline"></a></h2>

0 commit comments

Comments
 (0)