Skip to content

Commit

Permalink
feat(project): regroup the scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
xuedong committed Jan 17, 2021
1 parent 089f6ff commit 3fcb361
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build_docs.sh → scripts/build_docs.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

cd docs/
cd ../docs/
sphinx-apidoc -o source/ ../rlberry
make html
cd ..

# Useful: https://samnicholls.net/2016/06/15/how-to-sphinx-readthedocs/
# Useful: https://samnicholls.net/2016/06/15/how-to-sphinx-readthedocs/
3 changes: 2 additions & 1 deletion run_testscov.sh → scripts/run_testscov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
# disable JIT to get complete coverage report
export NUMBA_DISABLE_JIT=1

# run pytest
# run pytest
cd ..
pytest --cov=rlberry --cov-report html:cov_html

0 comments on commit 3fcb361

Please sign in to comment.