Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add coordinates notebook #6

Merged
merged 29 commits into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
d5bf32c
add init draft
ahms5 Feb 25, 2024
7dac00c
add to doc
ahms5 Feb 25, 2024
fe8df01
revise first part
ahms5 Feb 27, 2024
a0187da
Merge branch 'main' into pyfar_coords
ahms5 Feb 27, 2024
dea3466
last changes
ahms5 Feb 27, 2024
167e069
Merge branch 'main' into pyfar_coords
ahms5 Feb 27, 2024
f4de8c1
apply suggestions from @f-brinkmann
ahms5 Feb 27, 2024
e66ba09
Merge branch 'main' into pyfar_coords
ahms5 Feb 28, 2024
577c7ac
fix merge
ahms5 Feb 28, 2024
72e031e
add table
ahms5 Feb 28, 2024
bb7b41e
fix levl of headings
ahms5 Feb 28, 2024
d38af3d
add custom thumbnail
f-brinkmann Feb 28, 2024
0f58cac
Apply suggestions from code review
ahms5 Feb 29, 2024
b281076
upgrade description of csize
ahms5 Feb 29, 2024
1afa791
Update docs/gallery/interactive/pyfar_coordinates.ipynb
ahms5 Feb 29, 2024
fa5cc84
fix description for internal saving and inaccuricies
ahms5 Feb 29, 2024
596fb8e
add rad2deg
ahms5 Feb 29, 2024
7dffbd0
replace table by link to pyfar.Coordinates doc
ahms5 Mar 1, 2024
d5d7dc2
Merge branch 'main' into pyfar_coords
ahms5 Mar 4, 2024
24095d6
Apply suggestions from code review
ahms5 Mar 4, 2024
69ced02
apply review by @sikersten
ahms5 Mar 4, 2024
3d8a7f7
update coordinates image
f-brinkmann Mar 4, 2024
796d0b4
Update docs/gallery/interactive/pyfar_coordinates.ipynb
ahms5 Mar 5, 2024
cf2f3b3
Update docs/gallery/interactive/pyfar_coordinates.ipynb
ahms5 Mar 5, 2024
9749264
Apply suggestions from code review
ahms5 Mar 7, 2024
1b5dbb4
fix json
ahms5 Mar 7, 2024
034bdef
remove table and figure and fix notebook
ahms5 Mar 7, 2024
78363d9
apply review
ahms5 Mar 7, 2024
4358b5d
Merge branch 'main' into pyfar_coords
f-brinkmann Mar 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5,627 changes: 5,627 additions & 0 deletions docs/_static/thumbnail_pyfar_coordinates.ai

Large diffs are not rendered by default.

Binary file added docs/_static/thumbnail_pyfar_coordinates.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,5 @@
# must be located in 'docs/_static'
nbsphinx_thumbnails = {
'gallery/interactive/pyfar_audio_objects': '_static/thumbnail_pyfar_audio_objects.png',
'gallery/interactive/pyfar_coordinates': '_static/thumbnail_pyfar_coordinates.png',
}