added a 'run.sh' bash script launcher

develop
gwen 3 years ago
parent 5207fdb6ae
commit 0a6dbcd011

@ -1,14 +0,0 @@
#!/usr/bin/env bash
set -e
# Exit script if you try to use an uninitialized variable.
set -o nounset
action=$1
if [ "$action" == "linkcheck" ]; then
sphinx-build -WETan -j auto -D language=en -b linkcheck -d docs/build/doctrees docs/source docs/build/linkcheck
elif [ "$action" == "docs" ]; then
sphinx-build -WETa -j auto -D language=en -b html -d docs/build/doctrees docs/source docs/build/html
fi

@ -0,0 +1,3 @@
#echo "`pwd`/src"
export PYTHONPATH=`pwd`/src:$PYTHONPATH
kedro run
Loading…
Cancel
Save