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 9, 2025
0 parents commit d6ce597
Show file tree
Hide file tree
Showing 1,374 changed files with 38,912 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.2","generation_timestamp":"2025-01-09T18:01:47","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/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 d6ce597

Please sign in to comment.