Skip to content

Commit

Permalink
html update
Browse files Browse the repository at this point in the history
  • Loading branch information
rsokl committed Oct 5, 2019
1 parent 0d3ed27 commit bbf230a
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
Binary file not shown.
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/.doctrees/intro.doctree
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ <h2>Notebook Cells<a class="headerlink" href="#Notebook-Cells" title="Permalink
<h2>An Example Notebook<a class="headerlink" href="#An-Example-Notebook" title="Permalink to this headline"></a></h2>
<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>
<div class="nbinput nblast docutils container">
<div class="prompt highlight-none notranslate"><div class="highlight"><pre><span></span>[1]:
<div class="prompt highlight-none notranslate"><div class="highlight"><pre><span></span>[ ]:
</pre></div>
</div>
<div class="input_area highlight-none notranslate"><div class="highlight"><pre>
Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Python Like You Mean It

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

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

What this is
------------
Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/intro.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Python Like You Mean It

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

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

What this is
------------
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h1>Python Like You Mean It<a class="headerlink" href="#python-like-you-mean-it"
<blockquote>
<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>
<p>Edited by <a class="reference external" href="https://davidmascharka.com/">David Mascharka</a></p>
<p><a class="reference external" href="http://cn.pythonlikeyoumeanit.com/">中文版</a> (Chinese Version)</p>
<p><a class="reference external" href="https://alexding123.github.io/Learning_Python/">中文版</a> (Chinese Version)</p>
</div></blockquote>
<div class="section" id="what-this-is">
<h2>What this is<a class="headerlink" href="#what-this-is" title="Permalink to this headline"></a></h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ <h1>Python Like You Mean It<a class="headerlink" href="#python-like-you-mean-it"
<blockquote>
<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>
<p>Edited by <a class="reference external" href="https://davidmascharka.com/">David Mascharka</a></p>
<p><a class="reference external" href="http://cn.pythonlikeyoumeanit.com/">中文版</a> (Chinese Version)</p>
<p><a class="reference external" href="https://alexding123.github.io/Learning_Python/">中文版</a> (Chinese Version)</p>
</div></blockquote>
<div class="section" id="what-this-is">
<h2>What this is<a class="headerlink" href="#what-this-is" title="Permalink to this headline"></a></h2>
Expand Down

0 comments on commit bbf230a

Please sign in to comment.