-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4157a78
commit c614c13
Showing
5 changed files
with
43 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
.. _basic_tutorials: | ||
|
||
Basic tutorials | ||
=============== | ||
|
||
.. only:: html | ||
|
||
.. important:: | ||
|
||
.. raw:: html | ||
|
||
<p> | ||
Most of these tutorials can be launched as online interactive notebooks | ||
thanks to the infrastructure provided by <a href="https://mybinder.org/">binder</a>. | ||
Look for the rocket icon <i class="fas fa-rocket"></i> on top of each page! | ||
</p> | ||
|
||
.. important:: | ||
|
||
Some tutorials may use features not available yet in the latest stable release | ||
of heyoka.py, and thus might fail to execute correctly in the online interactive | ||
notebooks. Please refer to the :ref:`changelog <changelog>` for an overview of | ||
the features currently | ||
available only in the development version of heyoka.py. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
tut_taylor_method | ||
notebooks/The expression system.ipynb | ||
notebooks/The adaptive integrator.ipynb | ||
notebooks/Customising the adaptive integrator.ipynb | ||
notebooks/ODEs with parameters.ipynb | ||
notebooks/Non-autonomous systems.ipynb | ||
notebooks/Dense output.ipynb | ||
notebooks/Event detection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters