sfstoolbox / sfs-matlab

SFS Toolbox for Matlab/Octave
https://sfs-matlab.readthedocs.io
MIT License
96 stars 39 forks source link

Improve documentation on secondary sources #179

Closed hagenw closed 6 years ago

hagenw commented 6 years ago

This mentions the Gauss grid for spherical arrays and adds one example plot of a logarithmically spaced linear array. You can preview the rendered page at http://matlab.sfstoolbox.org/en/ssd_doc/secondary-sources/.

In addition, this pull request adds a small comment to the logspread entry in SFS_config.m

hagenw commented 6 years ago

Regarding sphinx, for me it compiles also locally. Try:

virtualenv --python="python3" --no-site-packages "tmp"
source tmp/bin/activate
pip install sphinx
pip install sphinx_rtd_theme
cd doc
sphinx-build -b html -d ./_build/doctrees . ./_build/html-preview/
fietew commented 6 years ago

Sry, misunderstanding. "I did not compile via sphinx"

hagenw commented 6 years ago

OK, then I will clean up the last two commits and rebase the changes.