Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Oct 3, 2024
1 parent 784145c commit 3ee6eb7
Show file tree
Hide file tree
Showing 26 changed files with 133,401 additions and 2,295 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 4747e6f89f51ab99f73898bb91914b4e
config: ff703ad5e45f8880f6e2db147b1f7c45
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
55,615 changes: 55,615 additions & 0 deletions _images/1a5173095ff1c2c6d74dac70f15c78c6cd113138455b87039e5074fa3464b715.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10,360 changes: 10,360 additions & 0 deletions _images/c71e653aae5fcbb5e1091c2920045065ab5396ba47e85ce0fc3ea5f9cd24d1c5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

This file was deleted.

This file was deleted.

6 changes: 3 additions & 3 deletions _sources/intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"id": "7295db3c",
"metadata": {},
"outputs": [
Expand All @@ -62,8 +62,8 @@
"text/html": [
"\n",
" <div style=\"width: 100%;\">\n",
" <video width=\"100%\" controls>\n",
" <source src=\"_static/media/MovingFrameBox_1727712277.mp4\" type=\"video/mp4\">\n",
" <video width=\"100%\" controls playsinline>\n",
" <source src=\"_static/media/MovingFrameBox_1727914076.mp4\" type=\"video/mp4\">\n",
" Your browser does not support the video tag.\n",
" </video>\n",
" </div>\n",
Expand Down
67,719 changes: 66,718 additions & 1,001 deletions _sources/mth-531/chap-III_1/intro.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _sources/mth-531/pre-reqs/intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"text/html": [
"\n",
" <div style=\"width: 100%;\">\n",
" <video width=\"100%\" controls>\n",
" <source src=\"../../_static/media/MovingFrameBox_Again_1727712308.mp4\" type=\"video/mp4\">\n",
" <video width=\"100%\" controls playsinline>\n",
" <source src=\"../../_static/media/MovingFrameBox_Again_1727914503.mp4\" type=\"video/mp4\">\n",
" Your browser does not support the video tag.\n",
" </video>\n",
" </div>\n",
Expand Down
20 changes: 20 additions & 0 deletions _static/js/video_autoplay.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
document.addEventListener("DOMContentLoaded", function() {
var videos = document.querySelectorAll('video');

videos.forEach(function(video) {
var hasPlayed = false; // Flag to track if the video has started playing

// Use 'mouseover' event for more consistent behavior
video.addEventListener('mouseover', function() {
if (!hasPlayed) {
video.play(); // Play the video on the first hover
hasPlayed = true; // Set flag to true to ensure it only plays once
}
});

// Set video attributes
video.loop = true; // Loop the video indefinitely
video.muted = true; // Ensure the video remains muted (to comply with autoplay policies)
video.controls = true; // Ensure controls are visible
});
});
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
<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>DOCUMENTATION_OPTIONS.pagename = 'genindex';</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="_static/_static/js/video_autoplay.js"></script>
<script src="_static/js/video_autoplay.js?v=6207bf42"></script>
<link rel="icon" href="_static/grad-notes-dark.gif"/>
<link rel="index" title="Index" href="#" />
<link rel="search" title="Search" href="search.html" />
Expand Down
6 changes: 4 additions & 2 deletions intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
<script defer="defer" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script>DOCUMENTATION_OPTIONS.pagename = 'intro';</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="_static/_static/js/video_autoplay.js"></script>
<script src="_static/js/video_autoplay.js?v=6207bf42"></script>
<link rel="icon" href="_static/grad-notes-dark.gif"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand Down Expand Up @@ -471,8 +473,8 @@ <h2>Visualizations<a class="headerlink" href="#visualizations" title="Link to th
<div class="cell_output docutils container">
<div class="output text_html">
<div style="width: 100%;">
<video width="100%" controls>
<source src="_static/media/MovingFrameBox_1727712277.mp4" type="video/mp4">
<video width="100%" controls playsinline>
<source src="_static/media/MovingFrameBox_1727914076.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
Expand Down
563 changes: 143 additions & 420 deletions mth-531/chap-III_1/intro.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions mth-531/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
<script defer="defer" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script>DOCUMENTATION_OPTIONS.pagename = 'mth-531/intro';</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="../_static/_static/js/video_autoplay.js"></script>
<script src="../_static/js/video_autoplay.js?v=6207bf42"></script>
<link rel="icon" href="../_static/grad-notes-dark.gif"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
Expand Down
6 changes: 4 additions & 2 deletions mth-531/pre-reqs/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
<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>DOCUMENTATION_OPTIONS.pagename = 'mth-531/pre-reqs/intro';</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="../../_static/_static/js/video_autoplay.js"></script>
<script src="../../_static/js/video_autoplay.js?v=6207bf42"></script>
<link rel="icon" href="../../_static/grad-notes-dark.gif"/>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
Expand Down Expand Up @@ -432,8 +434,8 @@ <h1>Pre-Requisites for CS students<a class="headerlink" href="#pre-requisites-fo
<div class="cell_output docutils container">
<div class="output text_html">
<div style="width: 100%;">
<video width="100%" controls>
<source src="../../_static/media/MovingFrameBox_Again_1727712308.mp4" type="video/mp4">
<video width="100%" controls playsinline>
<source src="../../_static/media/MovingFrameBox_Again_1727914503.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
Expand Down
2 changes: 2 additions & 0 deletions search.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
<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>DOCUMENTATION_OPTIONS.pagename = 'search';</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="_static/_static/js/video_autoplay.js"></script>
<script src="_static/js/video_autoplay.js?v=6207bf42"></script>
<script src="_static/searchtools.js"></script>
<script src="_static/language_data.js"></script>
<script src="searchindex.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 3ee6eb7

Please sign in to comment.