bachya/pyoutbreaksnearme

View on GitHub
script/docs

Summary

Maintainability
Test Coverage
#!/bin/sh
set -e

REPO_PATH="$( dirname "$( cd "$(dirname "$0")" ; pwd -P )" )"

(cd "$REPO_PATH"/docs && make html)