Skip to content

Commit

Permalink
delete history
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Jan 31, 2025
0 parents commit b18ec40
Show file tree
Hide file tree
Showing 1,720 changed files with 49,150 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"documenter":{"julia_version":"1.11.3","generation_timestamp":"2025-01-26T09:26:46","documenter_version":"1.8.0"}}
4 changes: 4 additions & 0 deletions dev/about/index.html

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dev/assets/aligned.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
p {
text-align: justify
}
17 changes: 17 additions & 0 deletions dev/assets/bouncing_ball.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
\begin{tikzpicture}
\node[draw,circle,rounded corners,thick] (loc) {
\begin{tabular}{@{} c @{}}
$x' = v$ \\[1mm]
$v' = -g$ \\[1mm]
\hline \\[-2mm]
$x \geq 0$
\end{tabular}};
%
\draw[->,>=stealth, loop right,looseness=3] (loc) to node[right] {
\begin{tabular}{@{} c @{}}
$x = 0$ \\[1mm]
$v < 0$ \\[1mm]
\hline \\[-2mm]
$v' := -cv$
\end{tabular}} (loc);
\end{tikzpicture}
Binary file added dev/assets/bouncing_ball_annotations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions dev/assets/citations.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.citation dl {
display: grid;
grid-template-columns: max-content auto; }
.citation dt {
grid-column-start: 1; }
.citation dd {
grid-column-start: 2;
margin-bottom: 0.75em; }
.citation ul {
padding: 0 0 2.25em 0;
margin: 0;
list-style: none !important;}
.citation ul li {
text-indent: -2.25em;
margin: 0.33em 0.5em 0.5em 2.25em;}
.citation ol li {
padding-left:0.75em;}
17 changes: 17 additions & 0 deletions dev/assets/clocked_simple.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
\begin{tikzpicture}
\node[draw, rectangle, rounded corners,thick] (loc) {
\begin{tabular}{@{} c @{}}
$x' = -x$ \\[1mm]
$T' = 1$ \\[1mm]
\hline \\[-2mm]
$T \leq \Tsample + \jitter$
\end{tabular}};
%
\draw[->,>=stealth, loop right,looseness=3] (loc) to node[right] {
\begin{tabular}{@{} c @{}}
$T \geq \Tsample - \jitter$ \\[1mm]
\hline \\[-2mm]
$x' := 2 x$ \\[1mm]
$T' := T - \Tsample$
\end{tabular}} (loc);
\end{tikzpicture}
Binary file added dev/assets/clocked_simple_annotations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dev/assets/clocked_timeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dev/assets/decomposition.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b18ec40

Please sign in to comment.