Skip to content

Commit

Permalink
split out #169 to make this PR smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Jun 20, 2022
1 parent e8538fc commit 1736106
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apis/python/mkmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ for x in \
util_tiledb
do
echo $x
pydoc-markdown -I src -m tiledbsc.$x > doc/$x.md
pydoc-markdown -I src -m tiledbsc.$x > $x.md
done
mv *.md doc

0 comments on commit 1736106

Please sign in to comment.