Skip to content

Commit 0b5b72f

Browse files
committed
Add Statistical Rethinking Lectures to thumbnail generator
1 parent bb9ed6e commit 0b5b72f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sphinxext/thumbnail_extractor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
"ode_models": "ODE models",
120120
"samplers": "MCMC",
121121
"variational_inference": "Variational Inference",
122+
"statistical_rethinking_lectures": "Statistical Rethinking Lectures",
122123
}
123124

124125

@@ -215,7 +216,7 @@ def main(app):
215216
)
216217
)
217218

218-
nb_paths = glob(f"{folder}/*.ipynb")
219+
nb_paths = sorted(glob(f"{folder}/*.ipynb"))
219220
for nb_path in nb_paths:
220221
nbg = NotebookGenerator(nb_path, "..", folder)
221222
nbg.gen_previews()

0 commit comments

Comments
 (0)