@@ -12,7 +12,7 @@ PAPEROPT_a4 = -D latex_paper_size=a4
1212PAPEROPT_letter = -D latex_paper_size=letter
1313ALLSPHINXOPTS = -d $(BUILDDIR ) /doctrees $(PAPEROPT_$(PAPER ) ) $(SPHINXOPTS ) .
1414
15- .PHONY : help clean html dirhtml pickle json htmlhelp qthelp latex latexpdf changes linkcheck doctest
15+ .PHONY : help clean html dirhtml pickle json latex latexpdf changes linkcheck doctest
1616
1717all : html-noplot
1818
2222 @echo " dirhtml to make HTML files named index.html in directories"
2323 @echo " pickle to make pickle files"
2424 @echo " json to make JSON files"
25- @echo " htmlhelp to make HTML files and a HTML help project"
26- @echo " qthelp to make HTML files and a qthelp project"
2725 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
2826 @echo " latexpdf to make LaTeX files and run them through pdflatex"
2927 @echo " changes to make an overview of all changed/added/deprecated items"
6563 @echo
6664 @echo " Build finished; now you can process the JSON files."
6765
68- htmlhelp :
69- $(SPHINXBUILD ) -b htmlhelp $(ALLSPHINXOPTS ) $(BUILDDIR ) /htmlhelp
70- @echo
71- @echo " Build finished; now you can run HTML Help Workshop with the" \
72- " .hhp project file in $( BUILDDIR) /htmlhelp."
73-
74- qthelp :
75- $(SPHINXBUILD ) -b qthelp $(ALLSPHINXOPTS ) $(BUILDDIR ) /qthelp
76- @echo
77- @echo " Build finished; now you can run " qcollectiongenerator" with the" \
78- " .qhcp project file in $( BUILDDIR) /qthelp, like this:"
79- @echo " # qcollectiongenerator $( BUILDDIR) /qthelp/scikit-learn.qhcp"
80- @echo " To view the help file:"
81- @echo " # assistant -collectionFile $( BUILDDIR) /qthelp/scikit-learn.qhc"
82-
8366latex :
8467 $(SPHINXBUILD ) -b latex $(ALLSPHINXOPTS ) $(BUILDDIR ) /latex
8568 @echo
0 commit comments