Skip to content

Commit 651db76

Browse files
committed
minor changes
1 parent 3c8c7e7 commit 651db76

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/sitemap.xml.gz

0 Bytes
Binary file not shown.

git_hooks/post-commit

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
#!/bin/sh
2-
dir=`pwd`
3-
echo $dir
4-
jupyter nbconvert --output-dir='../docs/' --to markdown ../notebooks/*.ipynb
2+
jupyter nbconvert --output-dir=docs/ --to markdown notebooks/*.ipynb
53
mkdocs build

0 commit comments

Comments
 (0)