Skip to content

Commit

Permalink
Repositioning binder buttons in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stammler committed Jul 21, 2023
1 parent 3e9b77e commit 3823c7f
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 21 deletions.
11 changes: 8 additions & 3 deletions examples/1_simple_integration.ipynb
@@ -1,15 +1,20 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/stammler/simframe/HEAD?labpath=examples%2F1_simple_integration.ipynb)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**This notebook teaches how to:** \n",
"set up frames, create fields, create integration variables, set up derivatives, set up integration instructions, run simulations, write and read data, resume from dump files, and deactivate the progess bar.\n",
"\n",
"In addition to the `simframe` requirements, the following packages are needed for this notebook: `matplotlib`, `scipy`.\n",
"\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/stammler/simframe/HEAD?labpath=examples%2F1_simple_integration.ipynb)"
"In addition to the `simframe` requirements, the following packages are needed for this notebook: `matplotlib`, `scipy`."
]
},
{
Expand Down
11 changes: 8 additions & 3 deletions examples/2_advanced_integration.ipynb
Expand Up @@ -4,12 +4,17 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**This notebook teaches how to:** \n",
"create groups, create immutable fields, display the table of contents, and set up complex integration instructions.\n",
"\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/stammler/simframe/HEAD?labpath=examples%2F2_advanced_integration.ipynb)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**This notebook teaches how to:** \n",
"create groups, create immutable fields, display the table of contents, and set up complex integration instructions."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
11 changes: 8 additions & 3 deletions examples/3_updating.ipynb
@@ -1,15 +1,20 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/stammler/simframe/HEAD?labpath=examples%2F3_updating.ipynb)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**This notebook teaches how to:** \n",
"update groups and fields and use heartbeats.\n",
"\n",
"In addition to the `simframe` requirements, the following packages are needed for this notebook: `astropy`, `matplotlib`.\n",
"\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/stammler/simframe/HEAD?labpath=examples%2F3_updating.ipynb)"
"In addition to the `simframe` requirements, the following packages are needed for this notebook: `astropy`, `matplotlib`."
]
},
{
Expand Down
11 changes: 8 additions & 3 deletions examples/4_custom_schemes.ipynb
Expand Up @@ -4,12 +4,17 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**This notebook teaches how to:** \n",
"create custom integration schemes.\n",
"\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/stammler/simframe/HEAD?labpath=examples%2F4_custom_schemes.ipynb)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**This notebook teaches how to:** \n",
"create custom integration schemes."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
11 changes: 8 additions & 3 deletions examples/5_adaptive_schemes.ipynb
Expand Up @@ -4,12 +4,17 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**This notebook teaches how to:** \n",
"set up adaptive integration schemes, set up fail operations, set up preparation and finalization instructions, and use suggested step sizes.\n",
"\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/stammler/simframe/HEAD?labpath=examples%2F5_adaptive_schemes.ipynb)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**This notebook teaches how to:** \n",
"set up adaptive integration schemes, set up fail operations, set up preparation and finalization instructions, and use suggested step sizes."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
11 changes: 8 additions & 3 deletions examples/6_implicit_integration.ipynb
Expand Up @@ -4,12 +4,17 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**This notebook teaches how to:** \n",
"set up implicit integration schemes.\n",
"\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/stammler/simframe/HEAD?labpath=examples%2F6_implicit_integration.ipynb)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**This notebook teaches how to:** \n",
"set up implicit integration schemes."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
2 changes: 1 addition & 1 deletion examples/example_compartmental_models.ipynb
Expand Up @@ -2003,7 +2003,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.11.3"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion examples/example_coupled_oscillators.ipynb
Expand Up @@ -41072,7 +41072,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.11.3"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion examples/example_double_pendulum.ipynb
Expand Up @@ -9796,7 +9796,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.11.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 3823c7f

Please sign in to comment.