-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7895136
commit 566d056
Showing
2,018 changed files
with
362,114 additions
and
4,573,101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
<link rel="stylesheet" type="text/css" href="_static/styles/sphinx-book-theme.css?v=a3416100" /> | ||
<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/sphinx-design.min.css?v=95c83b7e" /> | ||
|
||
|
@@ -52,7 +52,7 @@ | |
<script>let toggleOpenOnPrint = 'true';</script> | ||
<script src="_static/togglebutton.js?v=4a39c7ea"></script> | ||
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script> | ||
<script src="_static/design-tabs.js?v=36754332"></script> | ||
<script src="_static/design-tabs.js?v=f930bc37"></script> | ||
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script> | ||
<script async="async" src="_static/sphinx-thebe.js?v=c100c467"></script> | ||
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script> | ||
|
@@ -179,13 +179,17 @@ | |
</a> | ||
</li> | ||
</ul> | ||
<ul class="nav bd-sidenav"> | ||
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Computing with Python</span></p> | ||
<ul class="nav bd-sidenav"> | ||
<li class="toctree-l1"><a class="reference internal" href="notebooks/chapter_00/chap_00_notebook.html">Chapter 0: Python & Jupyter Notebooks</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="notebooks/chapter_01/chap_01_notebook.html">Chapter 1: Basic Python</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="notebooks/chapter_02/chap_02_notebook.html">Chapter 2: Intermediate Python</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="notebooks/chapter_03/chap_03_notebook.html">Chapter 3: Plotting with Matplotlib</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="notebooks/chapter_04/chap_04_notebook.html">Chapter 4: NumPy</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="notebooks/chapter_05/chap_05_notebook.html">Chapter 5: Pandas</a></li> | ||
</ul> | ||
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Computing Applications</span></p> | ||
<ul class="nav bd-sidenav"> | ||
<li class="toctree-l1"><a class="reference internal" href="notebooks/chapter_06/chap_06_notebook.html">Chapter 6: Signal & Noise</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="notebooks/chapter_07/chap_07_notebook.html">Chapter 7: Image Processing & Analysis</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="notebooks/chapter_08/chap_08_notebook.html">Chapter 8: Mathematics</a></li> | ||
|
@@ -197,6 +201,10 @@ | |
<li class="toctree-l1"><a class="reference internal" href="notebooks/chapter_14/chap_14_notebook.html">Chapter 14: Optimization and Root Finding</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="notebooks/chapter_15/chap_15_notebook.html">Chapter 15: Cheminformatics with RDKit</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="notebooks/chapter_16/chap_16_notebook.html">Chapter 16: Bioinformatics with Biopython and Nglview</a></li> | ||
</ul> | ||
<p aria-level="2" class="caption" role="heading"><span class="caption-text">End Matter</span></p> | ||
<ul class="nav bd-sidenav"> | ||
<li class="toctree-l1"><a class="reference internal" href="notebooks/appendix_00/appendix_00_notebook.html">Appendix 01: Ipython Widgets</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="genindex.html">Index</a></li> | ||
</ul> | ||
|
||
|
Oops, something went wrong.