Skip to content

Commit

Permalink
added images to user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingWorkshop committed Jan 2, 2024
1 parent 3ff7c03 commit ceb9bae
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 4 deletions.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/user-guide/index.doctree
Binary file not shown.
15 changes: 14 additions & 1 deletion docs/build/html/_sources/user-guide/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@
User Guide
=================

.. figure:: ../_static/roles.png
:align: center

Systems
========
DynaDojo systems represent dynamical systems. They generate datasets of trajectories for DynaDojo algorithms to train and predict.

.. figure:: ../_static/systems.png
:align: center

They are also highly tunable.

.. figure:: ../_static/params.png
:align: center


Algorithms
===========
Expand All @@ -16,4 +26,7 @@ DynaDojo algorithms train on data generated from DynaDojo systems.
Challenges
===========

DynaDojo challenges benchmark how DynaDojo algorithms perform on DynaDojo systems.
DynaDojo challenges benchmark how DynaDojo algorithms perform on DynaDojo systems. Developers can implement their own challenges or use our off-the-shelf challenges to benchmark a range of metrics.

.. figure:: ../_static/cube.png
:align: center
2 changes: 1 addition & 1 deletion docs/build/html/searchindex.js

Large diffs are not rendered by default.

15 changes: 14 additions & 1 deletion docs/build/html/user-guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -416,17 +416,30 @@
<article role="main">
<section id="user-guide">
<h1>User Guide<a class="headerlink" href="#user-guide" title="Link to this heading">#</a></h1>
<figure class="align-center">
<img alt="../_images/roles.png" src="../_images/roles.png" />
</figure>
<section id="systems">
<h2>Systems<a class="headerlink" href="#systems" title="Link to this heading">#</a></h2>
<p>DynaDojo systems represent dynamical systems. They generate datasets of trajectories for DynaDojo algorithms to train and predict.</p>
<figure class="align-center">
<img alt="../_images/systems.png" src="../_images/systems.png" />
</figure>
<p>They are also highly tunable.</p>
<figure class="align-center">
<img alt="../_images/params.png" src="../_images/params.png" />
</figure>
</section>
<section id="algorithms">
<h2>Algorithms<a class="headerlink" href="#algorithms" title="Link to this heading">#</a></h2>
<p>DynaDojo algorithms train on data generated from DynaDojo systems.</p>
</section>
<section id="challenges">
<h2>Challenges<a class="headerlink" href="#challenges" title="Link to this heading">#</a></h2>
<p>DynaDojo challenges benchmark how DynaDojo algorithms perform on DynaDojo systems.</p>
<p>DynaDojo challenges benchmark how DynaDojo algorithms perform on DynaDojo systems. Developers can implement their own challenges or use our off-the-shelf challenges to benchmark a range of metrics.</p>
<figure class="align-center">
<img alt="../_images/cube.png" src="../_images/cube.png" />
</figure>
</section>
</section>

Expand Down
Binary file added docs/source/_static/cube.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 docs/source/_static/params.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 docs/source/_static/roles.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 docs/source/_static/systems.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion docs/source/user-guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@
User Guide
=================

.. figure:: ../_static/roles.png
:align: center

Systems
========
DynaDojo systems represent dynamical systems. They generate datasets of trajectories for DynaDojo algorithms to train and predict.

.. figure:: ../_static/systems.png
:align: center

They are also highly tunable.

.. figure:: ../_static/params.png
:align: center


Algorithms
===========
Expand All @@ -16,4 +26,7 @@ DynaDojo algorithms train on data generated from DynaDojo systems.
Challenges
===========

DynaDojo challenges benchmark how DynaDojo algorithms perform on DynaDojo systems.
DynaDojo challenges benchmark how DynaDojo algorithms perform on DynaDojo systems. Developers can implement their own challenges or use our off-the-shelf challenges to benchmark a range of metrics.

.. figure:: ../_static/cube.png
:align: center

0 comments on commit ceb9bae

Please sign in to comment.