Skip to content

Commit 7d072c7

Browse files
authored
Fix scroll_output and collapse-20 tags for file imports (#72)
* Fix scoll_output and collapse-20 tags for file imports * should be collapse-20
1 parent c9829fe commit 7d072c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lectures/additive_functionals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ The code below adds some functions that generate plots for instances of the `AMF
406406

407407
```{code-cell} python3
408408
---
409-
tags: [output_scroll]
409+
tags: [collapse-20]
410410
---
411411
def plot_given_paths(amf, T, ypath, mpath, spath, tpath,
412412
mbounds, sbounds, horline=0, show_trend=True):

lectures/chang_credible.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ The following code computes sustainable plans
810810
```{code-cell} python3
811811
---
812812
load: _static/lecture_specific/chang_credible/changecon.py
813-
tags: [output_scroll]
813+
tags: [collapse-20]
814814
---
815815
```
816816

lectures/von_neumann_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The code below provides the `Neumann` class
6161

6262
```{code-cell} python3
6363
---
64-
tags: [output_scroll]
64+
tags: [collapse-20]
6565
---
6666
class Neumann(object):
6767

0 commit comments

Comments
 (0)