mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-28 22:36:24 +02:00
more api doc hacking
This commit is contained in:
parent
3d7bf6698a
commit
dda0198cc0
1 changed files with 5 additions and 3 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
# You can set these variables from the command line.
|
||||
SPHINXOPTS =
|
||||
SPHINXAPI_DOC = sphinx-apidoc
|
||||
SPHINXBUILD = sphinx-build
|
||||
PAPER =
|
||||
BUILDDIR = _build
|
||||
|
|
@ -41,11 +42,12 @@ help:
|
|||
clean:
|
||||
-rm -rf $(BUILDDIR)/*
|
||||
|
||||
CWD=$(shell sphinx-apidoc -f -o . ../GPy)
|
||||
all:
|
||||
@echo api build: $(CWD).
|
||||
|
||||
html:
|
||||
$(SPHINXAPI_DOC) -f -o . ../GPy
|
||||
@echo
|
||||
@echo "API doc finished."
|
||||
@echo
|
||||
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue