Skip to content

Commit 1bdffe8

Browse files
oruebelrly
andauthored
Added missing thumbnails for galleries (#1982)
Co-authored-by: Ryan Ly <[email protected]>
1 parent e55de6c commit 1bdffe8

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

docs/gallery/advanced_io/plot_editing.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
2525
First, let's create an NWB file with data:
2626
"""
27+
28+
# sphinx_gallery_thumbnail_path = "figures/gallery_thumbnails_editing.png"
29+
2730
from pynwb import NWBHDF5IO, NWBFile, TimeSeries
2831
from datetime import datetime
2932
from dateutil.tz import tzlocal

docs/gallery/general/plot_configurator.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
Introduction
99
-------------
1010
Users will create a configuration YAML file that outlines the fields (within a neurodata type)
11-
they want to be validated against a set of allowed terms.
11+
they want to be validated against a set of allowed terms.
1212
After creating the configuration file, users will need to load the
1313
configuration file with the :py:func:`~pynwb.load_type_config` method.
1414
With the configuration loaded, every instance of the neurodata
1515
types defined in the configuration file will have the respective fields wrapped with a
1616
:py:class:`~hdmf.term_set.TermSetWrapper`.
1717
This automatic wrapping is what provides the term validation for the field value.
1818
For greater control on which datasets and attributes are validated
19-
against which sets of allowed terms, use the
19+
against which sets of allowed terms, use the
2020
:py:class:`~hdmf.term_set.TermSetWrapper` on individual datasets and attributes instead.
21-
You can follow the
22-
`TermSet tutorial in the HDMF documentation
21+
You can follow the
22+
`TermSet tutorial in the HDMF documentation
2323
<https://hdmf.readthedocs.io/en/stable/tutorials/plot_term_set.html#sphx-glr-tutorials-plot-term-set-py>`_
2424
for more information.
2525
@@ -42,6 +42,8 @@
4242
3. Each data type will have a list of fields associated with a :py:class:`~hdmf.term_set.TermSet`.
4343
The user can use the same or unique TermSet instances for each field.
4444
"""
45+
# sphinx_gallery_thumbnail_path = 'figures/gallery_thumbnails_configurator.png'
46+
4547
try:
4648
import linkml_runtime # noqa: F401
4749
except ImportError as e:
120 KB
Binary file not shown.
582 KB
Loading
219 KB
Loading

0 commit comments

Comments
 (0)