Skip to content

Commit

Permalink
deploy: 7d5ee50
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Oct 24, 2023
1 parent 9f03cb5 commit b25800b
Show file tree
Hide file tree
Showing 38 changed files with 162 additions and 143 deletions.
6 changes: 3 additions & 3 deletions consts.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 48a1d6c</span>
<span>0.1.50 25f5466</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -932,7 +932,7 @@ <h2>References and Further Reading</h2>

</section>

<div class="footer">Powered by vdoc. Generated on: 22 Oct 2023 12:42:39</div>
<div class="footer">Powered by vdoc. Generated on: 24 Oct 2023 20:06:53</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#readme_consts">README</a></li>
<li class="open"><a href="#Constants">Constants</a></li>
Expand Down
6 changes: 3 additions & 3 deletions deriv.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 48a1d6c</span>
<span>0.1.50 25f5466</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -135,7 +135,7 @@ <h2>References and Further Reading</h2>

</section>

<div class="footer">Powered by vdoc. Generated on: 22 Oct 2023 12:42:39</div>
<div class="footer">Powered by vdoc. Generated on: 24 Oct 2023 20:06:53</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#readme_deriv">README</a></li>
<li class="open"><a href="#backward">fn backward</a> <ul>
Expand Down
6 changes: 3 additions & 3 deletions diff.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 48a1d6c</span>
<span>0.1.50 25f5466</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -93,7 +93,7 @@

</section>

<div class="footer">Powered by vdoc. Generated on: 22 Oct 2023 12:42:39</div>
<div class="footer">Powered by vdoc. Generated on: 24 Oct 2023 20:06:53</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#readme_diff">README</a></li>
<li class="open"><a href="#backward">fn backward</a> <ul>
Expand Down
6 changes: 3 additions & 3 deletions dist.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 48a1d6c</span>
<span>0.1.50 25f5466</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -117,7 +117,7 @@

</section>

<div class="footer">Powered by vdoc. Generated on: 22 Oct 2023 12:42:39</div>
<div class="footer">Powered by vdoc. Generated on: 24 Oct 2023 20:06:53</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#readme_dist">README</a></li>
<li class="open"><a href="#build_text_hist">fn build_text_hist</a> <ul>
Expand Down
33 changes: 29 additions & 4 deletions doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,30 @@ html {
}
body {
margin: 0;
font-family: Jost, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif,
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
font-family:
Jost,
-apple-system,
BlinkMacSystemFont,
'Segoe UI',
Helvetica,
Arial,
sans-serif,
'Apple Color Emoji',
'Segoe UI Emoji',
'Segoe UI Symbol';
background-color: #fff;
background-color: var(--background-color);
color: #000;
color: var(--text-color);
height: 100%;
}
hr {
height: 0.25rem;
background-color: var(--title-bottom-line-color);
border: 0;
padding: 0;
margin: 1.2rem 0;
}
#page {
height: 100%;
padding-top: 56px;
Expand Down Expand Up @@ -337,8 +353,17 @@ body {
font-weight: 500;
}
.doc-nav > .search .result > .link > .description {
font-family: Jost, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif,
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
font-family:
Jost,
-apple-system,
BlinkMacSystemFont,
'Segoe UI',
Helvetica,
Arial,
sans-serif,
'Apple Color Emoji',
'Segoe UI Emoji',
'Segoe UI Symbol';
font-size: 0.75rem;
overflow: hidden;
white-space: nowrap;
Expand Down
2 changes: 1 addition & 1 deletion doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function setupScrollSpy() {
a.classList.add('active');
lastActive = a;
clickedScroll = true;
})
}),
);
}

Expand Down
6 changes: 3 additions & 3 deletions easings.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 48a1d6c</span>
<span>0.1.50 25f5466</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -256,7 +256,7 @@ <h2>Credits</h2>

</section>

<div class="footer">Powered by vdoc. Generated on: 22 Oct 2023 12:42:39</div>
<div class="footer">Powered by vdoc. Generated on: 24 Oct 2023 20:06:53</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#readme_easings">README</a></li>
<li class="open"><a href="#animate">fn animate</a> <ul>
Expand Down
6 changes: 3 additions & 3 deletions errors.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 48a1d6c</span>
<span>0.1.50 25f5466</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -168,7 +168,7 @@

</section>

<div class="footer">Powered by vdoc. Generated on: 22 Oct 2023 12:42:39</div>
<div class="footer">Powered by vdoc. Generated on: 24 Oct 2023 20:06:53</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#error">fn error</a> <ul>
</ul>
Expand Down
6 changes: 3 additions & 3 deletions fft.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 48a1d6c</span>
<span>0.1.50 25f5466</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -109,7 +109,7 @@

</section>

<div class="footer">Powered by vdoc. Generated on: 22 Oct 2023 12:42:39</div>
<div class="footer">Powered by vdoc. Generated on: 24 Oct 2023 20:06:53</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#readme_fft">README</a></li>
<li class="open"><a href="#backward_fft">fn backward_fft</a> <ul>
Expand Down
6 changes: 3 additions & 3 deletions fit.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 48a1d6c</span>
<span>0.1.50 25f5466</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -88,7 +88,7 @@

</section>

<div class="footer">Powered by vdoc. Generated on: 22 Oct 2023 12:42:39</div>
<div class="footer">Powered by vdoc. Generated on: 24 Oct 2023 20:06:53</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#linear">fn linear</a> <ul>
</ul>
Expand Down
6 changes: 3 additions & 3 deletions float.float32.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 48a1d6c</span>
<span>0.1.50 25f5466</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -160,7 +160,7 @@

</section>

<div class="footer">Powered by vdoc. Generated on: 22 Oct 2023 12:42:39</div>
<div class="footer">Powered by vdoc. Generated on: 24 Oct 2023 20:06:53</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#arrays_tolerance">fn arrays_tolerance</a> <ul>
</ul>
Expand Down
6 changes: 3 additions & 3 deletions float.float64.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 48a1d6c</span>
<span>0.1.50 25f5466</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -252,7 +252,7 @@

</section>

<div class="footer">Powered by vdoc. Generated on: 22 Oct 2023 12:42:39</div>
<div class="footer">Powered by vdoc. Generated on: 24 Oct 2023 20:06:53</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#alike">fn alike</a> <ul>
</ul>
Expand Down
6 changes: 3 additions & 3 deletions fun.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 48a1d6c</span>
<span>0.1.50 25f5466</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -623,7 +623,7 @@

</section>

<div class="footer">Powered by vdoc. Generated on: 22 Oct 2023 12:42:39</div>
<div class="footer">Powered by vdoc. Generated on: 24 Oct 2023 20:06:53</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#atan2p">fn atan2p</a> <ul>
</ul>
Expand Down
6 changes: 3 additions & 3 deletions func.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 48a1d6c</span>
<span>0.1.50 25f5466</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -167,7 +167,7 @@

</section>

<div class="footer">Powered by vdoc. Generated on: 22 Oct 2023 12:42:39</div>
<div class="footer">Powered by vdoc. Generated on: 24 Oct 2023 20:06:53</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#ArbitraryFn">type ArbitraryFn</a> <ul>
</ul>
Expand Down
6 changes: 3 additions & 3 deletions gm.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 48a1d6c</span>
<span>0.1.50 25f5466</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -311,7 +311,7 @@

</section>

<div class="footer">Powered by vdoc. Generated on: 22 Oct 2023 12:42:39</div>
<div class="footer">Powered by vdoc. Generated on: 24 Oct 2023 20:06:53</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#readme_gm">README</a></li>
<li class="open"><a href="#Constants">Constants</a></li>
Expand Down
6 changes: 3 additions & 3 deletions graph.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 48a1d6c</span>
<span>0.1.50 25f5466</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -215,7 +215,7 @@ <h3>Example: Small graph</h3>

</section>

<div class="footer">Powered by vdoc. Generated on: 22 Oct 2023 12:42:39</div>
<div class="footer">Powered by vdoc. Generated on: 24 Oct 2023 20:06:53</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#readme_graph">README</a></li>
<li class="open"><a href="#ShortestPaths">enum ShortestPaths</a> <ul>
Expand Down
Loading

0 comments on commit b25800b

Please sign in to comment.