Skip to content

Commit

Permalink
BLD: continue building (#9)
Browse files Browse the repository at this point in the history
* ENH: embed clicky

* MAINT: begin porting chapter 6

* MAINT: improve docs

* BLD: finish chapter 5
  • Loading branch information
eigenfoo authored Jun 25, 2019
1 parent 20b4048 commit 690074e
Show file tree
Hide file tree
Showing 5 changed files with 1,020 additions and 35 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ black: # Format code in-place with black.
publish: # Run notebook in-place and generate HTML files.
jupyter nbconvert --to notebook --inplace --execute tests-as-linear.ipynb
jupyter nbconvert --to html tests-as-linear.ipynb
mv tests-as-linear.html index.html
sh scripts/embed-clicky.sh
rm tests-as-linear.html

clean: # Clean directory.
rm -rf _site/ __pycache__/
Loading

0 comments on commit 690074e

Please sign in to comment.