Skip to content

Commit 45cbfcc

Browse files
committed
Move docs to a place recognized by github sites, and rebuild
1 parent 2fc385d commit 45cbfcc

File tree

7 files changed

+14109
-1018
lines changed

7 files changed

+14109
-1018
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ init: venv
1111
# fix import
1212
sed -i -e 's/import indradb_pb2/import indradb.indradb_pb2/g' indradb/indradb_pb2_grpc.py
1313

14-
doc:
14+
docs:
1515
. venv/bin/activate && python setup.py clean build install
16-
. venv/bin/activate && pdoc --html --html-dir ./doc ./indradb
16+
. venv/bin/activate && pdoc --html --html-dir ./docs ./indradb
1717

1818
release:
1919
git checkout master

0 commit comments

Comments
 (0)