File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ SPHINXOPTS =
66SPHINXBUILD = sphinx-build
77PAPER =
88BUILDDIR = build
9+ DEPENDENCIES = sphinx numpydoc
910
1011# Internal variables.
1112PAPEROPT_a4 = -D latex_paper_size=a4
3940 @echo " doctest to run all doctests embedded in the documentation (if enabled)"
4041 @echo " readme to build the README.rst file"
4142 @echo " publish to publish the doc"
43+ @echo " install_deps to install the build dependencies"
4244
4345clean :
4446 -rm -rf $(BUILDDIR ) /*
@@ -162,3 +164,8 @@ readme:
162164
163165publish :
164166 rsync -a --delete build/html/ files.parisson.com:/var/www/files/timeside/doc/
167+
168+ install_deps :
169+ pip install $(DEPENDENCIES )
170+ @echo
171+ @echo " All dependencies installed."
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ Contents:
77 :maxdepth: 2
88
99 Quick start <quick_start >
10- Data management examples <data_management >
10+ Data management <data_management >
1111 Using the 'stack' (previously decoded frames) <frames_stack >
1212 Streaming out encoded audio <streaming >
You can’t perform that action at this time.
0 commit comments