annotate gmm_baseline_experiments/external_libs/librosa/librosa-0.3.1/docs/Makefile @ 5:b523456082ca tip

Update path to dataset and reflect modified chunk naming convention.
author peterf
date Mon, 01 Feb 2016 21:35:27 +0000
parents cb535b80218a
children
rev   line source
peterf@2 1 # Makefile for Sphinx documentation
peterf@2 2 #
peterf@2 3
peterf@2 4 # You can set these variables from the command line.
peterf@2 5 SPHINXOPTS =
peterf@2 6 SPHINXBUILD = sphinx-build
peterf@2 7 PAPER =
peterf@2 8 BUILDDIR = _build
peterf@2 9
peterf@2 10 # Internal variables.
peterf@2 11 PAPEROPT_a4 = -D latex_paper_size=a4
peterf@2 12 PAPEROPT_letter = -D latex_paper_size=letter
peterf@2 13 ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
peterf@2 14 # the i18n builder cannot share the environment and doctrees with the others
peterf@2 15 I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
peterf@2 16
peterf@2 17 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
peterf@2 18
peterf@2 19 help:
peterf@2 20 @echo "Please use \`make <target>' where <target> is one of"
peterf@2 21 @echo " html to make standalone HTML files"
peterf@2 22 @echo " dirhtml to make HTML files named index.html in directories"
peterf@2 23 @echo " singlehtml to make a single large HTML file"
peterf@2 24 @echo " pickle to make pickle files"
peterf@2 25 @echo " json to make JSON files"
peterf@2 26 @echo " htmlhelp to make HTML files and a HTML help project"
peterf@2 27 @echo " qthelp to make HTML files and a qthelp project"
peterf@2 28 @echo " devhelp to make HTML files and a Devhelp project"
peterf@2 29 @echo " epub to make an epub"
peterf@2 30 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
peterf@2 31 @echo " latexpdf to make LaTeX files and run them through pdflatex"
peterf@2 32 @echo " text to make text files"
peterf@2 33 @echo " man to make manual pages"
peterf@2 34 @echo " texinfo to make Texinfo files"
peterf@2 35 @echo " info to make Texinfo files and run them through makeinfo"
peterf@2 36 @echo " gettext to make PO message catalogs"
peterf@2 37 @echo " changes to make an overview of all changed/added/deprecated items"
peterf@2 38 @echo " linkcheck to check all external links for integrity"
peterf@2 39 @echo " doctest to run all doctests embedded in the documentation (if enabled)"
peterf@2 40
peterf@2 41 clean:
peterf@2 42 -rm -rf $(BUILDDIR)/*
peterf@2 43
peterf@2 44 html:
peterf@2 45 $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
peterf@2 46 @echo
peterf@2 47 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
peterf@2 48
peterf@2 49 dirhtml:
peterf@2 50 $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
peterf@2 51 @echo
peterf@2 52 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
peterf@2 53
peterf@2 54 singlehtml:
peterf@2 55 $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
peterf@2 56 @echo
peterf@2 57 @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
peterf@2 58
peterf@2 59 pickle:
peterf@2 60 $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
peterf@2 61 @echo
peterf@2 62 @echo "Build finished; now you can process the pickle files."
peterf@2 63
peterf@2 64 json:
peterf@2 65 $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
peterf@2 66 @echo
peterf@2 67 @echo "Build finished; now you can process the JSON files."
peterf@2 68
peterf@2 69 htmlhelp:
peterf@2 70 $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
peterf@2 71 @echo
peterf@2 72 @echo "Build finished; now you can run HTML Help Workshop with the" \
peterf@2 73 ".hhp project file in $(BUILDDIR)/htmlhelp."
peterf@2 74
peterf@2 75 qthelp:
peterf@2 76 $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp
peterf@2 77 @echo
peterf@2 78 @echo "Build finished; now you can run "qcollectiongenerator" with the" \
peterf@2 79 ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
peterf@2 80 @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/librosa.qhcp"
peterf@2 81 @echo "To view the help file:"
peterf@2 82 @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/librosa.qhc"
peterf@2 83
peterf@2 84 devhelp:
peterf@2 85 $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
peterf@2 86 @echo
peterf@2 87 @echo "Build finished."
peterf@2 88 @echo "To view the help file:"
peterf@2 89 @echo "# mkdir -p $$HOME/.local/share/devhelp/librosa"
peterf@2 90 @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/librosa"
peterf@2 91 @echo "# devhelp"
peterf@2 92
peterf@2 93 epub:
peterf@2 94 $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub
peterf@2 95 @echo
peterf@2 96 @echo "Build finished. The epub file is in $(BUILDDIR)/epub."
peterf@2 97
peterf@2 98 latex:
peterf@2 99 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
peterf@2 100 @echo
peterf@2 101 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
peterf@2 102 @echo "Run \`make' in that directory to run these through (pdf)latex" \
peterf@2 103 "(use \`make latexpdf' here to do that automatically)."
peterf@2 104
peterf@2 105 latexpdf:
peterf@2 106 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
peterf@2 107 @echo "Running LaTeX files through pdflatex..."
peterf@2 108 $(MAKE) -C $(BUILDDIR)/latex all-pdf
peterf@2 109 @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
peterf@2 110
peterf@2 111 text:
peterf@2 112 $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text
peterf@2 113 @echo
peterf@2 114 @echo "Build finished. The text files are in $(BUILDDIR)/text."
peterf@2 115
peterf@2 116 man:
peterf@2 117 $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
peterf@2 118 @echo
peterf@2 119 @echo "Build finished. The manual pages are in $(BUILDDIR)/man."
peterf@2 120
peterf@2 121 texinfo:
peterf@2 122 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
peterf@2 123 @echo
peterf@2 124 @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo."
peterf@2 125 @echo "Run \`make' in that directory to run these through makeinfo" \
peterf@2 126 "(use \`make info' here to do that automatically)."
peterf@2 127
peterf@2 128 info:
peterf@2 129 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
peterf@2 130 @echo "Running Texinfo files through makeinfo..."
peterf@2 131 make -C $(BUILDDIR)/texinfo info
peterf@2 132 @echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo."
peterf@2 133
peterf@2 134 gettext:
peterf@2 135 $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale
peterf@2 136 @echo
peterf@2 137 @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale."
peterf@2 138
peterf@2 139 changes:
peterf@2 140 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
peterf@2 141 @echo
peterf@2 142 @echo "The overview file is in $(BUILDDIR)/changes."
peterf@2 143
peterf@2 144 linkcheck:
peterf@2 145 $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
peterf@2 146 @echo
peterf@2 147 @echo "Link check complete; look for any errors in the above output " \
peterf@2 148 "or in $(BUILDDIR)/linkcheck/output.txt."
peterf@2 149
peterf@2 150 doctest:
peterf@2 151 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
peterf@2 152 @echo "Testing of doctests in the sources finished, look at the " \
peterf@2 153 "results in $(BUILDDIR)/doctest/output.txt."