Skip to content

Commit

Permalink
Merge branch 'open-atmos:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Caastlefox authored Nov 28, 2024
2 parents 23508be + 35fbebf commit 6cf0ba0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/markdown/pympdata_landing.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ let _ = PyDictMethods::set_item(&stepper_arg, "options", &options);
let _ = PyDictMethods::set_item(&stepper_arg, "n_dims", &n_dims);
```
</details>

<details>
<summary>Python code (click to expand)</summary>
```Python
from PyMPDATA import Stepper
Expand Down
3 changes: 3 additions & 0 deletions docs/templates/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
img {
max-width: 100%;
}

0 comments on commit 6cf0ba0

Please sign in to comment.