Alif Al Hasan
[Task] Initial Commit
d8e218d
raw
history blame
269 Bytes
PROJECT = "Deep Learning Project 1"
AUTHOR = "Alif Al Hasan"
RELEASE = "0.0.1"
.SILENT:
.ONESHELL:
docs:
echo "Generating docs..." && \
cd docs && \
sphinx-quickstart -q -p ${PROJECT} -a ${AUTHOR} -r ${RELEASE} --ext-viewcode --ext-todo --ext-autodoc
.PHONY: docs