We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be03fa commit e561dcbCopy full SHA for e561dcb
build_and_process.sh
@@ -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