update api doc

This commit is contained in:
Junzi Sun
2019-04-16 17:53:14 +02:00
parent 8ded3500d4
commit 8cd5655a04
3 changed files with 9 additions and 1 deletions

View File

@@ -16,6 +16,6 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
rm source/pyModeS*.rst source/modules.rst
rm -f source/pyModeS*.rst source/modules.rst
sphinx-apidoc -f -e -M -o source/ ../pyModeS
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)