Skip to content

Commit

Permalink
Merged in PR to make the library only use a single event stream for a…
Browse files Browse the repository at this point in the history
…ll basestations.
  • Loading branch information
jwalter1-quest committed Oct 15, 2020
1 parent 2b531c5 commit 756716e
Show file tree
Hide file tree
Showing 4 changed files with 301 additions and 254 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ doc:
#pydoc -w ../arlo/arlo.py
#mv arlo.html arlo_api_doc.md
#git add arlo_api_doc.md
pdoc --overwrite --html --html-no-source --html-dir docs arlo.py
#pdoc --overwrite --html --html-no-source --html-dir docs arlo.py
pdoc -f --html -c show_source_code=False --output-dir docs arlo.py
sed -i'.bak' 's/#sidebar{width:30%}#content{width:70%;/#sidebar{width:45%}#content{width:55%;/g' docs/arlo.html
rm docs/arlo.html.bak
python dev/html2text.py docs/arlo.html > docs/README.md
Expand Down
Loading

0 comments on commit 756716e

Please sign in to comment.