Skip to content

Commit d2b216b

Browse files
committed
auto-publish
0 parents  commit d2b216b

2,507 files changed

Lines changed: 380800 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.DS_Store

6 KB
Binary file not shown.

.nojekyll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This file makes sure that Github Pages doesn't process mdBook's output.

404.html

Lines changed: 218 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,218 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en" class="light sidebar-visible" dir="ltr">
3+
<head>
4+
<!-- Book generated using mdBook -->
5+
<meta charset="UTF-8">
6+
<title>Page not found - Physics-Based Simulation</title>
7+
<base href="/">
8+
9+
10+
<!-- Custom HTML head -->
11+
12+
<meta name="description" content="">
13+
<meta name="viewport" content="width=device-width, initial-scale=1">
14+
<meta name="theme-color" content="#ffffff">
15+
16+
<link rel="icon" href="favicon.svg">
17+
<link rel="shortcut icon" href="favicon.png">
18+
<link rel="stylesheet" href="css/variables.css">
19+
<link rel="stylesheet" href="css/general.css">
20+
<link rel="stylesheet" href="css/chrome.css">
21+
<link rel="stylesheet" href="css/print.css" media="print">
22+
23+
<!-- Fonts -->
24+
<link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
25+
<link rel="stylesheet" href="fonts/fonts.css">
26+
27+
<!-- Highlight.js Stylesheets -->
28+
<link rel="stylesheet" id="highlight-css" href="highlight.css">
29+
<link rel="stylesheet" id="tomorrow-night-css" href="tomorrow-night.css">
30+
<link rel="stylesheet" id="ayu-highlight-css" href="ayu-highlight.css">
31+
32+
<!-- Custom theme stylesheets -->
33+
<link rel="stylesheet" href="./theme/catppuccin.css">
34+
35+
<!-- MathJax -->
36+
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
37+
38+
<!-- Provide site root and default themes to javascript -->
39+
<script>
40+
const path_to_root = "";
41+
const default_light_theme = "light";
42+
const default_dark_theme = "macchiato";
43+
</script>
44+
<!-- Start loading toc.js asap -->
45+
<script src="toc.js"></script>
46+
</head>
47+
<body>
48+
<div id="mdbook-help-container">
49+
<div id="mdbook-help-popup">
50+
<h2 class="mdbook-help-title">Keyboard shortcuts</h2>
51+
<div>
52+
<p>Press <kbd></kbd> or <kbd></kbd> to navigate between chapters</p>
53+
<p>Press <kbd>S</kbd> or <kbd>/</kbd> to search in the book</p>
54+
<p>Press <kbd>?</kbd> to show this help</p>
55+
<p>Press <kbd>Esc</kbd> to hide this help</p>
56+
</div>
57+
</div>
58+
</div>
59+
<div id="body-container">
60+
<!-- Work around some values being stored in localStorage wrapped in quotes -->
61+
<script>
62+
try {
63+
let theme = localStorage.getItem('mdbook-theme');
64+
let sidebar = localStorage.getItem('mdbook-sidebar');
65+
66+
if (theme.startsWith('"') && theme.endsWith('"')) {
67+
localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
68+
}
69+
70+
if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
71+
localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
72+
}
73+
} catch (e) { }
74+
</script>
75+
76+
<!-- Set the theme before any content is loaded, prevents flash -->
77+
<script>
78+
const default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? default_dark_theme : default_light_theme;
79+
let theme;
80+
try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
81+
if (theme === null || theme === undefined) { theme = default_theme; }
82+
const html = document.documentElement;
83+
html.classList.remove('light')
84+
html.classList.add(theme);
85+
html.classList.add("js");
86+
</script>
87+
88+
<input type="checkbox" id="sidebar-toggle-anchor" class="hidden">
89+
90+
<!-- Hide / unhide sidebar before it is displayed -->
91+
<script>
92+
let sidebar = null;
93+
const sidebar_toggle = document.getElementById("sidebar-toggle-anchor");
94+
if (document.body.clientWidth >= 1080) {
95+
try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
96+
sidebar = sidebar || 'visible';
97+
} else {
98+
sidebar = 'hidden';
99+
}
100+
sidebar_toggle.checked = sidebar === 'visible';
101+
html.classList.remove('sidebar-visible');
102+
html.classList.add("sidebar-" + sidebar);
103+
</script>
104+
105+
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
106+
<!-- populated by js -->
107+
<mdbook-sidebar-scrollbox class="sidebar-scrollbox"></mdbook-sidebar-scrollbox>
108+
<noscript>
109+
<iframe class="sidebar-iframe-outer" src="toc.html"></iframe>
110+
</noscript>
111+
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
112+
<div class="sidebar-resize-indicator"></div>
113+
</div>
114+
</nav>
115+
116+
<div id="page-wrapper" class="page-wrapper">
117+
118+
<div class="page">
119+
<div id="menu-bar-hover-placeholder"></div>
120+
<div id="menu-bar" class="menu-bar sticky">
121+
<div class="left-buttons">
122+
<label id="sidebar-toggle" class="icon-button" for="sidebar-toggle-anchor" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
123+
<i class="fa fa-bars"></i>
124+
</label>
125+
<button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
126+
<i class="fa fa-paint-brush"></i>
127+
</button>
128+
<ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
129+
<li role="none"><button role="menuitem" class="theme" id="default_theme">Auto</button></li>
130+
<li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
131+
<li role="none"><button role="menuitem" class="theme" id="rust">Rust</button></li>
132+
<li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
133+
<li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
134+
<li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
135+
<li role="none"><button role="menuitem" class="theme" id="latte">Latte</button></li>
136+
<li role="none"><button role="menuitem" class="theme" id="frappe">Frappé</button></li>
137+
<li role="none"><button role="menuitem" class="theme" id="macchiato">Macchiato</button></li>
138+
<li role="none"><button role="menuitem" class="theme" id="mocha">Mocha</button></li>
139+
</ul>
140+
<button id="search-toggle" class="icon-button" type="button" title="Search (`/`)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="/ s" aria-controls="searchbar">
141+
<i class="fa fa-search"></i>
142+
</button>
143+
</div>
144+
145+
<h1 class="menu-title">Physics-Based Simulation</h1>
146+
147+
<div class="right-buttons">
148+
<a href="print.html" title="Print this book" aria-label="Print this book">
149+
<i id="print-button" class="fa fa-print"></i>
150+
</a>
151+
152+
</div>
153+
</div>
154+
155+
<div id="search-wrapper" class="hidden">
156+
<form id="searchbar-outer" class="searchbar-outer">
157+
<input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
158+
</form>
159+
<div id="searchresults-outer" class="searchresults-outer hidden">
160+
<div id="searchresults-header" class="searchresults-header"></div>
161+
<ul id="searchresults">
162+
</ul>
163+
</div>
164+
</div>
165+
166+
<!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
167+
<script>
168+
document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
169+
document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
170+
Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
171+
link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
172+
});
173+
</script>
174+
175+
<div id="content" class="content">
176+
<main>
177+
<h1 id="document-not-found-404"><a class="header" href="#document-not-found-404">Document not found (404)</a></h1>
178+
<p>This URL is invalid, sorry. Please use the navigation bar or search to continue.</p>
179+
180+
</main>
181+
182+
<nav class="nav-wrapper" aria-label="Page navigation">
183+
<!-- Mobile navigation buttons -->
184+
185+
186+
<div style="clear: both"></div>
187+
</nav>
188+
</div>
189+
</div>
190+
191+
<nav class="nav-wide-wrapper" aria-label="Page navigation">
192+
193+
</nav>
194+
195+
</div>
196+
197+
198+
199+
200+
<script>
201+
window.playground_copyable = true;
202+
</script>
203+
204+
205+
<script src="elasticlunr.min.js"></script>
206+
<script src="mark.min.js"></script>
207+
<script src="searcher.js"></script>
208+
209+
<script src="clipboard.min.js"></script>
210+
<script src="highlight.js"></script>
211+
<script src="book.js"></script>
212+
213+
<!-- Custom JS scripts -->
214+
215+
216+
</div>
217+
</body>
218+
</html>

FontAwesome/css/font-awesome.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

FontAwesome/fonts/FontAwesome.ttf

162 KB
Binary file not shown.
162 KB
Binary file not shown.

0 commit comments

Comments
 (0)