Skip to content

Commit

Permalink
Add API Reference to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
csala committed Jan 7, 2021
1 parent 43ffffc commit 4bfae18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ coverage: ## check code coverage quickly with the default Python
.PHONY: docs
docs: clean-docs ## generate Sphinx HTML documentation, including API docs
cp -r tutorials docs
sphinx-apidoc --separate --no-toc -o docs/api/ btb
$(MAKE) -C docs html

.PHONY: view-docs
Expand Down

0 comments on commit 4bfae18

Please sign in to comment.