File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ def build_gallery(app: Sphinx):
114114 repo_text = ""
115115 star_text = ""
116116
117- if item [ "repository" ] :
117+ if "repository" in item :
118118 repo_text = f'{{bdg-link-secondary}}`repo <{ item ["repository" ]} >`'
119119
120120 try :
Original file line number Diff line number Diff line change 285285 repository : https://github.com/bvanderlei/jupyter-guide-to-linear-algebra
286286 image : https://bvanderlei.github.io/jupyter-guide-to-linear-algebra/_static/reflection_logo.png
287287 website : https://bvanderlei.github.io/jupyter-guide-to-linear-algebra/
288+ # Note: this one has no public repository
289+ - name : " Python Programming And Numerical Methods: A Guide For Engineers And Scientists"
290+ image : https://pythonnumericalmethods.berkeley.edu/_static/book_cover.jpg
291+ website : https://pythonnumericalmethods.berkeley.edu/notebooks/Index.html
288292- name : " Programming Differential Privacy"
289293 repository : https://github.com/uvm-plaid/programming-dp
290294 image : https://uvm-plaid.github.io/programming-dp/_static/logo.png
You can’t perform that action at this time.
0 commit comments