document first endpoint

This commit is contained in:
Sam
2019-07-14 16:57:16 +02:00
parent 9b7055d41c
commit 8b8d343864
4 changed files with 141 additions and 3 deletions

View File

@ -14,7 +14,7 @@ clean-install:
rm -fr $(VENV)
html:
$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
rm -rf docs/build && $(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
install-db:
psql -U postgres -f fittrackee_api/db/create.sql