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 ceb9bae commit 0ea7b97
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 20 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.
8 changes: 4 additions & 4 deletions docs/build/html/_sources/user-guide/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
User Guide
=================

.. figure:: ../_static/roles.png
.. image:: ../_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
.. image:: ../_static/systems.png
:align: center

They are also highly tunable.

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


Expand All @@ -28,5 +28,5 @@ Challenges

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
.. image:: ../_static/cube.png
:align: center
16 changes: 4 additions & 12 deletions docs/build/html/user-guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -416,19 +416,13 @@
<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>
<img alt="../_images/roles.png" class="align-center" src="../_images/roles.png" />
<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>
<img alt="../_images/systems.png" class="align-center" src="../_images/systems.png" />
<p>They are also highly tunable.</p>
<figure class="align-center">
<img alt="../_images/params.png" src="../_images/params.png" />
</figure>
<img alt="../_images/params.png" class="align-center" src="../_images/params.png" />
</section>
<section id="algorithms">
<h2>Algorithms<a class="headerlink" href="#algorithms" title="Link to this heading">#</a></h2>
Expand All @@ -437,9 +431,7 @@ <h2>Algorithms<a class="headerlink" href="#algorithms" title="Link to this headi
<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. 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>
<img alt="../_images/cube.png" class="align-center" src="../_images/cube.png" />
</section>
</section>

Expand Down
8 changes: 4 additions & 4 deletions docs/source/user-guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
User Guide
=================

.. figure:: ../_static/roles.png
.. image:: ../_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
.. image:: ../_static/systems.png
:align: center

They are also highly tunable.

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


Expand All @@ -28,5 +28,5 @@ Challenges

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
.. image:: ../_static/cube.png
:align: center

0 comments on commit 0ea7b97

Please sign in to comment.