Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tuulos committed Nov 17, 2012
0 parents commit cd8d034
Show file tree
Hide file tree
Showing 36 changed files with 7,245 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
bitdeli-py
11 changes: 11 additions & 0 deletions build.sh
@@ -0,0 +1,11 @@
#!/bin/bash
set -e

if [[ -e bitdeli-py ]]; then
echo "Updating bitdeli-py"
(cd bitdeli-py; git pull)
else
git clone git://github.com/bitdeli/bitdeli-py
fi

sphinx-build src html

0 comments on commit cd8d034

Please sign in to comment.