Skip to content

Commit e561dcb

Browse files
committed
this works
1 parent 2be03fa commit e561dcb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

build_and_process.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/sh
2+
3+
jupyter-book build content
4+
5+
cd content/_build/html
6+
for i in $(grep -lR "# alt-text" | grep html)
7+
do
8+
echo $i
9+
../../../parse_alt.py $i
10+
done

0 commit comments

Comments
 (0)