Skip to content

Commit

Permalink
Fix scroll_output and collapse-20 tags for file imports (#72)
Browse files Browse the repository at this point in the history
* Fix scoll_output and collapse-20 tags for file imports

* should be collapse-20
  • Loading branch information
mmcky authored Jun 21, 2021
1 parent c9829fe commit 7d072c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lectures/additive_functionals.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ The code below adds some functions that generate plots for instances of the `AMF

```{code-cell} python3
---
tags: [output_scroll]
tags: [collapse-20]
---
def plot_given_paths(amf, T, ypath, mpath, spath, tpath,
mbounds, sbounds, horline=0, show_trend=True):
Expand Down
2 changes: 1 addition & 1 deletion lectures/chang_credible.md
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ The following code computes sustainable plans
```{code-cell} python3
---
load: _static/lecture_specific/chang_credible/changecon.py
tags: [output_scroll]
tags: [collapse-20]
---
```

Expand Down
2 changes: 1 addition & 1 deletion lectures/von_neumann_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The code below provides the `Neumann` class

```{code-cell} python3
---
tags: [output_scroll]
tags: [collapse-20]
---
class Neumann(object):
Expand Down

1 comment on commit 7d072c7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.