Skip to content

Commit

Permalink
Merge aa230ff into 5a9bd6a
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-neal committed Sep 9, 2018
2 parents 5a9bd6a + aa230ff commit 5e06653
Show file tree
Hide file tree
Showing 5 changed files with 331 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ help:
@echo " Produce coverage report"
@echo " mypy"
@echo " Run type checking with mypy"
@echo " pdf"
@echo " Make pdf from paper.md"


clean-pyc:
find . -name '*.pyc' -exec rm --force {} +
Expand Down Expand Up @@ -74,3 +77,6 @@ cov: $(module)/*
mypy:
# py.test --mypy
mypy --ignore-missing-imports .

pdf:
(cd paper && pandoc --filter pandoc-citeproc --bibliography=paper.bib --variable classoption=twocolumn --variable papersize=a4paper -s paper.md -o paper.pdf)

0 comments on commit 5e06653

Please sign in to comment.