Skip to content

Commit

Permalink
Replace multi-img with single-img
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns committed Oct 9, 2024
1 parent 7b6cef5 commit 3cbd085
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/plot_compute_general.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
# Author(s):
# Thomas S. Binns | github.com/tsbinns

# sphinx_gallery_multi_image = "single"

# %%

import numpy as np
Expand Down
2 changes: 2 additions & 0 deletions examples/plot_compute_tde.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
# Author(s):
# Thomas S. Binns | github.com/tsbinns

# sphinx_gallery_multi_image = "single"

# %%

import numpy as np
Expand Down
2 changes: 2 additions & 0 deletions examples/plot_compute_tde_fbands.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
# Author(s):
# Thomas S. Binns | github.com/tsbinns

# sphinx_gallery_multi_image = "single"

# %%

import numpy as np
Expand Down
2 changes: 2 additions & 0 deletions examples/plot_compute_waveshape.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
# Author(s):
# Thomas S. Binns | github.com/tsbinns

# sphinx_gallery_multi_image = "single"

# %%

import numpy as np
Expand Down
2 changes: 2 additions & 0 deletions examples/plot_compute_waveshape_noisy_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
# Author(s):
# Thomas S. Binns | github.com/tsbinns

# sphinx_gallery_multi_image = "single"

# %%

import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ doc = [
"pydata-sphinx-theme",
"sphinx",
"sphinx-copybutton",
"sphinx-gallery",
"sphinx-gallery>=0.18",
"sphinxcontrib-bibtex",
]
lint = [
Expand Down

0 comments on commit 3cbd085

Please sign in to comment.