open-atmos / devops_tests

pytest test routines asserting for GitHub issue-linked TODO labelling in the code, README link consistency and some Jupyter notebook sanity checks
GNU General Public License v3.0
0 stars 4 forks source link

change Github badge name from preview to View #38

Closed AgnieszkaZaba closed 2 weeks ago

AgnieszkaZaba commented 2 weeks ago

Connected to #1403.

slayoo commented 2 weeks ago

@AgnieszkaZaba, we would need to change all notebooks in PyMPDATA repo

AgnieszkaZaba commented 2 weeks ago

Ok, I will change in PySDM then.

slayoo commented 2 weeks ago

should be doable with a bash loop + sed one-liner

Delcior commented 2 weeks ago

this should help: find . -name "*.ipynb" -exec sed -i '' 's/View notebook/preview notebook/g' {} +

AgnieszkaZaba commented 2 weeks ago

Thank you @slayoo and @Delcior! I'm closing this PR. Github badge name stay as preview notebook. PySDM PR#1403