Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions {{cookiecutter.project_slug}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ coverage: ## check code coverage quickly with the default Python
coverage html
$(BROWSER) htmlcov/index.html

freeze: lint ## prepare for a possible release by creating frozen_requirements.txt to compare against requirements.txt
pip freeze > frozen_requirements.txt

docs: ## generate Sphinx HTML documentation, including API docs
rm -f docs/{{ cookiecutter.project_slug }}.rst
rm -f docs/modules.rst
Expand Down