Skip to content

Commit

Permalink
polished index
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingWorkshop committed Jan 6, 2024
1 parent d52f838 commit 9cc8b32
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 27 deletions.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/getting-started.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
10 changes: 1 addition & 9 deletions docs/build/html/_sources/getting-started.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,4 @@ To install ``dynadojo``, you can use ``pip``, the Python package installer.
Package Overview
===================

DynaDojo is a Python API for developing and benchmarking dynamical systems identification algorithms.


View the code `here <https://github.com/FlyingWorkshop/dynadojo>`_, the paper `here <https://openreview.net/pdf?id=pTSNoBTk8E>`_ and the poster `here <https://logan-mondal-bhamidipaty.com/assets/images/dynadojo-poster.png>`_.

Authors
=========

The authors are `Logan Mondal Bhamidipaty* <https://logan-mondal-bhamidipaty.com/>`_, `Tommy Bruzzese* <https://www.tommybruzzese.com/>`_, Caryn Tran*, Rami Mrad, and Maxinder S. Kanwal.
DynaDojo is a Python API for developing and benchmarking dynamical systems identification algorithms. View the code `here <https://github.com/FlyingWorkshop/dynadojo>`_, the paper `here <https://openreview.net/pdf?id=pTSNoBTk8E>`_ and the poster `here <https://logan-mondal-bhamidipaty.com/assets/images/dynadojo-poster.png>`_.
6 changes: 6 additions & 0 deletions docs/build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ DynaDojo documentation
user-guide/index
api-reference


Authors
=========

The authors are `Logan Mondal Bhamidipaty* <https://logan-mondal-bhamidipaty.com/>`_, `Tommy Bruzzese* <https://www.tommybruzzese.com/>`_, Caryn Tran*, Rami Mrad, and Maxinder S. Kanwal.

8 changes: 1 addition & 7 deletions docs/build/html/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -429,12 +429,7 @@ <h2>Installation<a class="headerlink" href="#installation" title="Link to this h
</section>
<section id="package-overview">
<h2>Package Overview<a class="headerlink" href="#package-overview" title="Link to this heading">#</a></h2>
<p>DynaDojo is a Python API for developing and benchmarking dynamical systems identification algorithms.</p>
<p>View the code <a class="reference external" href="https://github.com/FlyingWorkshop/dynadojo">here</a>, the paper <a class="reference external" href="https://openreview.net/pdf?id=pTSNoBTk8E">here</a> and the poster <a class="reference external" href="https://logan-mondal-bhamidipaty.com/assets/images/dynadojo-poster.png">here</a>.</p>
</section>
<section id="authors">
<h2>Authors<a class="headerlink" href="#authors" title="Link to this heading">#</a></h2>
<p>The authors are <a class="reference external" href="https://logan-mondal-bhamidipaty.com/">Logan Mondal Bhamidipaty*</a>, <a class="reference external" href="https://www.tommybruzzese.com/">Tommy Bruzzese*</a>, Caryn Tran*, Rami Mrad, and Maxinder S. Kanwal.</p>
<p>DynaDojo is a Python API for developing and benchmarking dynamical systems identification algorithms. View the code <a class="reference external" href="https://github.com/FlyingWorkshop/dynadojo">here</a>, the paper <a class="reference external" href="https://openreview.net/pdf?id=pTSNoBTk8E">here</a> and the poster <a class="reference external" href="https://logan-mondal-bhamidipaty.com/assets/images/dynadojo-poster.png">here</a>.</p>
</section>
</section>

Expand Down Expand Up @@ -496,7 +491,6 @@ <h2>Authors<a class="headerlink" href="#authors" title="Link to this heading">#<
<li><a class="reference internal" href="#">Getting Started</a><ul>
<li><a class="reference internal" href="#installation">Installation</a></li>
<li><a class="reference internal" href="#package-overview">Package Overview</a></li>
<li><a class="reference internal" href="#authors">Authors</a></li>
</ul>
</li>
</ul>
Expand Down
5 changes: 4 additions & 1 deletion docs/build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ <h1>DynaDojo documentation<a class="headerlink" href="#dynadojo-documentation" t
<li class="toctree-l1"><a class="reference internal" href="getting-started.html">Getting Started</a><ul>
<li class="toctree-l2"><a class="reference internal" href="getting-started.html#installation">Installation</a></li>
<li class="toctree-l2"><a class="reference internal" href="getting-started.html#package-overview">Package Overview</a></li>
<li class="toctree-l2"><a class="reference internal" href="getting-started.html#authors">Authors</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="user-guide/index.html">User Guide</a><ul>
Expand All @@ -441,6 +440,10 @@ <h1>DynaDojo documentation<a class="headerlink" href="#dynadojo-documentation" t
</li>
</ul>
</div>
</section>
<section id="authors">
<h1>Authors<a class="headerlink" href="#authors" title="Link to this heading">#</a></h1>
<p>The authors are <a class="reference external" href="https://logan-mondal-bhamidipaty.com/">Logan Mondal Bhamidipaty*</a>, <a class="reference external" href="https://www.tommybruzzese.com/">Tommy Bruzzese*</a>, Caryn Tran*, Rami Mrad, and Maxinder S. Kanwal.</p>
</section>

</article>
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/searchindex.js

Large diffs are not rendered by default.

10 changes: 1 addition & 9 deletions docs/source/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,4 @@ To install ``dynadojo``, you can use ``pip``, the Python package installer.
Package Overview
===================

DynaDojo is a Python API for developing and benchmarking dynamical systems identification algorithms.


View the code `here <https://github.com/FlyingWorkshop/dynadojo>`_, the paper `here <https://openreview.net/pdf?id=pTSNoBTk8E>`_ and the poster `here <https://logan-mondal-bhamidipaty.com/assets/images/dynadojo-poster.png>`_.

Authors
=========

The authors are `Logan Mondal Bhamidipaty* <https://logan-mondal-bhamidipaty.com/>`_, `Tommy Bruzzese* <https://www.tommybruzzese.com/>`_, Caryn Tran*, Rami Mrad, and Maxinder S. Kanwal.
DynaDojo is a Python API for developing and benchmarking dynamical systems identification algorithms. View the code `here <https://github.com/FlyingWorkshop/dynadojo>`_, the paper `here <https://openreview.net/pdf?id=pTSNoBTk8E>`_ and the poster `here <https://logan-mondal-bhamidipaty.com/assets/images/dynadojo-poster.png>`_.
6 changes: 6 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ DynaDojo documentation
user-guide/index
api-reference


Authors
=========

The authors are `Logan Mondal Bhamidipaty* <https://logan-mondal-bhamidipaty.com/>`_, `Tommy Bruzzese* <https://www.tommybruzzese.com/>`_, Caryn Tran*, Rami Mrad, and Maxinder S. Kanwal.

0 comments on commit 9cc8b32

Please sign in to comment.