Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasero committed Oct 23, 2024
1 parent cfd05b3 commit f752b7f
Show file tree
Hide file tree
Showing 57 changed files with 11,841 additions and 7,095 deletions.
9 changes: 5 additions & 4 deletions 06_numpy_intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
<link rel="stylesheet" type="text/css" href="_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css?v=be8a1c11" />
<link rel="stylesheet" type="text/css" href="_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
<link rel="stylesheet" type="text/css" href="_static/sphinx-thebe.css?v=4fa983c6" />
<link rel="stylesheet" type="text/css" href="_static/exercise.css?v=20b57f81" />
<link rel="stylesheet" type="text/css" href="_static/exercise.css" />
<link rel="stylesheet" type="text/css" href="_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />

<!-- Pre-loaded scripts that we'll load fully later -->
Expand Down Expand Up @@ -206,8 +206,9 @@
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Module 4: Python for Data Science</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="chapters/module-4/041-numpyI.html">NumPy I</a></li>
<li class="toctree-l1"><a class="reference internal" href="chapters/module-4/042-numpyII.html">NumPy II</a></li>
<li class="toctree-l1"><a class="reference internal" href="chapters/module-4/041-numpyI.html">NumPy (Part I)</a></li>
<li class="toctree-l1"><a class="reference internal" href="chapters/module-4/042-numpyII.html">NumPy (Part II)</a></li>
<li class="toctree-l1"><a class="reference internal" href="chapters/module-4/043-PandasI-Introduction.html">Introduction to pandas</a></li>
</ul>

</div>
Expand Down
Loading

0 comments on commit f752b7f

Please sign in to comment.