File tree Expand file tree Collapse file tree 7 files changed +33
-29
lines changed Expand file tree Collapse file tree 7 files changed +33
-29
lines changed Original file line number Diff line number Diff line change 3939 'sphinx.ext.viewcode' ,
4040 'sphinx.ext.napoleon' , # support for NumPy-style docstrings
4141 'sphinx.ext.intersphinx' ,
42- 'sphinx.ext.extlinks' ,
4342 'sphinxcontrib.bibtex' ,
4443 'matplotlib.sphinxext.plot_directive' ,
4544 'nbsphinx' ,
113112except Exception :
114113 release = '<unknown>'
115114
116- binder_base_url = 'https://mybinder.org/v2/gh/sfstoolbox/sfs-python/'
117-
118- extlinks = {'binder' : (binder_base_url + release + '?filepath=%s' , 'binder:' )}
119-
120115# The language for content autogenerated by Sphinx. Refer to documentation
121116# for a list of supported languages.
122117#language = None
Original file line number Diff line number Diff line change 1+ Example Python Scripts
2+ ======================
3+
4+ Various example scripts are located in the directory ``doc/examples/ ``, e.g.
5+
6+ * :download: `examples/sound_field_synthesis.py `: Illustrates the general usage
7+ of the toolbox
8+ * :download: `examples/horizontal_plane_arrays.py `: Computes the sound fields
9+ for various techniques, virtual sources and loudspeaker array configurations
10+ * :download: `examples/soundfigures.py `: Illustrates the synthesis of sound
11+ figures with Wave Field Synthesis
Original file line number Diff line number Diff line change 1+ Examples
2+ ========
3+
4+ .. only :: html
5+
6+ You can play with the Jupyter notebooks (without having to install anything)
7+ by clicking |binder logo | on the respective example page.
8+
9+ .. |binder logo | image :: https://mybinder.org/badge_logo.svg
10+ :target: https://mybinder.org/v2/gh/sfstoolbox/sfs-python/master?
11+ filepath=doc/examples
12+
13+ .. toctree ::
14+ :maxdepth: 1
15+
16+ examples/modal-room-acoustics
17+ examples/mirror-image-source-model
18+ example-python-scripts
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # This is a configuration file that's used when opening the Jupyter notebooks
2+ # in this directory.
13# See https://nbviewer.jupyter.org/github/mgeier/python-audio/blob/master/plotting/matplotlib-inline-defaults.ipynb
24
35c .InlineBackend .figure_formats = {'svg' }
Original file line number Diff line number Diff line change 55.. toctree ::
66
77 installation
8- examples/index
8+ examples
99 api
1010 references
1111 contributing
Original file line number Diff line number Diff line change 1+ doc/examples/
You can’t perform that action at this time.
0 commit comments